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

2013-09-02 Thread Philip Martin
Victor Sudakov writes: > Philip Martin wrote: >> >> > Setting "max-encryption = 0" really fixes the problem. Am I not >> > supposed to use any encryption or what? >> >> It is supposed to work. > > With "max-encryption = 0", is at least my Kerberos key encrypted (not > sent in the clear over the

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

2013-08-30 Thread Victor Sudakov
Philip Martin wrote: > > > Setting "max-encryption = 0" really fixes the problem. Am I not > > supposed to use any encryption or what? > > It is supposed to work. With "max-encryption = 0", is at least my Kerberos key encrypted (not sent in the clear over the wire)? > > The error "encoded pack

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

2013-08-30 Thread Philip Martin
Victor Sudakov writes: > Setting "max-encryption = 0" really fixes the problem. Am I not > supposed to use any encryption or what? It is supposed to work. The error "encoded packet size too big (4152 > 4096)" comes from the SASL library. Subversion sets the SASL buffersize to 16384 on the clie

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

2013-08-30 Thread Victor Sudakov
Philip Martin wrote: > >> > On the host running svnserve there is the following in syslog: > >> > > >> > Aug 30 09:04:50 relay svnserve: encoded packet size too big > >> > (4156 > 4096) > >> > Aug 30 09:05:03 relay svnserve: encoded packet size too big > >> > (4156 > 4096) > >> > > >> > What co

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

2013-08-30 Thread Philip Martin
Victor Sudakov writes: > Philip Martin wrote: >> >> > On the host running svnserve there is the following in syslog: >> > >> > Aug 30 09:04:50 relay svnserve: encoded packet size too big >> > (4156 > 4096) >> > Aug 30 09:05:03 relay svnserve: encoded packet size too big >> > (4156 > 4096) >>

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

2013-08-30 Thread Victor Sudakov
Philip Martin wrote: > > > On the host running svnserve there is the following in syslog: > > > > Aug 30 09:04:50 relay svnserve: encoded packet size too big > > (4156 > 4096) > > Aug 30 09:05:03 relay svnserve: encoded packet size too big > > (4156 > 4096) > > > > What could be the cause of t

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

2013-08-30 Thread Philip Martin
Victor Sudakov writes: > On the host running svnserve there is the following in syslog: > > Aug 30 09:04:50 relay svnserve: encoded packet size too big (4156 > > 4096) > Aug 30 09:05:03 relay svnserve: encoded packet size too big (4156 > > 4096) > > What could be the cause of the problem? G

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

2013-08-29 Thread Victor Sudakov
rc/netmond-2.3.7 Adding trap.c Adding mib.c Adding variables.c svn: E000032: Can't write to connection: Broken pipe $ WireShark shows that the connection to svnserve is indeed abruptly terminated. On the host running svnserve there is the following in syslog: Aug 30