Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 915506 - net-voip/murmur: doesn't have correct pidfile in default ini
Summary: net-voip/murmur: doesn't have correct pidfile in default ini
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Kenton Groombridge
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-10 00:15 UTC by Tohka
Modified: 2023-10-10 00:17 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 Tohka 2023-10-10 00:15:12 UTC
media-sound/murmur doesn't have the correct pidfile path in the default ini. This makes openrc show a failure prompt when starting it and can not stop and restart the service.

The solution is to add this line to the default murmur.ini

pidfile=/run/murmur/murmur.pid

This should prevent any issues related to this.