Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Oct 2001 12:53:07 -0700
From:      dmp@pantherdragon.org
To:        Bill Fumerola <billf@mu.org>
Cc:        "Mark J. Sommer" <msommer@argotsoft.com>, "irado@nettaxi.com" <irado@nettaxi.com>, jmcpinto@yahoo.com, freebsd-net@freebsd.org
Subject:   Re: kernel welded??
Message-ID:  <3BBCBE23.1064AE1D@pantherdragon.org>
References:  <200110041813.f94IDnf09264@mail25.bigmailbox.com> <3.0.3.32.20011004124705.011b0250@mail> <20011004140915.I51024@elvis.mu.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Bill Fumerola wrote:
> At 11:13 AM 10/4/2001 -0700, irado@nettaxi.com wrote:
>> I am completely blind and stuck: I was recompiling (2nd time) my kernel, when (make install) suddenly I was surprised with the following message:
>>
>> mv /kernel /kernel.old
>> Operation not permitted
>>
>> seriously: What is happening, and how to correct it?
> 
> as to your actual "problem":
> -r-xr-xr-x  1 root  wheel  schg 2265352 Jan 25  2001 /kernel
> 
> /kernel has the 'schg' flag set. you can learn more about flags in 'man
> chflags'. if 'make install' doesn't clear this flag before installing
> (and it does), that's a bug.

It's more likely to be kern.securelevel having been set to 1 or higher,
rather than an actual bug.  irado, change the securelevel item in
/etc/rc.conf to 0, then reboot and re-run make install.

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3BBCBE23.1064AE1D>