From owner-freebsd-arm@freebsd.org Sun Mar 6 02:02:29 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E36B3A13917 for ; Sun, 6 Mar 2016 02:02:29 +0000 (UTC) (envelope-from paul@gromit.dlib.vt.edu) Received: from gromit.dlib.vt.edu (gromit.dlib.vt.edu [128.173.126.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gromit.dlib.vt.edu", Issuer "Chumby Certificate Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id C43BF1D16 for ; Sun, 6 Mar 2016 02:02:29 +0000 (UTC) (envelope-from paul@gromit.dlib.vt.edu) Received: from gromit.chumby.lan (c-71-63-91-41.hsd1.va.comcast.net [71.63.91.41]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by gromit.dlib.vt.edu (Postfix) with ESMTPSA id 73A13C1C for ; Sat, 5 Mar 2016 20:57:04 -0500 (EST) From: Paul Mather Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Unstable NFS on recent CURRENT Message-Id: <3DAB3639-8FB8-43D3-9517-94D46EDEC19E@gromit.dlib.vt.edu> Date: Sat, 5 Mar 2016 20:57:03 -0500 To: freebsd-arm Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2016 02:02:30 -0000 On my BeagleBone Black running 11-CURRENT (r296162) lately I have been = having trouble with NFS. I have been doing a buildworld and buildkernel = with /usr/src and /usr/obj mounted via NFS. Recently, this process has = resulted in the buildworld failing at some point, with a variety of = errors (Segmentation fault; Permission denied; etc.). Even a "ls -alR" = of /usr/src doesn't manage to complete. It errors out thus: =3D=3D=3D=3D=3D [[...]] total 0 ls: ./.svn/pristine/fe: Permission denied ./.svn/pristine/ff: total 0 ls: ./.svn/pristine/ff: Permission denied ls: fts_read: Permission denied =3D=3D=3D=3D=3D On the console, I get the following: newnfs: server 'chumby.chumby.lan' error: fileid changed. fsid = 94790777:a4385de: expected fileid 0x4, got 0x2. (BROKEN NFS SERVER OR = MIDDLEWARE) I am using a FreeBSD/amd64 10.3-PRERELEASE (r296412) as the NFS server. = On the BeagleBone Black, I am mounting /usr/src and /usr/obj via = /etc/fstab as follows: chumby.chumby.lan:/build/src/head /usr/src nfs rw,nfsv4 0 0 chumby.chumby.lan:/build/obj/bbb /usr/obj nfs rw,nfsv4 0 0 /build/src/head and /build/obj/bbb are both ZFS file systems. Has anyone else encountered this? It has only started happening = recently for me, it seems. Prior to this, I have been able to do a = buildworld and buildkernel successfully over NFS. Cheers, Paul.=