giantoctopus Posted January 14, 2015 Share Posted January 14, 2015 Hello there! I'm trying to get Mumble's server running properly.I'm starting with a fresh, out-of-the-box 512MB DigitalOcean instance. It's running the LEMP stack because I plan to use this for hosting as well, later on.I'm following this tutorial.Mumble-server refuses to start, and the last messages on the log file show this: <W>2015-01-14 11:14:28.683 Initializing settings from /etc/mumble-server.ini (basepath /etc) <W>2015-01-14 11:14:28.684 OpenSSL: OpenSSL 1.0.1f 6 Jan 2014 <C>2015-01-14 11:14:28.684 Successfully switched to uid 108 <W>2015-01-14 11:14:28.738 ServerDB: Opened SQLite database /var/lib/mumble-server/mumble-server.sqlite <W>2015-01-14 11:14:28.742 Resource limits were 0 0 <W>2015-01-14 11:14:28.742 Successfully dropped capabilities <C>2015-01-14 11:14:28.745 MurmurIce: Initialization failed: Ice::SocketException <W>2015-01-14 11:14:28.854 Murmur 1.2.4 (1.2.4-0.2ubuntu1.1) running on X11: Ubuntu 14.04.1 LTS: Booting servers <W>2015-01-14 11:14:28.863 1 => Server listening on [::]:64734 <W>2015-01-14 11:14:28.869 1 => Announcing server via bonjour <W>2015-01-14 11:14:28.878 1 => Not registering server as public <W>2015-01-14 11:14:28.878 Object::connect: No such slot MurmurDBus::userTextMessage(const User *, const TextMessage &) I've been searching around for the last couple hours and I can't find any advice other than "recompile without dbus support".The config .ini file does have the dbus option commented out: #dbus=system So I have no idea why it's still trying to connect to it.Any help would be much appreciated! 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.