From owner-svn-src-all@FreeBSD.ORG Sun Jul 1 11:36:36 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 50228106566B; Sun, 1 Jul 2012 11:36:36 +0000 (UTC) (envelope-from andreast@FreeBSD.org) Received: from smtp.fgznet.ch (mail.fgznet.ch [81.92.96.47]) by mx1.freebsd.org (Postfix) with ESMTP id 985D08FC08; Sun, 1 Jul 2012 11:36:35 +0000 (UTC) Received: from deuterium.andreas.nets (dhclient-91-190-14-19.flashcable.ch [91.190.14.19]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id q61BN2lH048995; Sun, 1 Jul 2012 13:23:03 +0200 (CEST) (envelope-from andreast@FreeBSD.org) Message-ID: <4FF03316.5050609@FreeBSD.org> Date: Sun, 01 Jul 2012 13:23:02 +0200 From: Andreas Tobler User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:13.0) Gecko/20120601 Thunderbird/13.0 MIME-Version: 1.0 To: Konstantin Belousov References: <201206210926.q5L9Q6nR002030@svn.freebsd.org> In-Reply-To: <201206210926.q5L9Q6nR002030@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on 81.92.96.47 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 11:36:36 -0000 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. Hm, since this commit I fail with my nfs installworld/kernel. I have a builder which installs world/kernel to a nfs mounted directory. Namely used for cross builds. Now since this commit I get the following when I install kernel to the nfs directory: .. install -o root -g wheel -m 555 zfs.ko.symbols /netboot/sparc64/boot/kernel install: /netboot/sparc64/boot/kernel/zfs.ko.symbols: No such file or directory *** [_kmodinstall] Error code 71 .. The file is there, a local install of the tree works without problems. Reverting to r237366 also makes it work again. The server is a -CURRENT, r237880, The client, -CURRENT too. How can I help to track down the real issue? TIA, Andreas