Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Mar 2001 10:14:48 -0500
From:      James Housley <jim@thehousleys.net>
To:        Gavin Grabias <gaving@enter.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Downgrade
Message-ID:  <3AC1FFE8.5E338251@thehousleys.net>
References:  <Pine.LNX.4.30.0103281002040.15652-100000@grabes2.enter.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Gavin Grabias wrote:
> 
> Hi,
> I made a mistake and I brought my box up to 5.0-CURRENT then I got the
> right source for 4.2-stable.  When I run make installworld it comes back
> saying that it can't overwrite libcrypt.so.2 in /usr/lib.  The file mode
> is 444.  I can't change it in single user mode either.  Now I remember a
> little while ago reading something about hidden file atrribs.  However, I
> cant seem to find anything about them.  Any help would be greatly
> appreciated.
> 
Fill attributes can be seen with "ls -lo", my guess is that
libcrypt.so.2 has schg set.  "chflags noschg /usr/lib/libcrypt.so.2"
should do the trick.

Jim
-- 
/"\   ASCII Ribbon Campaign  .
\ / - NO HTML/RTF in e-mail  .
 X  - NO Word docs in e-mail .
/ \ -----------------------------------------------------------------
jeh@FreeBSD.org      http://www.FreeBSD.org     The Power to Serve
jim@TheHousleys.Net  http://www.TheHousleys.net
---------------------------------------------------------------------
Unix is very user-friendly.  It's just picky who its friends are.

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?3AC1FFE8.5E338251>