From owner-freebsd-questions Thu Oct 18 15:58:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from webs1.accretive-networks.net (webs1.accretive-networks.net [207.246.154.13]) by hub.freebsd.org (Postfix) with ESMTP id 39F5F37B403 for ; Thu, 18 Oct 2001 15:58:50 -0700 (PDT) Received: from localhost (davidk@localhost) by webs1.accretive-networks.net (8.11.1/8.11.3) with ESMTP id f9IMwms04052; Thu, 18 Oct 2001 15:58:48 -0700 (PDT) Date: Thu, 18 Oct 2001 15:58:48 -0700 (PDT) From: David Kirchner X-X-Sender: To: Cc: Subject: Re: Bad file Descriptor In-Reply-To: <20011018225508.A7B9B37B407@hub.freebsd.org> Message-ID: <20011018155811.J85958-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 18 Oct 2001 mandm@alaska.com wrote: > When trying to rm /usr/obj/*, I get the message in subject > heading. I also get "directory not empty". > What must I do to repair/fix the problem? > I tried fsck, but it didn't help. > Thanks, > Mike It's likely that there are files in there still chflag'd immutable. To take care of this, you can either run "make clean" from /usr/src, or "chflags -R 0 /usr/obj && rm -rf /usr/obj" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message