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.
I just installed net-voip/murmur and the configuration file, /etc/murmur/murmur.ini does have: ryzdesk /home/jlpoole # date; cat -n /etc/murmur/murmur.ini |grep -iP '(pid|logfile)' Sat Aug 31 03:28:25 PM PDT 2024 86 logfile=/var/log/murmur/murmur.log 92 pidfile=/run/murmur/murmur.pid ryzdesk /home/jlpoole # eix -I murmur The server did not start for reasons documented in Bug #938848 which I just created. Insofar as this bug is concerned, the definition of pidilfe (and logfile) exists in the configuration file that is installed. I think this bug should be closed.