Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Nov 2011 12:58:22 -0500 (EST)
From:      Rick Macklem <rmacklem@uoguelph.ca>
To:        Dimitry Andric <dim@FreeBSD.org>
Cc:        FreeBSD-Current <freebsd-current@freebsd.org>, Sean Bruno <seanbru@yahoo-inc.com>
Subject:   Re: NFS + SVN problem?
Message-ID:  <465660264.237830.1322071102401.JavaMail.root@erie.cs.uoguelph.ca>
In-Reply-To: <4ECD2EAE.2010900@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Dimitry Andric wrote:
> On 2011-11-23 17:41, Sean Bruno wrote:
> > Not sure what this all means, but when I attempt to check out HEAD
> > on an
> > NFS mount in the fbsd cluster (nfs server is a netapp filer), I'm
> > getting an odd failure error.
> >
> >
> > FreeBSD bhyve.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0
> > r227883:
> > Wed Nov 23 06:08:40 PST 2011
> > sbruno@bhyve.freebsd.org:/usr/obj/var/tmp/temp/head/sys/GENERIC
> > amd64
> >
> >
> > [sbruno@bhyve /dumpster/scratch/sbruno-scratch]$ svn co -q svn
> > +ssh://svn.freebsd.org/base/head
> > Enter passphrase for key '/home/sbruno/.ssh/id_rsa':
> > svn: E200030: disk I/O error, executing statement 'PRAGMA
> > synchronous=OFF;PRAGMA recursive_triggers=ON;'
> >
> >
> > Mounting the filer mount with the following entry in my fstab:
> >
> > dumpster:/vol/volshscratch /dumpster/scratch nfs
> > rw,soft,bg,intr,nosuid 0 0
> 
> Either downgrade to Subversion 1.6, or upgrade to NFSv4. I have found
> nothing else that works. :(
> 
I don't know if Dimitry tried this, but you could also try the
"nolockd" option, so that byte range locking is done locally in
the client and avoids the NLM.

Good luck with it and please let us know how it goes, rick

> Subversion 1.7 is a disaster in many areas, this is one of them...
> _______________________________________________
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to
> "freebsd-current-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?465660264.237830.1322071102401.JavaMail.root>