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

Re: SVN hangs/locking issue?

From: Stefan <luke1410_at_posteo.de>
Date: Sat, 4 Jun 2016 00:11:36 +0200

Hi Chris,
On 6/2/2016 18:41, Chris Mirabito wrote:
> Hello everyone,
>
> Our group has SVN installed on our computing cluster, but we have
> recently been having trouble with it not working and/or hanging.
> I have pasted the output we get from "svnadmin verify". These errors
> occur for multiple users on our system, independent of the specific
> repository we are trying to access.
What errors are you referring to exactly. Reading the attached log file,
I assume you are referring to this error, no?

fcntl(3, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=1073741824,
len=1}) = -1 ENOLCK (No locks available)

If so, googling for that brings up a couple of things to check out [1]:
- check whether the disc is full
- check whether the user account you are running from has the necessary
permissions to write to the svn directory
- non-running lock daemon on the NFS server

Hope this hints you to the right direction to find out what's wrong there.

Regards,
Stefan

[1] http://serverfault.com/questions/61594/what-does-no-locks-available-mean

Received on 2016-06-04 00:12:02 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.