Date: Fri, 2 Feb 2001 14:22:56 -0500 From: Pete Fritchman <petef@databits.net> To: jbw <jbwalters@alum.syracuse.edu> Cc: freebsd-stable@freebsd.org Subject: Re: make install fails Message-ID: <20010202142256.C7669@databits.net> In-Reply-To: <20010202141959.B8237@home.com>; from jbwalters@alum.syracuse.edu on Fri, Feb 02, 2001 at 02:19:59PM -0500 References: <20010202141959.B8237@home.com>
next in thread | previous in thread | raw e-mail | index | archive | help
++ 02/02/01 14:19 -0500 - jbw: >I have a 4.0-Release box that I'm upgrading to -Stable. I compiled the kernel >, everything went fine. I then tried to to a make install but instead I >received the following message > >host # make install >chflags noschg /kernel >chflags: /kernel: Operation not permitted Type "sysctl kern.securelevel". I'd bet it's >= 1, which means you can't modify schg files (see the chflags(1) man page for info on schg). You'll need to either drop into single user mode ("shutdown now" on the console, or boot -s during boot up), or modify /etc/rc.conf to drop the securelevel to -1, reboot, then install your kernel (and then up securelevel again, if desired). > [...] > -pete -- Pete Fritchman <petef@databits.net> Databits Network Services, Inc. <http://databits.net> finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010202142256.C7669>