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

SVN deactivated by Xinetd then cant start

From: Anwar Ahmad <anwar.ahmad_at_net-linx.com>
Date: 2005-10-26 07:31:28 CEST

Hi,

I keep getting the errors below for Subversion (a service started by
xinetd). I'm not sure whether this is an subversion thingy or an xinetd
thingy. I'm using svn in the svnserve service started by xinetd.

Oct 26 09:06:35 svn3 xinetd[26867]: Service svn: server exit with 0
running servers
Oct 26 09:06:38 svn3 xinetd[11749]: Failed to contact identity server at
192.168.12.188: timeout
Oct 26 09:06:38 svn3-svn xinetd[26867]: Activating service svn
Oct 26 09:07:04 svn3 xinetd[26867]: Deactivating service svn due to
excessive incoming connections. Restarting in 30 seconds.

Basically I come into office with a ton of these error in the morning.
Somehow it's getting disabled but can't really activate. Something to do
with an "Identity Server"

What I don't understand is what's it got to do with any identity server?
I don't recall setting up an identity server. And the IP 192.168.12.188
is actually a normal windows XP PC and this is a DHCP IP so it'll
probably change.

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
}

Thanks!

Anwar

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 26 07:31:28 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.