Failed to bind socket: Address already in use #1724
cyberdynesoftware
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I did struggle a bit to get mpd working, because mpd produces this error:
Turns out that I had problems for other reasons: I think that the user in mpd.conf needs to match the user with which I start mpd with systemctl. Maybe this is obvious, but I stumbled on it.
Anyway, I got it working. Above error message persists in the log though. My understanding is this: mpd binds itself first to [::]:6600, which also binds to 0.0.0.0:6600 automatically. Afterwards, mpd tries to bind to 0.0.0.0:6600, which fails with above error. If this is true, the error message is useless and I would consider it a bug.
The problem with the message is that it got me hunting in the wrong direction when I struggled to get mpd working. In the end, it had nothing to do with port 6600.
Beta Was this translation helpful? Give feedback.
All reactions