Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 832472 - media-sound/murmur-1.4.230-r1 wrong executable in systemd file
Summary: media-sound/murmur-1.4.230-r1 wrong executable in systemd file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-01 05:59 UTC by H. Peter Pfeufer
Modified: 2022-02-01 06:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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(-)