From owner-freebsd-questions Fri Oct 11 11:34: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AA61B37B401 for ; Fri, 11 Oct 2002 11:34:05 -0700 (PDT) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02C6A43E91 for ; Fri, 11 Oct 2002 11:34:05 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.6/8.12.5) with ESMTP id g9BIY48s002772; Fri, 11 Oct 2002 14:34:04 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.6/8.12.6/Submit) id g9BIY3KS002769; Fri, 11 Oct 2002 14:34:03 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f To: "Don" Cc: Subject: Re: a diff kernel MAKE failed References: From: Lowell Gilbert Date: 11 Oct 2002 14:34:03 -0400 In-Reply-To: Message-ID: <44smzcesf8.fsf@be-well.ilk.org> Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Don" 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