From owner-svn-src-all@FreeBSD.ORG Sun Jul 1 12:04:22 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57AE41065675; Sun, 1 Jul 2012 12:04:22 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id BF3498FC16; Sun, 1 Jul 2012 12:04:21 +0000 (UTC) Received: from skuns.kiev.zoral.com.ua (localhost [127.0.0.1]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id q61C4Kxk054412; Sun, 1 Jul 2012 15:04:20 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5) with ESMTP id q61C48Jj041208; Sun, 1 Jul 2012 15:04:08 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.5/8.14.5/Submit) id q61C48aH041207; Sun, 1 Jul 2012 15:04:08 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Sun, 1 Jul 2012 15:04:08 +0300 From: Konstantin Belousov To: Andreas Tobler Message-ID: <20120701120408.GM2337@deviant.kiev.zoral.com.ua> References: <201206210926.q5L9Q6nR002030@svn.freebsd.org> <4FF03316.5050609@FreeBSD.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bsvZi3KOaWj8kGde" Content-Disposition: inline In-Reply-To: <4FF03316.5050609@FreeBSD.org> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-4.0 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r237367 - head/sys/fs/nfsclient X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jul 2012 12:04:22 -0000 --bsvZi3KOaWj8kGde Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Jul 01, 2012 at 01:23:02PM +0200, Andreas Tobler wrote: > On 21.06.12 11:26, Konstantin Belousov wrote: > >Author: kib > >Date: Thu Jun 21 09:26:06 2012 > >New Revision: 237367 > >URL: http://svn.freebsd.org/changeset/base/237367 > > > >Log: > > Enable deadlock avoidance code for NFS client. >=20 >=20 > Hm, since this commit I fail with my nfs installworld/kernel. >=20 > I have a builder which installs world/kernel to a nfs mounted directory. > Namely used for cross builds. >=20 > Now since this commit I get the following when I install kernel to the=20 > nfs directory: >=20 > .. > install -o root -g wheel -m 555 zfs.ko.symbols=20 > /netboot/sparc64/boot/kernel > install: /netboot/sparc64/boot/kernel/zfs.ko.symbols: No such file or=20 > directory > *** [_kmodinstall] Error code 71 > .. >=20 > The file is there, a local install of the tree works without problems. > Reverting to r237366 also makes it work again. >=20 > The server is a -CURRENT, r237880, The client, -CURRENT too. >=20 > How can I help to track down the real issue? Is it always the same file in the install procedure which causes the failure ? Even more, is the failure pattern always the same ? Might be, start with ktrace-ing the whole make invocation, including the children processes. I used buildworld on the NFS-mounted obj/ as the test for the changes. --bsvZi3KOaWj8kGde Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) iEYEARECAAYFAk/wPLcACgkQC3+MBN1Mb4gGFQCeOzAaEwPpwmV8/W60rXd4QWwr eDAAnR9Rui/9/eFOs9vxAPAAZwAaQAbi =0hgv -----END PGP SIGNATURE----- --bsvZi3KOaWj8kGde--