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

Re: 1.2.0 svnserve only listens on ipv6 on openbsd

From: Kay Abendroth <abendroth_at_wsc-gmbh.de>
Date: 2005-06-02 19:13:12 CEST

Daniel Berlin wrote:
> On Mon, 2005-05-23 at 15:12 -0700, Jim Morris wrote:
>
>>Hi,
>>
>>I have just built 1.2.0 on OpenBSD, and when I run svnserve it only
>>listens on the ipv6 network, and there is no listen port on ipv4.
>
>
> Have you tried actually connecting to it with an ipv4 client and
> verified that it can't?

        YES!

>>Is there a way to tell it to ignore ipv6? or at least have it listen on
>>both?
>>
>>
>
>
> What do you have in /etc/hosts for localhost?

        ::1 localhost.redhill.net localhost
        127.0.0.1 localhost.redhill.net localhost

[...]
>
> Anyway you can override the detection by explicitly specifying a listen
> host that is an ipv4 address.
>
> try adding
>
> --listen-host "127.0.0.1"
>
> to the svnserve command line

        That's what I've done (--listen-host=0.0.0.0) and it works for me. But
this is annoying for first time users!!!

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 2 19:23:28 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.