Forum OpenACS Q&A: Re: Aolserver 3.5 and daemontools

Collapse
Posted by Tom Jackson on

Can you do a 'ps axww|grep readproctitle' to see what the output of daemontools is? You probably have a permissions issue that doesn't show up. To kill AOLserver you might need to do 'svc -k dir; svc -d dir;' to get it to stop.

Collapse
Posted by Tilmann Singer on
Grepping for readproctitle only returns this:

root      2097  0.0  0.0  1292  284 ?        S    10:11  0:00 readproctitle service errors: ...ile does not exist?supervise: fatal: unable to start log/run: file does not exist?supervise: fatal: unable to start log/run: file does not exist?supervise: fatal: unable to start log/run: file does not exist?supervise: fatal: unable to start log/run: file does not exist?supervise: fatal: unable to start log/run: file does not exist?supervise: fatal: unable to start log/run: file does not exist?

But that also remains when switching back to aolserver 3.3ad13 and killing all the hanging 3.5 processes, so it is some different problem I guess.

Issuing 'svc -k' before 'svc -d' has no effect, the processes just hang and need to be killed -9.