Re: 1.2.0 svnserve only listens on ipv6 on openbsd
From: Daniel Berlin <dberlin_at_dberlin.org>
Date: 2005-06-01 04:40:03 CEST
On Mon, 2005-05-23 at 15:12 -0700, Jim Morris wrote:
Have you tried actually connecting to it with an ipv4 client and
> Is there a way to tell it to ignore ipv6? or at least have it listen on
What do you have in /etc/hosts for localhost?
It looks up the host you specify as the hostname, and then uses the
Thus, if you have
and your name resolver decides to use the ::1 address, it will end up
However, at least on my linux system, it actually listens on both
tcp 0 0 :::3690 :::*
I can connect to this instance with both an ipv4 and ipv6 client, cutely
Anyway you can override the detection by explicitly specifying a listen
try adding
--listen-host "127.0.0.1"
to the svnserve command line
---------------------------------------------------------------------
|
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.