[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn: E000032: Can't write to connection: Broken pipe

From: Victor Sudakov <sudakov_at_sibptus.tomsk.ru>
Date: Fri, 30 Aug 2013 15:53:41 +0700

Philip Martin wrote:
>
> > On the host running svnserve there is the following in syslog:
> >
> > Aug 30 09:04:50 <auth.err> relay svnserve: encoded packet size too big (4156 > 4096)
> > Aug 30 09:05:03 <auth.err> relay svnserve: encoded packet size too big (4156 > 4096)
> >
> > What could be the cause of the problem?
>
> Google suggests that "encoded packet size too big" is a SASL error.
> Does you conf/svnserve.conf on the server have "use-sasl = true"?

Certainly. I have always used GSSAPI for SVN authentication, but never
encountered this problem before.

> If so what are the min/max-enryption settings?

These settings are commented out, so I guess some default is being
used. I only have this

[svn_at_relay ~] grep -v ^# repos/src/conf/svnserve.conf | uniq

[general]
anon-access = none
auth-access = write
realm = SIBPTUS.TOMSK.RU

[sasl]
use-sasl = true
[svn_at_relay ~]

-- 
Victor Sudakov,  VAS4-RIPE, VAS47-RIPN
sip:sudakov_at_sibptus.tomsk.ru
Received on 2013-08-30 10:54:18 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.