mumble-voip / mumble

Mumble is an open-source, low-latency, high quality voice chat software.
https://www.mumble.info
Other
6.28k stars 1.11k forks source link

Server not showing in public registry even though Registration is listed as updated #5348

Closed Slips-PC closed 2 years ago

Slips-PC commented 2 years ago

The issue

My murmur server is not showing up within either the client's public registry or the mumble.com serverlist, even though my logs say that it was registered.

Logs:

<W>2021-12-05 08:34:13.050 SSL: OpenSSL version is 'OpenSSL 1.1.1d  10 Sep 2019'
<W>2021-12-05 08:34:13.050 Initializing settings from /etc/mumble-server.ini (basepath /etc)
<C>2021-12-05 08:34:13.052 MetaParams: Adding 2 intermediate certificates from certificate file.
<W>2021-12-05 08:34:13.622 MetaParams: TLS cipher preference is "TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA:AES256-SHA:AES128-SHA"
<C>2021-12-05 08:34:13.625 Successfully switched to uid 122
<W>2021-12-05 08:34:13.673 ServerDB: Opened SQLite database /var/lib/mumble-server/mumble-server.sqlite
<W>2021-12-05 08:34:13.673 ServerDB: Using SQLite's default rollback journal.
<W>2021-12-05 08:34:13.680 Resource limits were 0 0
<W>2021-12-05 08:34:13.680 Successfully dropped capabilities
<W>2021-12-05 08:34:13.737 Murmur 1.3.0 (1.3.0~git20190125.440b173+dfsg-2+deb10u1) running on X11: Debian GNU/Linux 10 (buster): Booting servers
<W>2021-12-05 08:34:13.743 1 => Server listening on 0.0.0.0:64738
<W>2021-12-05 08:34:14.325 1 => Announcing server via bonjour
<W>2021-12-05 08:36:40.496 1 => <1:(-1)> New connection: [2a04:c44:e00:85d3:441:94ff:fe00:4aa]:56484
<W>2021-12-05 08:36:40.681 1 => Registration: Attempting to connect to [2001:19f0:5:354:5400:3ff:fe77:5a14]:64738...
Your certificate is validated by a CA, congratulations!
Registration updated!

<W>2021-12-05 08:36:40.833 1 => <1:(-1)> Connection closed: The TLS/SSL connection has been closed [1]

Relevant config sections:

registerName=Slipfox's Mumble
registerPassword=[HIDDEN]
registerUrl=http://www.slipfox.xyz
registerHostname=mumble.slipfox.xyz
registerLocation=US

;serverpassword intentionally left blank
serverpassword=

I have no idea why this is not working, but it's not. I've confirmed that registerHostname resolves as a mumble server.

Mumble version

1.3.0

Mumble component

Server

OS

Linux

Additional information

No response

Krzmbrzl commented 2 years ago

You're server seems to be listed in the public list backend: https://publist.mumble.info/v1/list

Have you ensured it is reachable from your client? If it can't be pinged it might not be shown.

Krzmbrzl commented 2 years ago

And it is also shown in the list of mumble.com

Could it be that you tried to find your server shortly after you started it? The public list can take a bit to include new servers

Slips-PC commented 2 years ago

And it is also shown in the list of mumble.com

Could it be that you tried to find your server shortly after you started it? The public list can take a bit to include new servers

yeah, that was it. My bad, lol.