Bug#636936: endless loop on bind9 stop if daemon refuses to die

2011-09-09 Thread Valentin Vidic
On Sun, Aug 07, 2011 at 10:31:02AM +0200, Marc Haber wrote: when the daemon refuses to die (for example because the init script searches for the pidfile in the wrong place), the init script goes into an endless loop: if [ -n $pid ]; then while kill -0 $pid 2/dev/null; do

Bug#636936: endless loop on bind9 stop if daemon refuses to die

2011-08-07 Thread Marc Haber
Package: bind9 Version: 1:9.7.3.dfsg-1+b1 Severity: normal Hi, when the daemon refuses to die (for example because the init script searches for the pidfile in the wrong place), the init script goes into an endless loop: if [ -n $pid ]; then while kill -0 $pid 2/dev/null; do