Re: start-stop-daemon : questions about retry

2013-01-15 Thread - -
data 32698 18092  0 05:36 ?    00:01:05 php-cgi -b 127.0.0.1:47990 - Stadtpirat Von: Bob Proulx An: debian-user@lists.debian.org Gesendet: 21:33 Freitag, 11.Januar 2013 Betreff: Re: start-stop-daemon : questions about retry - - wrote: > unfortu

Re: start-stop-daemon : questions about retry

2013-01-11 Thread Tom H
On Fri, Jan 11, 2013 at 3:33 PM, Bob Proulx wrote: > - - wrote: >> >> # ps aux >> USER PID %CPU %MEMVSZ RSS TTY STAT START TIME COMMAND >> www-data 1294 0.1 0.7 193960 44688 ?SJan09 1:07 php-cgi -b >> 127.0.0.1:47990 >> root 1374 0.0 0.0 24712 764 ?

Re: start-stop-daemon : questions about retry

2013-01-11 Thread Bob Proulx
- - wrote: > unfortunately that’s already the case. But today I have a different > behaviour. Cherokee stops, but doesn't kill php-cgi. Very very > wierd. In order to understand whether this is normal or not we would need to know how you have set up php-cgi. It could go either way. > # ps aux >

Re: start-stop-daemon : questions about retry

2013-01-10 Thread - -
44688 ?    S    Jan09   1:08 php-cgi -b 127.0.0.1:47990 […] Does this have something to do with the script, or with cherokee? Cheers Stadtpirat Von: Darac Marjal An: debian-user@lists.debian.org Gesendet: 12:32 Montag, 7.Januar 2013 Betreff: Re: start-stop-d

Re: start-stop-daemon : questions about retry

2013-01-07 Thread Darac Marjal
On Sun, Jan 06, 2013 at 02:10:43AM -0800, - - wrote: > Hello, > > I am trying to write an init script for cherokee webserver. Not, there is > already one, but I wanted to have one derived from skeleton. > > > > In function "do_stop()" the script executes this line: > "start-stop-daemon --stop

start-stop-daemon : questions about retry

2013-01-06 Thread - -
Hello, I am trying to write an init script for cherokee webserver. Not, there is already one, but I wanted to have one derived from skeleton. In function "do_stop()" the script executes this line: "start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE --name $NAME" But n