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

Re: ra_local fails, fsfs, nfs, debian, 1.1.4

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-07-14 18:21:31 CEST

On Jul 14, 2005, at 10:40 AM, Ian Malone wrote:
>
> $ svnadmin create --fs-type fsfs /data1/ibm21/var/repo/
> $ svn import /data1/ibm21/var/tree file:///data1/ibm21/var/repo/ -
> m"Initial"
> svn: Unable to open an ra_local session to URL
> svn: Unable to open repository 'file:///data1/ibm21/var/repo'
> svn: Error opening db lockfile
> svn: Can't get shared lock on file '/data1/ibm21/var/repo/locks/
> db.lock': No locks available
>

It looks like NFS isn't allowing subversion to lock the file, which
means you're no-go until this problem is resolved.

NFS locking is historically a minefield of bugs and problems;
implementation quality varies greatly. Check to make sure 'statd'
and 'lockd' are running alongside 'nfsd'. Talk with your NFS
administrator.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 14 18:23:25 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.