[Andrew Zakharenko]
> As far, as i understand this failes function ne_sock_init() in
> subversion/libsvn_ra_neon/session.c.  I suggest the problem is with
> the network configuration - it is PPPoE over the br2684ctl
> bridge. br2684ctl creates an ipv6 interface called nas0, but the real
> network works over ppp0, which is ipv4. So libneon sees ipv6
> interface in the system and tries to create ipv6 socket, failes to do
> so and breaks.

I'll look at this when I have time, but I fear it may difficult for me
to reproduce.  What is the http/https server?  Does it have both IPv4
and IPv6 addresses in DNS?  Do you have anything in /etc/host.conf or
/etc/gai.conf?

    $ dig +short a svn.server.example.com
    $ dig +short aaaa svn.server.example.com
    $ grep '^[^#]' /etc/host.conf
    $ grep '^[^#]' /etc/gai.conf
    $ grep '^hosts' /etc/nsswitch.conf

Thanks,
-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to