jcorporation / myMPDos

A music player image for Raspberry Pi based on Alpine Linux, MPD and myMPD.
https://jcorporation.github.io/myMPDos/
GNU General Public License v3.0
29 stars 6 forks source link

OS Script failing to execute #26

Closed kurtlawrence closed 1 year ago

kurtlawrence commented 1 year ago

myMPD version: 11.05

Describe the bug

I am failing to execute a shell script.

Getting

myMPDos authpriv.notice : command not permitted for mympd: /usr/bin/reset-dac-usb-port.sh

in the logs.

Server plattform (please complete the following information):

jcorporation commented 1 year ago

This is myMPDos related. You must use doas and configure it to allow the command.

kurtlawrence commented 1 year ago

Thanks, @jcorporation.

It took me a little bit to figure out what was going on, so I have opened #27 to help direct others with similar issues.