Reply To: Avahi error

#10762
fizze
Participant

well, you already have one instance of mt-daapd running.
To check for any “zombified” processes, do a:

ps aux|grep daapd

then, try a:

killall mt-daapd

and repeat the above ps aux…

If there are still processes running, check the PID (process ID) and issue a:

killall -9 %PID%

as root.