[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: davautocheck - "(98)Address already in use: make_sock: could not bind to address 127.0.0.1:xxxx"

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 15 Jan 2010 12:22:31 +0000

Julian Foad <julian.foad_at_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
Received on 2010-01-15 13:23:11 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.