From owner-freebsd-current@FreeBSD.ORG Wed Nov 23 17:37:12 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 43086106566C for ; Wed, 23 Nov 2011 17:37:12 +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 F16E48FC1A for ; Wed, 23 Nov 2011 17:37:11 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ap8EAJsuzU6DaFvO/2dsb2JhbABDhQGmdoFyAQEBAwEBAQEgKyALBRYYAgINGQIpAQkmBggHBAEcBIdkCKJlkWWBMIIvhW2BFgSIIIoIgiCSKA X-IronPort-AV: E=Sophos;i="4.69,560,1315195200"; d="scan'208";a="146659881" 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:37:11 -0500 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id 235C1B3F10; Wed, 23 Nov 2011 12:37:11 -0500 (EST) Date: Wed, 23 Nov 2011 12:37:11 -0500 (EST) From: Rick Macklem To: Sean Bruno Message-ID: <1684390071.236017.1322069831075.JavaMail.root@erie.cs.uoguelph.ca> In-Reply-To: <1322066479.12047.2.camel@hitfishpass-lx.corp.yahoo.com> 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 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:37:12 -0000 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;' > I just did a checkout of head/sys to an NFS mount (off of a FreeBSD server) and it worked ok. I have no idea what the above means, but it suggests that the NFS mount point returned some error? A couple of questions: - Is the failure intermittent? - Did it occur right when the svn was started or part way through it? > > Mounting the filer mount with the following entry in my fstab: > > dumpster:/vol/volshscratch /dumpster/scratch nfs > rw,soft,bg,intr,nosuid 0 0 > I'd try again without the "soft,intr" options. In particular, "soft" can cause an I/O syscall to fail when the server is slow to respond and apps. don't expect that to happen. rick > _______________________________________________ > 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"