Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 832472

Summary: media-sound/murmur-1.4.230-r1 wrong executable in systemd file
Product: Gentoo Linux Reporter: H. Peter Pfeufer <info>
Component: Current packagesAssignee: Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description H. Peter Pfeufer 2022-02-01 05:59:18 UTC
The executable has been renamed from `murmurd` to `mumble-server`. This needs to be reflected in the systems file as well, there is still `murmurd` being called


From journalctl -xeu murmur.service:

░░ The error number returned by this process is ERRNO.
Feb 01 06:40:39 thor systemd[54060]: murmur.service: Failed at step EXEC spawning /usr/bin/murmurd: No such file or directory
░░ Subject: Process /usr/bin/murmurd could not be executed
░░ Defined-By: systemd
░░ Support: https://gentoo.org/support/


Solution:

In /lib/systemd/system/murmur.service change:
ExecStart=/usr/bin/murmurd -fg -ini /etc/murmur/murmur.ini
to:
ExecStart=/usr/bin/mumble-server -fg -ini /etc/murmur/murmur.ini
Comment 1 Larry the Git Cow gentoo-dev 2022-02-01 06:18:50 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a1ae335803504f7533f45a1b5fc860a5107f0b7

commit 2a1ae335803504f7533f45a1b5fc860a5107f0b7
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2022-02-01 06:16:36 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2022-02-01 06:18:30 +0000

    media-sound/murmur: Revbump to fix systemd service file
    
    Fixed reported version number as well
    
    Closes: https://bugs.gentoo.org/832471
    Closes: https://bugs.gentoo.org/832472
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 .../murmur/{murmur-1.4.230-r1.ebuild => murmur-1.4.230-r2.ebuild} | 8 ++++++--
 media-sound/murmur/murmur-9999.ebuild                             | 8 ++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)