[Ruby] RubyHolic Down

Zed A. Shaw zedshaw at zedshaw.com
Thu Dec 27 19:04:08 PST 2007


On Thu, 27 Dec 2007 14:09:00 -0800
Ryan Davis <ryand-ruby at zenspider.com> wrote:

> 
> On Dec 27, 2007, at 13:46 , Dave Thompson wrote:
> 
> > I attempted to access the http://www.rubyholic.com/ site and received
> > the following error:
> 
> 
> Anyone know what any of this crap means? I have no idea why it is  
> dying out (other than suspecting it is TxD fucking something up):
> 
> 2007-12-26 00:40:33: (mod_fastcgi.c.1739) connect failed: Connection  
> refused on unix:/users/home/zenspider/domains/new.rubyholic.com/shared/ 
> pids/rubyholic.socket-0

That means, "You are using fastcgi and therefore you are lame and
brittle and like code that has nasty bugs and is never updated."

Just a thought. :-)

Otherwise, that means one side of this socket is not listening.  Use
lsof to find out who's connected, shut it all down, clear those socket
files, start back up and see if it goes away.  If you can't make those
sockets then check disk space.

-- 
Zed A. Shaw
- Hate: http://savingtheinternetwithhate.com/
- Good: http://www.zedshaw.com/
- Evil: http://yearofevil.com/


More information about the Ruby mailing list