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

Re: svn and svnserve hanging

From: Branko Čibej <brane_at_apache.org>
Date: Tue, 9 Apr 2019 20:09:26 +0200

On 09.04.2019 17:22, Vincent Lefevre wrote:
> I got interesting information from the sysadmin of the server:
> what the logs show is that a cron job reloads the unscd daemon
> every 10 minutes, a multiple of 10.
>
> So, the hanging svnserve was started at about the same time as the
> reload of the unscd daemon. This was also the case when I had the
> problem in the past. And when I looked at the other "svnserve -t"
> processes that were started a long time ago on the machine, except
> for 2 users (which seemed to be particular as having many svnserve
> processes), the start times were also multiples of 10 minutes.
>
> Thus it seems to be a bug in svnserve (or a library it uses to connect
> to this daemon), which doesn't seem to handle failures correctly.

The only problem with that idea is that svnseve doesn't use unscd at
all, or any kind of LDAP access. You'll have to start looking at how
your authentication is set up, since you're doing this through SSH,
you're bypassing svnserve's authentication entirely, right?

-- Brane
Received on 2019-04-09 20:09:29 CEST

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.