- Registriert
- 16. Mai 2021
- Beiträge
- 5
- Reaktionspunkte
- 0
- Punkte
- 1
I am running a lmscommunity/logitechmediaserver as docker on my Synology. The Spotify plugin (Spotty) needs port 5353 UDP in order to work with multiple devices.
Unfortunately I get the following error when I try to bind port 5353 UDP to the docker container:
"Local port 5353, ... conflicts with other ports used by other services"
It seems the port 5353 UDP is already in use by avahi-daemon:
I stopped/disabled avahi...
... and I can confirm its not running anymore - even after a restart of the NAS. And the port is not in use either.
Still same error message that the port is already in use.
Does sombody know how I can free up that port from Synology? I dont use Music station nor Itunes...
Unfortunately I get the following error when I try to bind port 5353 UDP to the docker container:
"Local port 5353, ... conflicts with other ports used by other services"
It seems the port 5353 UDP is already in use by avahi-daemon:
Code:
sudo netstat -tulpn | grep 5353
udp 0 0 0.0.0.0:5353 0.0.0.0:* 7500/avahi-daemon:
I stopped/disabled avahi...
Code:
sudo synoservice --stop avahi
Still same error message that the port is already in use.
Does sombody know how I can free up that port from Synology? I dont use Music station nor Itunes...


