Hi Savvas, Thanks for your report.
On Sun, Jun 28, 2009 at 07:16:36PM +0200, Savvas Radevic wrote: > I've just tried to run the daemon with the configuration provided from > dnsomatic: > https://www.dnsomatic.com/wiki/ddclient > > When I try to stop the daemon it is still running: > > $ sudo /etc/init.d/ddclient start > $ ps aux | grep -i ddcli > testuser 16424 1.0 0.6 68456 13860 pts/4 S+ 19:10 0:01 > /usr/bin/python /usr/bin/reportbug -B debian -V 3.8.0-3 ddclient > root 16435 0.0 0.3 36868 6276 pts/2 S 19:11 0:00 ddclient - > sleeping for 300 seconds > testuser 16437 0.0 0.0 7524 972 pts/2 S+ 19:11 0:00 grep -i > ddcli > $ sudo /etc/init.d/ddclient status > Status of Dynamic DNS service update utility: ddclient is not running. Okay, that would be because the config file does not specify the "pid=..." option to set the file where the pid is recorded. Just add "pid=/var/run/ddclient.pid" to the config file and it should work. Perhaps that option should better be passed on the command line from the init script. Greetings, Torsten -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org