From owner-freebsd-questions Thu Jun 29 3:56:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.bfm.org (mail.bfm.org [216.127.218.26]) by hub.freebsd.org (Postfix) with ESMTP id 92BFD37C1D6 for ; Thu, 29 Jun 2000 03:56:21 -0700 (PDT) (envelope-from Ryugen@palaver.org) Received: from primo.bfm.org ([216.127.218.20]) by mail.bfm.org (Post.Office MTA v3.5.3 release 223 ID# 0-52399U2500L250S0V35) with SMTP id org for ; Thu, 29 Jun 2000 05:57:04 -0500 Received: from office.palaver.org (unverified [216.176.8.9]) by primo.bfm.org (EMWAC SMTPRS 0.83) with SMTP id ; Thu, 29 Jun 2000 05:56:18 -0500 Message-Id: <4.3.2.7.2.20000629055516.00ad0c50@mail.palaver.org> X-Sender: rfisher@mail.palaver.org X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Thu, 29 Jun 2000 05:56:13 -0500 To: Shawn Ramsey From: Ryugen@palaver.org (Ryugen C. Fisher) Subject: Re: Strange Permissions Cc: Ryugen@palaver.org (Ryugen C. Fisher), freebsd-questions@FreeBSD.ORG In-Reply-To: <4.3.0.20000628230450.01e3c868@mail.cpl.net> References: <4.3.2.7.2.20000628222643.00ad4b40@mail.palaver.org> <00062910010900.01006@dannyh.freebsd.org> <20000628140150.99879.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/html; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 01:07 AM 06/29/2000, Shawn Ramsey wrote:
At 10:31 PM 6/28/2000 -0500, Ryugen C. Fisher wrote:
In trying to do a make world the errors occur that stop the execution..

tracing these error back I find that the make file can not delete:

/usr/obj/usr/src/tmp/usr/lib/

drwxr-xr-x  2 root  wheel    5120 Jun 28 17:43 ./
drwxr-xr-x  3 root  wheel     512 Jun 28 17:43 ../
-r--r--r--  1 root  wheel  520040 Apr 14 23:05 libc.so.3
-r--r--r--  1 root  wheel  599247 Apr 14 23:05 libc_r.so.3
-r--r--r--  1 root  wheel    7168 Apr 14 22:09 libcipher.so.2
-r--r--r--  1 root  wheel   12965 Apr 14 23:05 libdescrypt.so.2

These files seem to be read only... even to root!   how do I get rid of them so that make world can continue?


chflags noschg *  (from within that directory)

man chflags for more details....

chih /usr/home/rfisher# chflags noschg *
chflags: libc.so.3: Operation not permitted
chflags: libc_r.so.3: Operation not permitted
chflags: libcipher.so.2: Operation not permitted
chflags: libdescrypt.so.2: Operation not permitted


Nope..... that doesn't do it....

FYI: I am running 3.4 Stable, logged in as toor via std login and su command




To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message