Followup-For: Bug #947771
Package: unbound
Version: 1.13.1-1

On Fri, 03 Jul 2020 19:27:17 +0900 Stephane Lapie <stephane.la...@asahinet.com> wrote:
I worked around this issue by adding --remove-pidfile to the "start-stop-daemon 
--stop" commands.

On Thu, 28 Jan 2021 02:19:05 +0800 Gedalya <geda...@gedalya.net> wrote:
-        if start-stop-daemon --stop --quiet --oknodo --pidfile $PIDFILE --name 
$NAME --retry 5; then
+        if start-stop-daemon --stop --quiet --oknodo --remove-pidfile 
--pidfile $PIDFILE --name $NAME --retry 5; then

Thank you, this fixed it for me.

This bug would appear to be related to that described at
https://github.com/NLnetLabs/unbound/issues/303
but that was apparently fixed in 1.13.0.

Regards,

Roger

Reply via email to