On Aug 1, 2007, at 11:29, Sonny Chee wrote: > Eric Hodel wrote: >> Changing the hosts file should be good enough. Check to make sure >> that it isn't blocking everything on gets, too, like Robert >> suggested. > > Hey Eric, > > How do I check if it is blocking on gets? How do I correct if it is? ruby -e 'Thread.start do loop do sleep 1; puts "."; end; end; gets' Should print '.' until you hit enter. If it doesn't, remove 'gets' from the examples. -- Poor workers blame their tools. Good workers build better tools. The best workers get their tools to do the work for them. -- Syndicate Wars