From owner-freebsd-apache@FreeBSD.ORG Sat Oct 4 01:21:51 2014 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 128B04C7 for ; Sat, 4 Oct 2014 01:21:51 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D477B916 for ; Sat, 4 Oct 2014 01:21:50 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s941LoPK083125 for ; Sat, 4 Oct 2014 01:21:50 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: apache@FreeBSD.org Subject: [Bug 187561] devel/subversion: bogus "No route to host" caused by www/serf Date: Sat, 04 Oct 2014 01:21:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: woodsb02@gmail.com X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: apache@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2014 01:21:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=187561 --- Comment #5 from Ben Woods --- 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 metric 0 mtu 16384 options=600003 inet6 ::1 prefixlen 128 tentative inet6 fe80::1%lo0 prefixlen 64 tentative scopeid 0x1 inet 127.0.0.1 netmask 0xff000000 nd6 options=29 epair2b: flags=8843 metric 0 mtu 1500 options=8 ether 02:c2:d9:00:0a:0b inet 192.168.1.99 netmask 0xffffff00 broadcast 192.168.1.255 nd6 options=9 media: Ethernet 10Gbase-T (10Gbase-T ) status: active -- You are receiving this mail because: You are the assignee for the bug.