Xepher.Net Forums

Xepher.net => Announcements => Topic started by: Xepher on May 29, 2014, 09:53:31 AM

Title: New Server
Post by: Xepher on May 29, 2014, 09:53:31 AM
Move is complete... at least as far as I can tell. This was a completely new installation on a new, virtual server, with all data migrated by hand. I apologize for the two hours or so of interruptions overnight, but I think most things are working now. I'm sure I'll have overlooked something though, so please let me know if you run into any problems. Email was especially irksome, so it may be best if you post below, just in case it's still wonky.

With the new server, I noticed a lot of spam was being sent via automated wordpress and other things. Apparently at some point I upgraded something and forgot to lock the email back down as I had in the past. I've done that again now, so if you're having errors with your PHP scripts being unable to send mail, you may not have a properly configured .esmtprc file. See this post for details: http://xepher.net/forum/index.php?topic=626.msg6855#msg6855

Also, you will get warnings about the SSH server key having changed. This is expected as it's a new server. Likewise, the cert for SSL email (imap/smtp) and https has changed as well. This is self signed and will generate warnings. This is expected, but obviously don't trust my server with your credit card info and stuff. :-)
Title: Re: New Server
Post by: tapewolf on May 29, 2014, 06:06:57 PM
Right, I just got an SSH error, that would explain it.  Figured I should check before I replaced the key.
Title: Re: New Server
Post by: Xepher on May 29, 2014, 08:54:21 PM
Yes, you will see a new SSH server key (and warning about identification) but your private keys should still work. I considered migrating the old server key, but this is an entirely new system, and it was time to generate one of the fancy new elliptical-curve based ones anyway.
Title: Re: New Server
Post by: tapewolf on June 09, 2014, 09:06:23 PM
I forgot to ask, does this mean we have IPV6 capability yet?
Title: Re: New Server
Post by: Xepher on June 10, 2014, 10:56:20 AM
The server does have IPv6 networking now. That said, I haven't had a chance to play around with it and experiment, and so DNS and other systems aren't yet set up for it.
Title: Re: New Server
Post by: tapewolf on June 11, 2014, 08:25:58 PM
Quote from: Xepher on June 10, 2014, 10:56:20 AM
The server does have IPv6 networking now. That said, I haven't had a chance to play around with it and experiment, and so DNS and other systems aren't yet set up for it.

Right.  It would be nice to have if you can get it going.
Title: Re: New Server
Post by: Xepher on June 12, 2014, 08:57:42 AM
I don't have IP6 from my own ISP, so my motivation isn't huge on it right now. That said, I do plan to get it working for the server anyway, but it may be a little bit. Really busy for the next few weeks. Feel free to ping me here to remind me though.
Title: Re: New Server
Post by: kschnee on July 30, 2014, 04:05:00 AM
I just got a message from someone who had been using my Python script at http://kschnee.xepher.net/cgi-bin/magic_system.py and lately found it's down. (So are the others in that directory.) I hadn't checked on that or the other scripts in that directory in a long time, so I did just now: 500 Internal Server Error. Do I need to reconfigure how CGI scripts work, maybe? I haven't changed the scripts lately.

By the way, I've had a small MediaWiki running for a while for a story project, but due to total lack of feedback I'd been thinking of taking it down. Someone suggested that since I haven't actively tried to keep it patched, it's probably become a security risk. My current plan is to visit it in Linux (on the theory that if anything malicious has been slipped in, it's most likely to target Windows), grab the text, and delete the wiki.

Oh, and I notice that the SSH prompt now says "cloudsdale". I approve. =)
Title: Re: New Server
Post by: Xepher on July 30, 2014, 06:00:44 AM
It looks like your scripts don't work with python3. You can change the shebang to run them with /usr/bin/python2 (which is 2.7) instead of just /usr/bin/python (which is now python 3.3).

As for the wiki... yeah, you should probably be okay with that. I doubt that even if it is compromised, that it's anything horribly malicious, or I probably would've had complaint about it by now.

As for the server name, heh. I always think of server names like code names, and Intel has a long running history of naming CPUs with "dale" in them. Wolfdale, Kentdale, Grantsdale, etc. Then I thought, the new server is a VM in the "cloud" and I should so something with that. Obviously, once that connection was made it was basically impossible NOT to call it "Cloudsdale." Not that I wouldn't probably have found some other way to wedge a pony reference into it if that one hadn't worked so easily. :-)
Title: Re: New Server
Post by: schwarzkreuz on August 25, 2014, 05:25:01 AM
I'm getting a "warning remote host identification has changed!" But fugu won't let me sign in after that, it just keeps going back to the sign in screen.
Title: Re: New Server
Post by: Xepher on August 25, 2014, 11:31:37 PM
There should be a way to delete the old host key. I'm not sure with fugu, but generally, there's a file in your home directory, inside the (hidden) .ssh folder called "known_hosts" You can basically just delete this, then it should treat it as a new server, not one that changed, and ask you to accept the new key the first time you connect.