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

xinetd[1126]: Deactivating service svn due to excessive incoming connections.

From: <reid.x.maynard_at_gsk.com>
Date: 2006-07-07 15:27:29 CEST

I get the following over and over in my /var/log/messages:

Jul 7 07:40:15 rtpsalxv0003 xinetd[1126]: Deactivating service svn due to
excessive incoming connections. Restarting in 30 seconds.
Jul 7 07:40:45 rtpsalxv0003 xinetd[1126]: Activating service svn
Jul 7 07:40:47 rtpsalxv0003 xinetd[1126]: Deactivating service svn due to
excessive incoming connections. Restarting in 30 seconds.
Jul 7 07:41:17 rtpsalxv0003 xinetd[1126]: Activating service svn

here's my config...

[root]# more /etc/xinetd.d/svnserve
# description: Subversion server process
#
#
service svn
{
        flags = REUSE
        socket_type = stream
        wait = no
        user = cixscm
        server = /usr/local/bin/svnserve
        server =
/local/apps/pkg/current/subversion/bin/svnserve
        server_args = -i -r /local/apps/svn/repositories
        log_on_failure += USERID
        disable = no
        instances = UNLIMITED

}

Any thoughts?

-Reid
Received on Fri Jul 7 15:31:23 2006

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.