From owner-freebsd-questions@FreeBSD.ORG Thu Sep 23 14:42:40 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19F52106567A for ; Thu, 23 Sep 2010 14:42:40 +0000 (UTC) (envelope-from freebsd@qeng-ho.org) Received: from blue.qeng-ho.org (blue.qeng-ho.org [217.155.128.241]) by mx1.freebsd.org (Postfix) with ESMTP id 8219D8FC08 for ; Thu, 23 Sep 2010 14:42:39 +0000 (UTC) Received: from fileserver.home.qeng-ho.org (localhost [127.0.0.1]) by fileserver.home.qeng-ho.org (8.14.3/8.14.3) with ESMTP id o8NEgb1n076048; Thu, 23 Sep 2010 15:42:37 +0100 (BST) (envelope-from freebsd@qeng-ho.org) Message-ID: <4C9B675D.7070500@qeng-ho.org> Date: Thu, 23 Sep 2010 15:42:37 +0100 From: Arthur Chance User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.12) Gecko/20100912 Thunderbird/3.0.7 MIME-Version: 1.0 To: Polytropon References: <20100923110216.GA1861@mech-cluster241.men.bris.ac.uk> <20100923161009.026d950c.freebsd@edvax.de> In-Reply-To: <20100923161009.026d950c.freebsd@edvax.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: rebuilding world - is "chflags -R noschg *" necessary? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Sep 2010 14:42:40 -0000 On 09/23/10 15:10, Polytropon wrote: > On Thu, 23 Sep 2010 12:02:17 +0100, Anton Shterenlikht wrote: >> I've never seen a file under /usr/obj/ with immutable flag set. > > I think it was a directory called empty/ that couldn't be removed > unless the flag was unset. This makes this step neccessary when > you rm -rf /usr/obj the object subtree. I think you're thinking of /var/empty, not something under /usr/obj. On my machine find fails to find anything immutable under /usr/obj.