/etc/init.d/lisa won't properly shut down lisa. blocker as it's reproducible on kdenetwork-lisa-3.1.4-alt3.i586.rpm (from compact-20031104, the same version in 20031226). Steps to Reproduce: apt-get install kdenetwork-lisa # configure lisa service lisa start service lisa stop Actual Results: Service lisa is not running[PASSED] while lisa continues running in background Expected Results: lisa gets killed
start-stop-daemon don't create pidfile
from /etc/init.d/lisa: start() { [...] msg_starting $"lan browser daemon for KDE" start_daemon --lockfile "$LOCKFILE" --expect-user root --no-announce -- $LISA $ARGS -c $CONFIG_FILE RETVAL=$? return $RETVAL } So why should it create pid file?
--pidfile don't create pidfile too
--pidfile only checks for pidfile, see start-stop-daemon(8).
Help me please --make-pidfile create pidfile, but for parent process, which exit after fork
fixed in kdenetwork-3.1.4-alt4
closing