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=567094 John Schmitt <nuonguy@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nuonguy@xxxxxxxxx --- Comment #25 from John Schmitt <nuonguy@xxxxxxxxx> 2010-04-29 19:19:47 EDT --- $ sudo yum -y install murmur ... Complete! New leaves: murmur.x86_64 $ sudo service 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 I made this change: $ sudo diff /etc/init.d/murmur /etc/init.d/murmur~ 16c16 < . /etc/init.d/functions --- > . /lib/lsb/init-functions $ sudo service murmur start Starting murmur: /etc/init.d/murmur: line 30: start_daemon: command not found Then I made this change: $ diff /etc/init.d/murmur /etc/init.d/murmur~ 30c30 < daemon $prog --PIDFile "$pidfile" --chuid: $MURMUR_USER:$MURMUR_GROUP --RunAsDaemon 1 $MURMUR_OPTS --- > start_daemon $prog --PIDFile "$pidfile" --chuid: $MURMUR_USER:$MURMUR_GROUP --RunAsDaemon 1 $MURMUR_OPTS $ sudo service murmur start Starting murmur: /bin/bash: murmur: command not found So I made this change: $ diff /etc/init.d/murmur /etc/init.d/murmur~ 18c18 < prog=/usr/sbin/murmurd --- > prog=murmur $ sudo service murmur start Starting murmur: Unknown argument --PIDFile touch: cannot touch `/var/log/subsys/murmur': No such file or directory Am I doing it completely wrong? As anyone actually run this? $ rpm -ql murmur /etc/dbus-1/system.d/murmur.conf /etc/logrotate.d/murmur /etc/mumble-server.ini /etc/murmur/murmur.ini /etc/rc.d/init.d/murmur /usr/sbin/mumble-server /usr/sbin/murmurd /usr/share/doc/murmur-1.1.8 /usr/share/doc/murmur-1.1.8/CHANGES /usr/share/doc/murmur-1.1.8/LICENSE /usr/share/doc/murmur-1.1.8/README /usr/share/doc/murmur-1.1.8/README.Linux /usr/share/man/man1/murmurd.1.gz /var/lib/mumble-server /var/log/mumble-server /var/run/mumble-server $ uname -a Linux mediapc 2.6.32.9-67.fc12.x86_64 #1 SMP Sat Feb 27 09:26:40 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux $ cat /etc/redhat-release Fedora release 12 (Constantine) -- 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. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review