[Johann Glaser]
> Subversion using HTTPS protocol stopped working today. Regarding to strace
> it does an
>   socket(PF_INET, 0x80001 /* SOCK_??? */, IPPROTO_TCP) = -1 EINVAL (Invalid 
> argument)
> where 0x80001 means SOCK_STREAM | SOCK_CLOEXEC but strace doesn't seem to
> know that (yet). Strangely the kernel rejects this flag (while a socket()
> with SOCK_DGRAM with IPPROTO_IP for a DNS lookup worked a few lines before).

Thanks for the detailed report.

> Using libneon27-gnutls version 0.28.4-1.

Yes, the bug is most likely in neon, since svn does not do any https
protocol work on its own.  As a workaround (and diagnostic), you might
try the serf http/https backend instead.  In ~/.subversion/servers:

    [global]
    http-library = serf
-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to