Discussion:
pkg/30521 (svn connection to IPv6/IPv4 servers from IPv4-only host fails with No route to host)
s***@NetBSD.org
2011-10-06 18:01:58 UTC
Permalink
Synopsis: svn connection to IPv6/IPv4 servers from IPv4-only host fails with No route to host

State-Changed-From-To: open->feedback
State-Changed-By: ***@NetBSD.org
State-Changed-When: Thu, 06 Oct 2011 18:01:57 +0000
State-Changed-Why:
svn.simphalempin.com no longer exists, is there another test case?
s***@NetBSD.org
2011-10-08 09:49:32 UTC
Permalink
Synopsis: svn connection to IPv6/IPv4 servers from IPv4-only host fails with No route to host

State-Changed-From-To: feedback->closed
State-Changed-By: ***@NetBSD.org
State-Changed-When: Sat, 08 Oct 2011 09:49:31 +0000
State-Changed-Why:
Works now (subversion-base-1.6.17nb1).

% svn ls svn://svn.freebsd.org/base/
ROADMAP.txt
cvs2svn/
...

svn.freebsd.org has IPv6 address 2001:4f8:fff6::2c
Valery Ushakov
2014-10-21 21:45:01 UTC
Permalink
The following reply was made to PR pkg/30521; it has been noted by GNATS.

From: Valery Ushakov <***@stderr.spb.ru>
To: gnats-***@NetBSD.org
Cc:
Subject: Re: pkg/30521 (svn connection to IPv6/IPv4 servers from IPv4-only host fails with No route to host)
Date: Wed, 22 Oct 2014 01:37:30 +0400

It seems it's still not always working properly. This is probably an
upstream problem.

$ svn info svn://svn.freebsd.org/base/head
Path: head
...

But

$ svn info https://svn0.ru.FreeBSD.org/base/head
svn: E000065: Unable to connect to a repository at URL 'https://svn0.ru.freebsd.org/base/head'
svn: E000065: Error running context: No route to host

I do see IPv4 connection attempt. It's successful as a TCP
connection, but fails as HTTPS because of the certificate
(Issuer: clusteradm, FreeBSD.org, CA, US)

And, indeed, trying svn info with explicit IPv4 address

$ svn info https://77.88.40.110/base/head
Error validating server certificate for 'https://77.88.40.110:443':
...

-uwe
Valery Ushakov
2014-10-21 22:00:01 UTC
Permalink
The following reply was made to PR pkg/30521; it has been noted by GNATS.

From: Valery Ushakov <***@stderr.spb.ru>
To: gnats-***@NetBSD.org
Cc:
Subject: Re: pkg/30521 (svn connection to IPv6/IPv4 servers from IPv4-only host fails with No route to host)
Date: Wed, 22 Oct 2014 01:52:56 +0400

Forgot to add:

$ svn --version
svn, version 1.8.10 (r1615264)
compiled Oct 21 2014, 01:45:37 on powerpc--netbsd

Copyright (C) 2014 The Apache Software Foundation.
This software consists of contributions made by many people;
see the NOTICE file for more information.
Subversion is open source software, see http://subversion.apache.org/

The following repository access (RA) modules are available:

* ra_svn : Module for accessing a repository using the svn network protocol.
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
- using serf 1.3.7
- handles 'http' scheme
- handles 'https' scheme

-uwe
David Holland
2014-10-22 06:00:09 UTC
Permalink
The following reply was made to PR pkg/30521; it has been noted by GNATS.

From: David Holland <dholland-***@netbsd.org>
To: gnats-***@NetBSD.org, "Valeriy E. Ushakov" <***@netbsd.org>
Cc:
Subject: Re: pkg/30521 (svn connection to IPv6/IPv4 servers from IPv4-only
host fails with No route to host)
Date: Wed, 22 Oct 2014 05:58:06 +0000
Post by Valery Ushakov
Subject: Re: pkg/30521 (svn connection to IPv6/IPv4 servers from IPv4-only host fails with No route to host)
Date: Wed, 22 Oct 2014 01:37:30 +0400
It seems it's still not always working properly. This is probably an
upstream problem.
$ svn info svn://svn.freebsd.org/base/head
Path: head
...
But
$ svn info https://svn0.ru.FreeBSD.org/base/head
svn: E000065: Unable to connect to a repository at URL 'https://svn0.ru.freebsd.org/base/head'
svn: E000065: Error running context: No route to host
I do see IPv4 connection attempt. It's successful as a TCP
connection, but fails as HTTPS because of the certificate
(Issuer: clusteradm, FreeBSD.org, CA, US)
And, indeed, trying svn info with explicit IPv4 address
$ svn info https://77.88.40.110/base/head
...
This seems like a different problem - can you open a new PR?

--
David A. Holland
***@netbsd.org
Valery Ushakov
2014-10-22 20:50:01 UTC
Permalink
The following reply was made to PR pkg/30521; it has been noted by GNATS.

From: Valery Ushakov <***@stderr.spb.ru>
To: gnats-***@NetBSD.org
Cc:
Subject: Re: pkg/30521 (svn connection to IPv6/IPv4 servers from IPv4-only host fails with No route to host)
Date: Thu, 23 Oct 2014 00:49:11 +0400

Resubmitted as pkg/49306

-uwe

Loading...