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

Missing "msgtime" value in the "murmur_slog" database table #6332

Open Trevelian opened 7 months ago

Trevelian commented 7 months ago

Description

Hello,

I'm using mumble-server (murmur) on Archlinux with mariadb. I have an old script that read the "murmur_slog" table to make some report.

When I check this old script today, I see that its not working anymore, and when I check the database, I see that all the "msgtime" column in the database are with the value "NULL"

Its possible that it hasn't worked for several months

Steps to reproduce

"msgtime" column on "murmur_slog" are NULL The date of the log "msg" is excepted

Mumble version

1.5.517

Mumble component

Server

OS

Linux

Reproducible?

Yes

Additional information

No response

Relevant log output

<X>2024-02-10 08:22:37.799 SSL: OpenSSL version is 'OpenSSL 3.2.1 30 Jan 2024'
<W>2024-02-10 08:22:37.802 Initializing settings from /etc/mumble/mumble-server.ini (basepath /etc/mumble)
<C>2024-02-10 08:22:37.806 MetaParams: Adding 2 intermediate certificates from certificate file.
<W>2024-02-10 08:22:37.808 MetaParams: TLS cipher preference is "TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-RSA-AES128-GCM-SHA256"
<W>2024-02-10 08:22:38.010 Murmur 1.5.517 running on Linux: Arch Linux [x64]: Booting servers
<W>2024-02-10 08:22:38.055 1 => Server listening on 0.0.0.0:64738
<W>2024-02-10 08:22:38.056 1 => Failed to set IPV6_RECVPKTINFO for 0.0.0.0:64738
<W>2024-02-10 08:22:38.118 1 => Registration needs nonempty 'registername', 'registerpassword' and 'registerurl', must have an empty 'password' and allowed pings.

Screenshots

image

Krzmbrzl commented 7 months ago

Should be resolved via https://github.com/mumble-voip/mumble/pull/6263