GameServerManagers / LinuxGSM

The command-line tool for quick, simple deployment and management of Linux dedicated game servers.
https://linuxgsm.com
MIT License
4.25k stars 813 forks source link

Mumbleserver script update #109

Closed dgibbs64 closed 10 years ago

dgibbs64 commented 10 years ago

There are a few errors here, though. In step 5, the directory should be named 'murmur' not 'murmor', and the script needs to be renamed to 'mumbleserver' before making it executable in step 7.

Also, when I try to start the server, it errors out. Here's the output from debug:

[mumbleserver@csgo ~]$ ./mumbleserver debug [ OK ] Starting mumble-server: Mumble Debug mode! Use for identifying server issues only! If server is already running it will be stopped Continue? [y/N]y [ INFO ] mumble-server: Mumble is already stopped [ INFO ] mumble-server: Enter CTRL+C to drop out of debug mode [ OK ] Starting mumble-server: Mumble

2014-07-04 15:39:02.622 Initializing settings from /home/mumbleserver/murmur/murmur.ini (basepath /home/mumbleserver/murmur) 2014-07-04 15:39:02.624 OpenSSL: OpenSSL 1.0.0k 5 Feb 2013 2014-07-04 15:39:02.683 ServerDB: Opened SQLite database /home/mumbleserver/murmur/murmur.sqlite 2014-07-04 15:39:02.687 MurmurIce: Endpoint "tcp -h 127.0.0.1 -p 6502" running 2014-07-04 15:39:02.723 Murmur 1.2.4 (1.2.4) running on X11: CentOS release 6.5 (Final): Booting servers 2014-07-04 15:39:02.802 1 => Server listening on [::]:64738 2014-07-04 15:39:02.852 1 => Announcing server via bonjour 2014-07-04 15:39:02.902 1 => Not registering server as public 2014-07-04 15:39:02.902 Object::connect: No such slot MurmurDBus::userTextMessage(const User *, const TextMessage &) Any idea what that last line means? Message from the following comment http://disq.us/8j4b3j
dgibbs64 commented 10 years ago

I have updated the instructions. However this script needs an update and converted to use Tmux and some further testing. I will look at updating this script.

Scarsz commented 10 years ago

Has this been completed yet?

dgibbs64 commented 10 years ago

Not yet. I'm on holiday currently. But will make this one a top priority when I get back. :-)

dgibbs64 commented 10 years ago

I have now updated mumbleserver

https://github.com/dgibbs64/linuxgameservers/commit/6a80f7cd65d2b4a1e39c685c0a6d921dfe482e7f#diff-191ddf2ed9b7a4d53ea80dc7422f3e0b

lock[bot] commented 6 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.