Arcusan Posted July 8, 2015 Share Posted July 8, 2015 I have uninstalled and reinstalled Mumble Server about a dozen times tonight. I've installed Mumble Server many different times in the past, and have had no issues. I can successfully setup a Mumble Server in less than 2 minutes. Here is what I did to install:apt-get updateapt-get upgradeapt-get install mumble-serverdpkg-reconfigure mumble-serverYes, Yes, Set PasswordAs soon as I reconfigure and Mumble tries to write to the database, it gives the errors below. Pulled these directly from the log file. I saw a previous post about an error that was similar, but not the same error. Someone mentioned moving the database to a different location that the murmur user has access to. I changed the path in mumble-server.ini to be /home/mumble-server, but I am still getting the same error. I even tried doing chmod 777 on the database and the folder the database is stored in, but I'm still getting the errors below. Any help would be greatly appreciated. 2015-07-07 21:29:08.994 Initializing settings from /etc/mumble-server.ini (basepath /etc)2015-07-07 21:29:08.995 OpenSSL: OpenSSL 1.0.1f 6 Jan 20142015-07-07 21:29:08.995 Successfully switched to uid 1132015-07-07 21:29:08.996 Failed to set initial capabilities2015-07-07 21:29:09.091 ServerDB: Opened SQLite database /home/mumble-server/mumble-server.sqlite2015-07-07 21:29:09.092 Generating new tables...2015-07-07 21:29:09.093 SQL Error [CREATE UNIQUE INDEX `config_key` ON `config`(`server_id`, `key`)]: unable to open database file Unable to fetch row Quote Link to comment Share on other sites More sharing options...
Administrators kissaki Posted July 12, 2015 Administrators Share Posted July 12, 2015 Does the same error occur when there is no database under that path when you start the server?The server creates the new sqlite file, but still throws the error? 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.