Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Oct 2001 15:58:48 -0700 (PDT)
From:      David Kirchner <davidk@accretivetg.com>
To:        <al7oj@arrl.net>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Bad file Descriptor
Message-ID:  <20011018155811.J85958-100000@localhost>
In-Reply-To: <20011018225508.A7B9B37B407@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011018155811.J85958-100000>