The wierd thing is that the reaper seems to go through many processes, generating a whole stream of errors of the form
Restarting <pid>
kill
<pid>: Operation not permitted
When it gets to the actual pid of my fastcgi process, I see
Restarting <pid>
kill
and then no error message, but the fastcgi doesn't go away.
Everything is chmodded correctly, and all the shared dirs exist, though shared/pids is empty when I have a fastcgi process alive (should this be the case?).
Any ideas?
I should think the reaper would only try to kill my processes, not those of others.
Thanks in advance