You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the first launch who creates the mumble-server.ini. The server didn't, the logs gave :
mumble_1 | Starting mumble-server service
mumble_1 | murmurd: failed to open logfile /data/mumble-server.log: no logging will be done
mumble_1 | 2018-05-17 10:10:36.928 Initializing settings from /data/mumble-server.ini (basepath /data)
mumble_1 | 2018-05-17 10:10:36.929 Meta: TLS cipher preference is "ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:AES256-SHA:AES128-SHA"
mumble_1 | 2018-05-17 10:10:36.929 OpenSSL: OpenSSL 1.0.2g-fips 1 Mar 2016
mumble_1 | 2018-05-17 10:10:36.976 ServerDB: Failed initialization: unable to open database file Error opening database
It doesn't have rights to modify the /data/ folder, I had to do a chmod 108:111 /path/to/config/mumble-server to make it work (108 and 111 are the uid/gid of mumble-server on the docker image)
After a restart of the container, murmur worked fine
The text was updated successfully, but these errors were encountered:
Hi,
If you mounted the configuration volume on /path/to/config/mumble-server on your host (as it's written on the doc, but you have probably chosen another mount point ;-) )
On your host, issue this command to change the user of your mount point:
After the first launch who creates the mumble-server.ini. The server didn't, the logs gave :
It doesn't have rights to modify the /data/ folder, I had to do a
chmod 108:111 /path/to/config/mumble-server
to make it work (108 and 111 are the uid/gid of mumble-server on the docker image)After a restart of the container, murmur worked fine
The text was updated successfully, but these errors were encountered: