On 2009/02/24 17:55, Julien Langer <[email protected]> wrote:
> Here it is. I'm also attaching a strace of mpd 0.13, which still works fine.
> I think mpd 0.14.1 also worked, but I don't have a deb of that version
> anymore.
I see bind() twice:
bind(5, {sa_family=AF_INET, sin_port=htons(6600),
sin_addr=inet_addr("127.0.0.1")}, 16) = 0
bind(6, {sa_family=AF_INET, sin_port=htons(6600),
sin_addr=inet_addr("127.0.0.1")}, 16) = -1 EADDRINUSE (Address
already in use)
What listener addresses did you configure? If you have only one, then
your system resolved has returned 127.0.0.1 twice (I cannot see that
in the trace).
MPD 0.13 ignored all "secondary" addresses of a host, which was
incorrect.
Max
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]