> Hi Jake! > > strace -p `pidof svnserve` -tt -f -o /tmp/svnserve-trace.log > (possibly as root). > > What does > tail -30 /tmp/svnserve-trace.log
> > > I changed all the limits in /etc/security/limits.conf to soft limits but > > that didn't fix > > the issue (maybe I missed something -- see below). This looks like the culprit.. Thanks for all your help! Sure enough the last line of the trace is: 6\322\7\360'\311\310\217W\0\337\305\230b^"..., 4096) = -1 EFBIG (File too large) 32001 13:00:04.030868 --- SIGXFSZ (File size limit exceeded) @ 0 (0) --- I think I missed the soft limit default I had set earlier and only changed the hard limit for the svnbackup user. Confirmed as working! Even from the remote system. Thanks for your help debugging this, and hopefully this will help someone else. Cheers! ------------------------------------------------------ http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3928&dsMessageId=2356119 To unsubscribe from this discussion, e-mail: [[email protected]].
