On Sat, 2006-09-09 at 02:52 +0800, Brett Walker wrote: > I tried using the > > killall -USR1 mongrel_rails > > to check on a problem, and all I get is > > mongrel_rails: no process killed > > Nothing shows in the log. Any ideas? I'm using the latest > pre-release, and a 'ps' shows my cluster is running.
First, make sure you got the pre-release: gem install mongrel --source=http://mongrel.rubyforge.org/releases/ Then if killall -USR1 mongrel_rails don't work you'll have to find the PID of the processes and use kill manually. -- Zed A. Shaw http://www.zedshaw.com/ http://mongrel.rubyforge.org/ http://www.lingr.com/room/3yXhqKbfPy8 -- Come get help. _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
