Patrick, I assume you mean the gem file on the remote server. This  
didn't change the error I get, or cause restart to work.

Thanks,
Jamie

On Mar 4, 2007, at 11:36 AM, Patrick Berry wrote:

> It is a ps command problem.  I ran into the same issue when testing
> locally on OS X.  Options are to wait for another *pre-release* of
> mongrel_cluster or making the following mod to line 164 of init.rb in
> the check_process method:
>
> old:   ps_output = `ps -o args= -p #{pid}`
> new: ps_output = `ps -o command= -p #{pid}`
>
> Pat

_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to