Package: nagios2 Version: 2.10-1 When using the nagios2 init script in this version, the process does not get killed. The init script tries to stop nagios via 'killproc -p $THEPIDFILE' however, killproc can't determine the name of the process and tries to execute `/sbin/start-stop-daemon --stop --pidfile /var/run/nagios2/nagios2.pid --signal TERM --quiet --name` without specifying a name. Changing the init script to 'killproc -p $THEPIDFILE $DAEMON" resolves the problem for me
Is it possible there is a dependency on an lsb-base > 3.0-3? I back ported this to Ubuntu Edgy, but it seems to meet all the requirements to build and install with current Edgy packages. mark