Hi,
I just did a clean install of
Ruby 1.8.5
Rubygems 0.9.0
and the Mongrel and Mongrel_Cluster gems.
I used only the Debian Etch package manager, nothing compiled myself.
Now, on a testapp when I do a script/server, I get the:
** Ruby version is not up-to-date; loading cgi_multipart_eof_fix
warning. But it’s not serving my app. Ruby is immediately on 100% CPU
load (and 0.7% memory) and stays there.
When I press CTRL-C on the console I started the server from, I get
=> Booting Mongrel (use ‘script/server webrick’ to force WEBrick)
=> Rails application starting on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
but still, nothing is served and Ruby process at 100% CPU.
Trying to do a mongrel_rails -B to debug it produces no debug log. The
hang is very immediate.
Nothing in any logs.
Please help me!