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

Re: SVN deactivated by Xinetd then cant start

From: Anwar Ahmad <anwar.ahmad_at_net-linx.com>
Date: 2005-10-27 08:05:09 CEST

Martin Tomes wrote:

> Anwar Ahmad wrote:
>
>> Anyone knows how I should begin to troubleshoot this issue?
>
>
>> xinetd.conf :-
>> defaults
>> {
>> instances = 60
>> log_type = SYSLOG authpriv
>> log_on_success = HOST PID
>> log_on_failure = HOST
>> cps = 50 30
>> }
>> includedir /etc/xinetd.d
>>
>> /etc/xinetd.d/svn :-
>> service svn
>> {
>> disable = no
>> socket_type = stream
>> wait = no
>> user = svn
>> server = /usr/bin/svnserve
>> server_args = --inetd --root=/var/svn/
>> log_on_failure += USERID
>> }
>
>
>
> cps
>
> Limits the rate of incoming connections. Takes two
> arguments. The first argument is the number of con‐
> nections per second to handle. If the rate of incom‐
> ing connections is higher than this, the service will
> be temporarily disabled. The second argument is the
> number of seconds to wait before re‐enabling the ser‐
> vice after it has been disabled. The default for this
> setting is 50 incoming connections and the interval is
> 10 seconds.
>
>
> Increase the settings for cps in the svn file.
>
Hi Martin,

I've actually increased it to 50 from 25. However CPS is supposed to be
Connections Per Second and I seriously doubt that I'm pushing anywhere
near 25 let alone 50. I got about 8 people here using it. Tops.

Another problem seems to be that the service isnt getting restarted by
xinetd. The restarting seems to be the problem. My only solution each
time has been to manually killall svnserve. Then manually run svnserve
from command line since restarting xinetd doesn't seem to do it.

I'm really thinking that it has something to do with this indentity
server thingy...

Thanks!

Kind Regards,

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 27 08:03:57 2005

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

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