Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
When mpd starts, it immediately forks, so the pid file created by start-stop-daemon is invalid. When attempting to stop mpd via the rc script, start-stop-daemon can't find mpd, and returns an error. Steps to reproduce: # /etc/init.d/mpd stop Result: * Stopping Music Player Daemon... start-stop-daemon: warning: failed to kill 21353: No such process [ !! ] Fix speculation: The rc script should either issue a "kill" command directly to mpd (Bash networking) or use `start-stop-daemon --stop --exec /usr/bin/mpd
Created an attachment (id=31847) [edit] rc script excerpt: using start-stop-daemon
*** Bug 50583 has been marked as a duplicate of this bug. ***
Thanks Drake- commited to cvs, rev-bumped 0.9.4 and 0.10.3 to -r1.