Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Oct 2014 01:21:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        apache@FreeBSD.org
Subject:   [Bug 187561] devel/subversion: bogus "No route to host" caused by www/serf
Message-ID:  <bug-187561-16115-ngl1sLx2v3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-187561-16115@https.bugs.freebsd.org/bugzilla/>
References:  <bug-187561-16115@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=187561

--- Comment #5 from Ben Woods <woodsb02@gmail.com> ---
I am having this same issue on my FreeNAS box, when running subversion in a
jail. However, ifconfig lo0 inet6 ifdisabled did not solve it for me. See
below.

# svn co https://svn.redports.org/woodsb02
svn: E000065: Unable to connect to a repository at URL
'https://svn.redports.org/woodsb02'
svn: E000065: Error running context: No route to host
# svn --version
svn, version 1.8.10 (r1615264)
   compiled Sep 25 2014, 07:39:40 on amd64-portbld-freebsd9.1

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

# ifconfig
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
        options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
        inet6 ::1 prefixlen 128 tentative
        inet6 fe80::1%lo0 prefixlen 64 tentative scopeid 0x1
        inet 127.0.0.1 netmask 0xff000000
        nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
epair2b: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        options=8<VLAN_MTU>
        ether 02:c2:d9:00:0a:0b
        inet 192.168.1.99 netmask 0xffffff00 broadcast 192.168.1.255
        nd6 options=9<PERFORMNUD,IFDISABLED>
        media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
        status: active

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-187561-16115-ngl1sLx2v3>