From owner-freebsd-current@FreeBSD.ORG Thu Jul 2 12:35:07 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82B3A1065675 for ; Thu, 2 Jul 2009 12:35:07 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.cksoft.de (mail.cksoft.de [195.88.108.3]) by mx1.freebsd.org (Postfix) with ESMTP id 367A18FC29 for ; Thu, 2 Jul 2009 12:35:07 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from localhost (amavis.fra.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 5D1C541C7D4 for ; Thu, 2 Jul 2009 14:35:06 +0200 (CEST) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([195.88.108.3]) by localhost (amavis.fra.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id xW87SvYXedFn for ; Thu, 2 Jul 2009 14:35:05 +0200 (CEST) Received: by mail.cksoft.de (Postfix, from userid 66) id B1EBD41C7DF; Thu, 2 Jul 2009 14:35:05 +0200 (CEST) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 70A184448E6 for ; Thu, 2 Jul 2009 12:31:16 +0000 (UTC) Date: Thu, 2 Jul 2009 12:31:16 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: FreeBSD current mailing list In-Reply-To: <20090702121640.D245@maildrop.int.zabbadoz.net> Message-ID: <20090702122955.J245@maildrop.int.zabbadoz.net> References: <20090702121640.D245@maildrop.int.zabbadoz.net> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Subject: Re: Install from NFS onto NFS fails on amd64 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: Thu, 02 Jul 2009 12:35:07 -0000 On Thu, 2 Jul 2009, Bjoern A. Zeeb wrote: > Hi, > > trying to installworld from NFS to NFS (which also is the NFS Root > of the installing and to be updated machien) on amd64 always fails > with this error. Anyone knows why that is? > > ------------------------------------------------------------------------ > lion1# make installworld -DNO_FSCHG > ... > ... > ... > install -s -o root -g wheel -m 555 ldd32 /usr/bin > rm: /tmp/install.uMl44I7W: Directory not empty > *** Error code 1 > > Stop in /zoo/bz/HEAD.svn. > *** Error code 1 > > Stop in /zoo/bz/HEAD.svn. > lion1# > ------------------------------------------------------------------------ I probably should have added that the directory is empty: lion1# ls -la /tmp/install.uMl44I7W total 4 drwxr-xr-x 2 root wheel 1024 Jul 2 12:15 . drwxrwxrwt 15 root wheel 1024 Jul 2 12:10 .. and I am well aware that that is one of the last things that make installworld does; it's just strange and I blame it on NFS;-) /bz -- Bjoern A. Zeeb The greatest risk is not taking one.