Comment 4 for bug 403957

Revision history for this message
Imre Gergely (cemc) wrote :

The old init.d script is broken, this was fixed in the new package which is in updates. Unfortunately you can't update, because before it removes the old package, it tries to stop the daemon by invoking the old init script. One needs to manually correct the old init.d.

Please do the following:

- edit /etc/init.d/pdns-recursor, and change line 32 from:

PIDFILE=$SOCKETDIR/$NAME.pid

to:

PIDFILE=$PIDDIR/$NAME.pid

- do an apt-get install pdns-recursor (this should install the new package from -updates/-security).