From owner-freebsd-questions@FreeBSD.ORG Tue Nov 4 22:06:45 2003 Return-Path: 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 3755016A4CE for ; Tue, 4 Nov 2003 22:06:45 -0800 (PST) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B90E43FF5 for ; Tue, 4 Nov 2003 22:06:44 -0800 (PST) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id D59BE1362A; Wed, 5 Nov 2003 19:06:42 +1300 (NZDT) Date: Wed, 5 Nov 2003 19:06:42 +1300 From: Jonathan Chen To: Wayne Pascoe Message-ID: <20031105060642.GA1367@grimoire.chen.org.nz> References: <20031104202557.GA81029@marvin.penguinpowered.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031104202557.GA81029@marvin.penguinpowered.org> User-Agent: Mutt/1.4.1i cc: freebsd-questions@freebsd.org Subject: Re: securelevel problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2003 06:06:45 -0000 On Tue, Nov 04, 2003 at 08:25:57PM +0000, Wayne Pascoe wrote: [...] > however a make installworld is still failing with: > > Stop in /usr/src/include. > *** Error code 1 It's debatable whether this is a securelevel problem. I would remove /usr/obj/* and rebuild again. > I then tried touching my kernel, which also fails, with: > # touch kernel > touch: kernel: Operation not permitted This is 'cos there is an immutable flag set on this file. ie: no one gets to alter it. chflags(1) for more info. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- Build a man a fire, and he'll be warm for a day. Set a man on fire, and he'll be warm for the rest of his life.