Bill Fumerola wrote:
> At 11:13 AM 10/4/2001 -0700, [EMAIL PROTECTED] 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to