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

svnadmin --fstype fsfs create fails over NFS

From: Rony Shapiro <RonyS_at_discretix.com>
Date: 2005-04-14 12:38:52 CEST

Hi,

Running svnadmin create on a Solaris 8 platform works fine when the
target is on a local disk.

The same command, however, fails as follows when the target is on a
NetApp device mounted via NFS:

> svnadmin --fs-type fsfs create Foo
svn: Repository creation failed
svn: Creating db lock file
svn: Can't open file 'Foo/locks/db.lock': Not owner

As far as I can tell, there are no ownership problems involved. so the
error message appears to be misleading. Doing the sequence "mkir Foo
Foo/db; touch Foo/db/db.lock" from the same directory works fine.

This is with svnadmin, version 1.1.4 (r13838) built from sources with
gcc on a SPARC Solaris 8 box.

My guess is that we're hitting a timing issue over NFS, and perhaps
mounting with the proper option incantation might resolve this. I've
searched the FAQ and mailing list archive, but in vain. Any and all
suggestions welcome.

        Thanks,

                Rony
 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 14 11:47:37 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.