On Tue, 2012-07-03 at 12:07:35 +0200, Frank Sell wrote:
> ddclient not stopped using init-script.
> 
> # /etc/init.d/ddclient stop
> + [ true != true ]
> + start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile 
> /var/run/ddclient.pid --name ddclient
> + return 1
> + [ no != no ]
> 
> exit 0
> + exit 0
> 
> # start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile 
> /var/run/ddclient.pid --name ddclient
> 
> # echo $?
> 1
> 
> # cat /var/run/ddclient.pid
> 10983
> 
> # ps -ef | grep ddclient
> root     10983     1  0 11:41 pts/3    00:00:00 ddclient - sleeping for 80 
> seconds

My guess is that the daemon changes the process name (as seen above) and
as such --name does not match on ddclient.

Please check the process name from /proc/PID/stat, the field between
parenthesis, and if it's not ddclient then this bug needs to be
reassigned.

thanks,
guillem



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to