[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: Martin Tomes <lists_at_tomes.org>
Date: 2005-10-26 10:14:10 CEST

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.

-- 
Martin Tomes
echo 'martin at tomes x org x uk'\
  | sed -e 's/ x /\./g' -e 's/ at /@/'
Visit http://www.subversionary.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 26 10:17:16 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.