Date: 11 Oct 2002 14:34:03 -0400 From: Lowell Gilbert <freebsd-questions-local@be-well.no-ip.com> To: "Don" <Don@WeberOnTheWeb.com> Cc: <freebsd-questions@FreeBSD.ORG> Subject: Re: a diff kernel MAKE failed Message-ID: <44smzcesf8.fsf@be-well.ilk.org> In-Reply-To: <CDEDKEDCMMAOBJBCDJDFOELLFEAA.Don@WeberOnTheWeb.com> References: <CDEDKEDCMMAOBJBCDJDFOELLFEAA.Don@WeberOnTheWeb.com>
next in thread | previous in thread | raw e-mail | index | archive | help
"Don" <Don@WeberOnTheWeb.com> writes: > make install has now failed, claiming permission denied, i found the > solution to that to be setting the kern_secure_level=n being currently > higher than 1 i reset the kerne secure level to ="0" in the rc.conf file, > and upon reboot, noticed that the very last line upon reboot, it had a line > that told me kern_secure_level 0 reset to kern_secure_level='1' and as a > result the make install still would not work, what in the world reset the > kern level to 1 again when it is in the .conf file as 0? init(8). See the man page, but the short answer is that you'll need to set securelevel to -1 to keep init from kicking it up to 1. Or you could remove the schg flag in single-user mode. 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?44smzcesf8.fsf>