Killall - Operation not permitted (fastcgi, ruby)

Killall - Operation not permitted (fastcgi, ruby)

Posted by: justinhalsall
Posted on: 2006-02-26 05:02:00

When I try to restart my rails applications I type "killall -9 ruby" or "killall -9 dispatch.fcgi" in the shell but I keep getting: "Operation not permitted"
Does anyone know how to fix this?

___
MIND Productions | Juice10

Re: Killall - Operation not permitted (fastcgi, ru

Posted by: psross
Posted on: 2006-02-26 05:09:00

On some of the (newer?) shared machines, the process list is not restricted. killall is seeing all the ruby and dispatch.fcgi processes that are being run by other users and is reporting that you don't have permissions to kill them.

Just ignore the errors, killall will still kill your own processes.

Re: Killall - Operation not permitted (fastcgi, ru

Posted by: justinhalsall
Posted on: 2006-02-26 05:14:00

Your right!

Thank you very much!!!

___
MIND Productions | Juice10

Tags: operation not permittedrubyfcgidispatchshell