From owner-freebsd-questions Sun Mar 23 12:52:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA28248 for questions-outgoing; Sun, 23 Mar 1997 12:52:36 -0800 (PST) Received: from train.tgci.com ([205.185.169.3]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id MAA28243 for ; Sun, 23 Mar 1997 12:52:34 -0800 (PST) Received: from emilyd ([206.250.85.68]) by train.tgci.com (8.6.12/8.6.9) with SMTP id NAA23106; Sun, 23 Mar 1997 13:03:22 -0800 Message-Id: <199703232103.NAA23106@train.tgci.com> Comments: Authenticated sender is From: "Riley J. McIntire" To: Doug White Date: Sun, 23 Mar 1997 12:51:06 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: RE: Bad file descriptor in security check output Reply-to: chaos@tgci.com CC: "freebsd-questions@FreeBSD.ORG" Priority: normal X-mailer: Pegasus Mail for Win32 (v2.42a) Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Date: Sun, 23 Mar 1997 11:47:05 -0800 (PST) > From: Doug White > To: "Riley J. McIntire" > Cc: "freebsd-questions@FreeBSD.ORG" > Subject: RE: Bad file descriptor in security check output > On Thu, 20 Mar 1997, Riley J. McIntire wrote: > > > When I try to remove these files I get this: > > > > bash# rm -i '#'06* > > rm: #064448: Bad file descriptor > > remove #064456? y > > rm: #064456: Operation not permitted > > su to root and try again. > The above is as root...I've tried fsck, clri and then fsck, rm -r and possibly others, all in various ways, and still have this: bash# whoami root bash# rm '#'* rm: #064448: Bad file descriptor override r-srwsrwT 57982986/2315373696 uappnd,uchg,nodump,sappnd for #064456? y rm: #064456: Operation not permitted override r-srwSrwt 1845521775/1869640805 uchg,sappnd,arch for #064504? y rm: #064504: Operation not permitted override r-xrw-r-- 96561670/9742848 uchg,sappnd for #064513? y rm: #064513: Operation not permitted bash# Hmmm, the override message is new... Thanks again, Riley >