Hi, > update-rc.d mpd disable > > After reboot, this is enough to prevent mpd from starting, but somehow not to > keep port 6600 free. When I run mpd as normal user, I get : > > socket: Failed to bind to '127.0.0.1:6600': Address already in use
can you have a look what it is that's listening on port 6600? E.g. with sudo netstat -lntp I have an inkling that you may see something like tcp6 0 0 :::6600 :::* LISTEN 1/systemd which would mean that systemd socket activation has gotten in the way of the recommended per-user set-up. That would make this bug release-critical, IMO, even though one may ask why the above update-rc.d command is not effective for systemd socket units... Florian -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org