Ashok Bhandari wrote: > /usr/lib/ruby/1.8/mongrel/tcphack.rb:12:in `initialize_without_backlog': > Address already in use - bind(2) (Errno::EADDRINUSE) You may have started another mongrel / web server on the same ip:port already. stop the server first then try again. -- Posted via http://www.ruby-forum.com/.