From owner-freebsd-current@FreeBSD.ORG Wed Nov 23 17:58:23 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3B111065670; Wed, 23 Nov 2011 17:58:23 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-jnhn.mail.uoguelph.ca (esa-jnhn.mail.uoguelph.ca [131.104.91.44]) by mx1.freebsd.org (Postfix) with ESMTP id 5998A8FC1C; Wed, 23 Nov 2011 17:58:23 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ap8EACEzzU6DaFvO/2dsb2JhbABDhQGmd4FyAQEBAwEBAQEgKyALBRYOCgICDRkCKQEJJgYIBwQBHASHZAiiYZFigTCCL4VtgRYEiCCKCIIgkig X-IronPort-AV: E=Sophos;i="4.69,560,1315195200"; d="scan'208";a="146664555" Received: from erie.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.206]) by esa-jnhn-pri.mail.uoguelph.ca with ESMTP; 23 Nov 2011 12:58:22 -0500 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id 64E51B3F4C; Wed, 23 Nov 2011 12:58:22 -0500 (EST) Date: Wed, 23 Nov 2011 12:58:22 -0500 (EST) From: Rick Macklem To: Dimitry Andric Message-ID: <465660264.237830.1322071102401.JavaMail.root@erie.cs.uoguelph.ca> In-Reply-To: <4ECD2EAE.2010900@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.91.203] X-Mailer: Zimbra 6.0.10_GA_2692 (ZimbraWebClient - FF3.0 (Win)/6.0.10_GA_2692) Cc: FreeBSD-Current , Sean Bruno Subject: Re: NFS + SVN problem? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2011 17:58:23 -0000 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"