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

Re: svn: Can't connect to host '127.0.0.1': Connection refused - ?

From: Hannes Erven <h.e_at_gmx.at>
Date: 2005-08-12 18:35:52 CEST

Hi WOB,

> I'm running Subversion 1.2 on FreeBSD 5.4, and seem to only be able to
> connect to svnserve when I use 'localhost' as the server name.

Just a guess, but we had reports that on some OS's, the daemon by
default only binds to a IPv6 Port and not a regular IPv4.

"localhost" resolves to an IPv6 address (::1), but 127.0.0.1 and
192.168.* are IPv4.

You seem to run svnserver through a service wrapper, I guess you should
setup the bind address(es) there.

A good starting point would be to list all open ports on your machine by
running
        netstat -anp | grep LISTEN

(this is Linux syntax, dunno whether your netstat accepts the same
commands, please adapt if necessary)

HTH,
        -hannes

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 12 18:39:08 2005

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

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