Date: Thu, 2 Aug 2001 07:50:17 -0800 From: Beech Rintoul <akbeech@anchoragerescue.org> To: "Terrelle Shaw" <hshaw@xytek.org>, <freebsd-questions@FreeBSD.org> Subject: Re: can't install new kernel Message-ID: <01080207501700.02016@galaxy.anchoragerescue.org> In-Reply-To: <OJEBIGJAANNIBKHIGNPNAELECCAA.hshaw@xytek.org> References: <OJEBIGJAANNIBKHIGNPNAELECCAA.hshaw@xytek.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 01 August 2001 03:51 pm, Terrelle Shaw wrote:
> I installed a bad kernel ( missed the correct CPU class). Now I want to
> install the new one I just compiled I get this error:
> farslayer# make install
> chflags noschg /kernel
> chflags: /kernel: Operation not permitted
> *** Error code 1 (ignored)
> mv /kernel /kernel.old
> mv: rename /kernel to /kernel.old: Operation not permitted
> *** Error code 1
>
> Doing a : chflags noschg /kernel
> weilds this:
> chflags: /kernel: Operation not permitted
>
> Even doing a: rm /kernel gives:
> rm /kernel
> override r-xr-xr-x root/wheel schg for /kernel? y
> rm: /kernel: Operation not permitted
>
> How do i get this kernel installed? ( yes i'm a newbie)
>
>
> Terrelle Shaw
> hshaw@xytek.org
>
You have your kernel securelevel set too high.
Put the following in /etc/rc.conf and reboot:
kern_securelevel_enable="YES" # kernel security level (see init(8)),
kern_securelevel="-1" # range: -1..3 ; `-1' is the most insecure
Beech
-------------------------------------------------------------------
Beech Rintoul - IT Manager - Instructor - akbeech@anchoragerescue.org
/"\ ASCII Ribbon Campaign | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail | P.O. Box 230510
X - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -----------------------------------------------------------------
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?01080207501700.02016>
