I moved my site to a new server with the new Ubuntu LTS release. For some reason I decided to do this while out of town at a conference, which turned out to be a really bad idea. 50%+ packet loss and frequent loss of Internet connectivity turned it into a multi-day project. I’m happy to say that the process has been completed and everything should be back to normal.
I apologize for the inconvenience.
by Mike on November 26, 2011
Here is a quick note about something I’ve run into when installing Postgresql on Mac OS X Lion. I use Homebrew to install Postgres, but when trying to enter commands like createdb or createuser I was getting an error asking me to verify that the server was running locally and accepting connections on the Unix domain socket.
There are binaries for Postgres in /usr/bin that are NOT from the install. I resolved this by opening /etc/paths and moving /usr/bin to be after /usr/local/bin. Once that change was made and I opened a new terminal I no longer had any of the previous issues.