From owner-freebsd-doc Sat Nov 25 22:10: 9 2000 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B73737B4D7 for ; Sat, 25 Nov 2000 22:10:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA37358; Sat, 25 Nov 2000 22:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from guru.mired.org (okc-65-26-235-186.mmcable.com [65.26.235.186]) by hub.freebsd.org (Postfix) with SMTP id A519437B4C5 for ; Sat, 25 Nov 2000 22:03:49 -0800 (PST) Received: (qmail 89681 invoked by uid 100); 26 Nov 2000 06:03:48 -0000 Message-Id: <20001126060348.89680.qmail@guru.mired.org> Date: 26 Nov 2000 06:03:48 -0000 From: mwm@mired.org Reply-To: mwm@mired.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: docs/23106: [PATCH] chflag failures when installing new kernels is now a FAQ. Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Note: There was a bad value `sw-doc-bug' for the field `>Class:'. It was set to the default value of `sw-bug'. >Number: 23106 >Category: docs >Synopsis: [PATCH] chflag failures when installing new kernels is now a FAQ. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Nov 25 22:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Mike Meyer >Release: FreeBSD 5.0-CURRENT i386 >Organization: Meyer Consulting >Environment: System: FreeBSD guru.mired.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sun Nov 19 06:16:20 CST 2000 mwm@guru.mired.org:/usr/obj/sharetmp/src/sys/GURU i386 >Description: Poeple are coming to -questions wondering why the chflags command during a kernel install fails. >How-To-Repeat: Hang out in -questions until you're tired of seeing this one. >Fix: Here's a FAQ entry --- book.sgml Fri Nov 17 04:19:58 2000 +++ /tmp/faq.sgml Sat Nov 25 23:58:59 2000 @@ -6560,6 +6560,32 @@ will be renamed to 4.1-STABLE. + + + + I tried to install a new kernel, and the chflags failed. + How do I get around this? + + + + Short answer: You're probably at security level + greater than 0. Reboot directly to single user mode to + install the kernel. + + Long answer: FreeBSD disallows changing system flags + at security levels greater than 0. You can check your + security level with the command: + + &prompt.root; sysctl kern.securelevel + + You cannot lower the security level; you have to boot + to single mode to install the kernel, or change it in + /etc/rc.conf then reboot. See the + &man.init.8 man page for details on securelevel, and + /etc/defaults/rc.conf for more + information on rc.conf. + + >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message