Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=497441 --- Comment #20 from Rudolf Kastl <che666@xxxxxxxxx> 2009-04-26 16:25:48 EDT --- dont want to flood you with issues but: init script doesent work: LANG=C /etc/init.d/murmur start /etc/init.d/murmur: line 16: /lib/lsb/init-functions: No such file or directory Starting murmur: /etc/init.d/murmur: line 30: start_daemon: command not found changing: . /lib/lsb/init-functions to: . /etc/rc.d/init.d/functions resolves that. and changing: start_daemon ... to: daemon ... makes it actually start. to clean up more: /etc/init.d/murmur start Starting murmur: Unknown argument --PIDFile [ OK ] murmur -h shows there is no such commandline switch --PIDFile and the last issue i can spot after looking over it really quick that it is missing lsb headers. look into other init scripts here is an example taken from xinetd: ### BEGIN INIT INFO # Provides: # Required-Start: $network # Required-Stop: # Should-Start: # Should-Stop: # Default-Start: 3 4 5 # Default-Stop: 0 1 2 6 # Short-Description: start and stop xinetd # Description: xinetd is a powerful replacement for inetd. \ # xinetd has access control mechanisms, extensive \ # logging capabilities, the ability to make services \ # available based on time, and can place \ # limits on the number of servers that can be started, \ # among other things. ### END INIT INFO i will checking more and let you know what else i can find. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review