From owner-freebsd-questions Wed Jun 28 23: 7:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from luke.cpl.net (luke.cpl.net [192.216.136.195]) by hub.freebsd.org (Postfix) with ESMTP id 0DEA437B8D1 for ; Wed, 28 Jun 2000 23:07:39 -0700 (PDT) (envelope-from shawn@megadeth.org) Received: from shawn.megadeth.org (shawn.megadeth.org [192.216.87.244]) by luke.cpl.net (8.9.3/8.9.3) with ESMTP id XAA30005; Wed, 28 Jun 2000 23:07:33 -0700 (PDT) Message-Id: <4.3.0.20000628230450.01e3c868@mail.cpl.net> X-Sender: megadeth@mail.cpl.net X-Mailer: QUALCOMM Windows Eudora Version 4.3 Date: Wed, 28 Jun 2000 23:07:33 -0700 To: Ryugen@palaver.org (Ryugen C. Fisher), freebsd-questions@FreeBSD.ORG From: Shawn Ramsey Subject: Re: Strange Permissions In-Reply-To: <4.3.2.7.2.20000628222643.00ad4b40@mail.palaver.org> References: <00062910010900.01006@dannyh.freebsd.org> <20000628140150.99879.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message