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

Re: ISSUE: "To many open files" not being logged by master server when sync fails.

From: Kenneth Miles <kmiles_at_voyagergaming.com>
Date: Thu, 03 May 2012 15:50:30 +1000

On 03/05/12 15:19, Daniel Shahaf wrote:
> Daniel Shahaf wrote on Thu, May 03, 2012 at 08:14:24 +0300:
>
>> Kenneth Miles wrote on Thu, May 03, 2012 at 11:51:15 +1000:
>>
>>> NOTE: "master server" is synced repository r0 property
>>> svn:sync-from-url and URL is svn://voyager-svn:3691/egm/QLD-Releases
>>>
>>> I was attempting a svnsync when the master server instance returned a
>>> "abort-edit" because there was to many open files. The stack trace
>>> below is from the master server instance. File limit was 1024 files in
>>> ubuntu and ubuntu by default does not log the pam_limits failures. It is
>>> my suggestion to log this error to syslog or to the svn log because it
>>> took me 3 days to fix this issue even though it was very simple to
>>> overcome.
>>>
>>>
>>> subversion source:
>>> http://subversion.tigris.org/downloads/subversion-1.6.18.tar.gz
>>>
>> Did you pass --log-file to svnserve?
>>
> Actually, I think --log-file controls just the operational logging and
> not the error logging? If so perhaps we need a new config option for
> error logging.
>
> Daniel
> (haven't had a coffee yet...)
>
>

svn args are as follows:
     -r /tmp/work/svn -d --foreground -T --log-file serve.log
--listen-port 3691
Received on 2012-05-03 07:50:28 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.