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
smime.p7s
Description: S/MIME Cryptographic Signature
