Julian Foad <julian.f...@wandisco.com> writes: > I'm unable to run DAV tests this week. I'm getting: > > [[[ > (98)Address already in use: make_sock: could not bind to address > 127.0.0.1:3961 > no listening sockets available, shutting down > ]]] > > every time I try. Senthil is getting the same on Ubuntu, > but it works on his Debian machine. It sounds like Philip is > successfully running DAV tests in Ubuntu.
No, I run the tests on Debian stable -- Ubuntu's just a pretty toy for the laptop :) I get the same error as you on Ubuntu, strace shows it trying to bind twice to the same socket. I can get it to work by deleting localhost: from the Listen statement in the config file to just leave the port number: "Listen 19574". -- Philip