at_he Posted August 23, 2012 Share Posted August 23, 2012 hi .. i run centos, it has no package for murmur so i downloaded static murmur (which has no init script) and tried to runi found an init script at http://mumble.sourceforge.net/Murmur_Init_Script but lacks the "status" functioni added one .. just between lines ;; *)insert this code status) MURMURPID=`pidof $MURMURBIN` if (( $? )) then echo murmur is NOT running else echo murmur is running, pid=$MURMURPID fi ;;and add "|status" to the line echo "Usage: $0 {start|stop|restart}" p.s.: i found no way to register an account at main page mumble wiki to comment this issue Quote Link to comment Share on other sites More sharing options...
Administrators kissaki Posted August 24, 2012 Administrators Share Posted August 24, 2012 Thanks for sharing!I will add it.Not sure if registration was (temporarily) disabled because of spam …I asked on IRC and may report back. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.