infinitydrop Posted March 12, 2014 Share Posted March 12, 2014 Hello all,I'm standing up a new server in the Azure cloud, and it's name for the root channel won't change. I'll post my .ini, comments removed, below. I have a server stood up on a Raspberry Pi, and was able to change the name no problem. THis is running on a fresh Ubuntu 14.04 server, running only Murmur. I'm able to connect, clients can hear and talk to one another, this is the only outstanding issue. Any advice you could provide would be fantastic! Thank you in advance!I know it's long, but I wanted to leave all settings and readability, even the ones I haven't set, to show that I'm not doing anything crazy.# Murmur configuration file. database=/var/lib/mumble-server/mumble-server.sqlite #dbDriver=QMYSQL #dbUsername= #dbPassword= #dbHost= #dbPort= #dbPrefix=murmur_ #dbOpts= dbus=system #dbusservice=net.sourceforge.mumble.murmur ice="tcp -h 127.0.0.1 -p 6502" #icesecretread= icesecretwrite= #autobanAttempts = 10 #autobanTimeframe = 120 #autobanTime = 300 logfile=/var/log/mumble-server/mumble-server.log pidfile=/var/run/mumble-server/mumble-server.pid welcometext="<br />Welcome, stoopid.<br />OH BURN!<br /><br />-test.org" port=64738 #host= serverpassword= bandwidth=130000 users=45 #opusthreshold=100 #channelnestinglimit=10 channelname=[ \\'\\-=\\w\\#\\[\\]\\{\\}\\(\\)\\@\\|]+ #textmessagelength=5000 #imagemessagelength=131072 #allowhtml=true #logdays=31 registerName=Test #registerPassword=secret #registerUrl=http://mumble.sourceforge.net/ #bonjour=True #sslCert= #sslKey= uname=mumble-server #certrequired=False #sendversion=True [ice] Ice.Warn.UnknownProperties=1 Ice.MessageSizeMax=65536 I almost forgot to mention, I'm totally happy to crete anyone an SSH account who would be willing to look into it. I know 14.04 may be new to Murmur, but I don't see why it wouldn't work. It's a lone server right now, and I'm not so attached that I can't rebuild it if need be. I just did a very straight forward install:From Scratch:apt-get updateapt-get upgradeapt-get install mumble-serveretc...and finally:http://i60.tinypic.com/iyiwpc.pngBUT WHY MURMUR!? POR QUE!? Quote Link to comment Share on other sites More sharing options...
Moderators Natenom Posted March 12, 2014 Moderators Share Posted March 12, 2014 Did you restart your mumble-server after you changed the .ini file?service mumble-server restart Quote Link to comment Share on other sites More sharing options...
infinitydrop Posted March 12, 2014 Author Share Posted March 12, 2014 Indeed. I restarted the server too, thinking maybe I was losing my mind. Quote Link to comment Share on other sites More sharing options...
infinitydrop Posted March 19, 2014 Author Share Posted March 19, 2014 No advice/ideas?Here are my logs right after restarting the service. Doesn't look like much to me. How do I enable verbose logging on Ubuntu Server? I can't find anything. <C>2014-03-19 14:33:00.526 Caught SIGTERM, exiting <W>2014-03-19 14:33:00.526 Killing running servers <W>2014-03-19 14:33:00.648 1 => Stopped announcing server via bonjour <W>2014-03-19 14:33:00.757 1 => Stopped <W>2014-03-19 14:33:00.757 Shutting down <W>2014-03-19 14:33:00.758 MurmurIce: Shutdown complete <W>2014-03-19 14:33:00.801 Initializing settings from /etc/mumble-server.ini (basepath /etc) <W>2014-03-19 14:33:00.802 OpenSSL: OpenSSL 1.0.1f 6 Jan 2014 <C>2014-03-19 14:33:00.803 Successfully switched to uid 107 <W>2014-03-19 14:33:00.868 ServerDB: Opened SQLite database /var/lib/mumble-server/mumble-server.sqlite <W>2014-03-19 14:33:00.871 Resource limits were 0 0 <W>2014-03-19 14:33:00.871 Successfully dropped capabilities <W>2014-03-19 14:33:00.873 MurmurIce: Endpoint "tcp -h 127.0.0.1 -p 6502" running <W>2014-03-19 14:33:00.944 Murmur 1.2.4 (1.2.4-0.2ubuntu1) running on X11: Ubuntu Trusty Tahr (development branch): Booting servers <W>2014-03-19 14:33:01.054 1 => Server listening on [::]:64738 <W>2014-03-19 14:33:01.163 1 => Announcing server via bonjour <W>2014-03-19 14:33:01.256 1 => Not registering server as public <W>2014-03-19 14:33:01.257 Object::connect: No such slot MurmurDBus::userTextMessage(const User *, const TextMessage &) Quote Link to comment Share on other sites More sharing options...
infinitydrop Posted March 20, 2014 Author Share Posted March 20, 2014 So, today I set up a virtual, default, Ubuntu 14.04 server using the latest build from Canonical. I wanted to rule out Azure as the issue, as they use all their own repos. No Joy.Just thought you might like to know. Quote Link to comment Share on other sites More sharing options...
infinitydrop Posted March 30, 2014 Author Share Posted March 30, 2014 Created an issue: https://github.com/mumble-voip/mumble/issues/1191 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.