Vultr.com - Instant Cloud Server Deployment
Game Rank
Servers:
Teams:
Fans:
814
Players:
4
Forum Home > Mumble Server Administration & Help > Mumble Server Help With GTMurrmur
PREV 1 2 NEXT
dcomander1PM
#1
Mumble Server Help With GTMurrmur
Oct 15, 2012 12:58 AM
Joined: Jan 10, 2009
Posts: 16
Hi, I tried everything I could to add my mumble to gametracker, but its confusing what to add and where to change it. Is there any way to make the instructions a bit more simpler? Im not a n00b with technlogy, I make websites and run communities for a living, but still couldn't figure out how to get it to run on a Ubuntu Linux 11.04 based VPS. Please help and if anyone does, thanks.

Danny C
burnPM
#2
Oct 15, 2012 12:54 PM
Joined: Sep 27, 2006
Posts: 10924
Hello,

Which part are you having trouble with? Starting GTMurmur or configuring it?
I am retired from GameTracker after 11 years and will not be responsive for support requests.

maulPM
#3
Oct 15, 2012 12:54 PM
Joined: Oct 17, 2006
Posts: 983
Hi dcomander1,

At the current time, the included "readme.txt" file is the most comprehensive document on GTMurmur. If time permits, I will try to add a walkthrough and/or quick setup guide with the next update. I do not have a set release date for the next update.

Some quick setup tips would be:

1. Use the static build of GTMurmur.
2. Ensure that you have ICE configured properly. You will need to checkout the official Mumble/Murmur documentation for that.
3. GTMurmur has known issues with multiple virtual servers.
4. You need to run both murmur.x86 and GTMurmur.

Best regards.
I do not provide support over PM. Please ask your questions on the GameTracker forums.
dcomander1PM
#4
Oct 16, 2012 1:39 PM
Joined: Jan 10, 2009
Posts: 16
burn wrote:
Hello,

Which part are you having trouble with? Starting GTMurmur or configuring it?

maul wrote:
Hi dcomander1,

At the current time, the included "readme.txt" file is the most comprehensive document on GTMurmur. If time permits, I will try to add a walkthrough and/or quick setup guide with the next update. I do not have a set release date for the next update.

Some quick setup tips would be:

1. Use the static build of GTMurmur.
2. Ensure that you have ICE configured properly. You will need to checkout the official Mumble/Murmur documentation for that.
3. GTMurmur has known issues with multiple virtual servers.
4. You need to run both murmur.x86 and GTMurmur.

Best regards.


I am having issues with configuring GTMurmur.

Ive been following the instructions for both ICE & GTMurmur, but still couldn't figure out where to put what exactly. The beginning is easy, but further into configuration, it gets harder and harder.
I am also having issues adding the mumble to gametracker, with the error saying my mumble is offline, when its running.
Last edited by: dcomander1 Oct 16, 2012 1:50 PM
tillman32PM
#5
Oct 19, 2012 1:30 AM
Joined: Dec 10, 2011
Posts: 17
Hello there,

I've been around and running mumble servers on Linux for a while now. First and foremost, be more descriptive when asking questions, especially for technical problems, it speeds this up.

Simple things to check/think about:

Sure, your murmur/mumble may be running, but GTmurmur is its own beast, meaning, you have to RUN it separately. In the included files you'll have one named 'gtmurmur-static.' Simply run that file, specify your config file for mumble ( NOTE: make sure you also specify the location of the mumble-server.ini if your gtmurmur-static is in a different directory as your .ini e.g 'etc/mumble-server.ini ):

sudo ./gtmurmur-static -conf mumble-server.ini

After you have ^ this running alongside murmur/mumble, you'll be able to use Game Tracker to add your server, create a widget, etc.

Using conf file: mumble-server.ini
Obtaining server socket...
Binding server socket...
Changing to asynchronous mode...
Opening server...
Server is running on 0.0.0.0:27800.
Client #1 connected from 108.61.78.147 on Thu Oct 18 23:30:40 2012
Queried murmur again. The result was successful.
Finished sending document to client #1.
Removed client #1.


Hope this helps.
dcomander1PM
#6
Oct 22, 2012 7:53 PM
Joined: Jan 10, 2009
Posts: 16
tillman32 wrote:
Hello there,

I've been around and running mumble servers on Linux for a while now. First and foremost, be more descriptive when asking questions, especially for technical problems, it speeds this up.

Simple things to check/think about:

Sure, your murmur/mumble may be running, but GTmurmur is its own beast, meaning, you have to RUN it separately. In the included files you'll have one named 'gtmurmur-static.' Simply run that file, specify your config file for mumble ( NOTE: make sure you also specify the location of the mumble-server.ini if your gtmurmur-static is in a different directory as your .ini e.g 'etc/mumble-server.ini ):

sudo ./gtmurmur-static -conf mumble-server.ini

After you have ^ this running alongside murmur/mumble, you'll be able to use Game Tracker to add your server, create a widget, etc.

Using conf file: mumble-server.ini
Obtaining server socket...
Binding server socket...
Changing to asynchronous mode...
Opening server...
Server is running on 0.0.0.0:27800.
Client #1 connected from 108.61.78.147 on Thu Oct 18 23:30:40 2012
Queried murmur again. The result was successful.
Finished sending document to client #1.
Removed client #1.


Hope this helps.


ok, thanks, that is exactly what I had issues with, and it is what wasn't being said anywhere. Now I got a "Segmentation Fault" error.
tillman32PM
#7
Oct 22, 2012 8:11 PM
Joined: Dec 10, 2011
Posts: 17
Please show us the exact command you are running, the more info, the better.
dcomander1PM
#8
Oct 22, 2012 8:53 PM
Joined: Jan 10, 2009
Posts: 16
tillman32 wrote:
Please show us the exact command you are running, the more info, the better.


./gtmurmur-static -conf mumble-server.ini
as my VPS is already root (i know its not good to run as root, but its soo much easier to manage that way)

I also run Ubuntu 11.04 on an OpenVZ VPS
tillman32PM
#9
Oct 22, 2012 8:58 PM
Joined: Dec 10, 2011
Posts: 17
Are you positive your .ini is mumble-server.ini?

Are you running from the directory that the .ini is located? If not you'll need to specify the location of the .ini in that command: ./gtmurmur-static -conf /etc/mumble-server.ini

Is murmur/mumble server running?

dcomander1PM
#10
Oct 22, 2012 9:03 PM
Joined: Jan 10, 2009
Posts: 16
tillman32 wrote:
Are you positive your .ini is mumble-server.ini?

Are you running from the directory that the .ini is located? If not you'll need to specify the location of the .ini in that command: ./gtmurmur-static -conf /etc/mumble-server.ini

Is murmur/mumble server running?



yeah, it has the same info that is displayed on my mumble client, and I am already cd'd to the correct directory, which is /etc/, and I did an ls to check to see if it was in it before ftping the file to the directory. also murmurd is in fact running.
PREV 1 2 NEXT