Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jun 2000 05:56:13 -0500
From:      Ryugen@palaver.org (Ryugen C. Fisher)
To:        Shawn Ramsey <shawn@megadeth.org>
Cc:        Ryugen@palaver.org (Ryugen C. Fisher), freebsd-questions@FreeBSD.ORG
Subject:   Re: Strange Permissions
Message-ID:  <4.3.2.7.2.20000629055516.00ad0c50@mail.palaver.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>

next in thread | previous in thread | raw e-mail | index | archive | help
<html>
<font size=3>At 01:07 AM 06/29/2000, Shawn Ramsey wrote:<br>
<blockquote type=cite cite>At 10:31 PM 6/28/2000 -0500, Ryugen C. Fisher
wrote:<br>
<blockquote type=cite cite>In trying to do a make world the errors occur
that stop the execution..<br>
<br>
tracing these error back I find that the make file can not delete:<br>
<br>
/usr/obj/usr/src/tmp/usr/lib/<br>
<br>
drwxr-xr-x&nbsp; 2 root&nbsp; wheel&nbsp;&nbsp;&nbsp; 5120 Jun 28 17:43
./<br>
drwxr-xr-x&nbsp; 3 root&nbsp; wheel&nbsp;&nbsp;&nbsp;&nbsp; 512 Jun 28
17:43 ../<br>
-r--r--r--&nbsp; 1 root&nbsp; wheel&nbsp; 520040 Apr 14 23:05
libc.so.3<br>
-r--r--r--&nbsp; 1 root&nbsp; wheel&nbsp; 599247 Apr 14 23:05
libc_r.so.3<br>
-r--r--r--&nbsp; 1 root&nbsp; wheel&nbsp;&nbsp;&nbsp; 7168 Apr 14 22:09
libcipher.so.2<br>
-r--r--r--&nbsp; 1 root&nbsp; wheel&nbsp;&nbsp; 12965 Apr 14 23:05
libdescrypt.so.2<br>
<br>
These files seem to be read only... even to root!&nbsp;&nbsp; how do I
get rid of them so that make world can continue?</blockquote><br>
<br>
chflags noschg *&nbsp; (from within that directory)<br>
<br>
man chflags for more details....<br>
</blockquote><br>
chih /usr/home/rfisher# chflags noschg *<br>
chflags: libc.so.3: Operation not permitted<br>
chflags: libc_r.so.3: Operation not permitted<br>
chflags: libcipher.so.2: Operation not permitted<br>
chflags: libdescrypt.so.2: Operation not permitted<br>
<br>
<br>
</font>Nope..... that doesn't do it....<br>
<br>
FYI: I am running 3.4 Stable, logged in as toor via std login and su
command<br>
<br>
<br>
<br>
<br>
</html>



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?4.3.2.7.2.20000629055516.00ad0c50>