Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Nov 2003 19:06:42 +1300
From:      Jonathan Chen <jonc@chen.org.nz>
To:        Wayne Pascoe <freebsd-questions@penguinpowered.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: securelevel problems
Message-ID:  <20031105060642.GA1367@grimoire.chen.org.nz>
In-Reply-To: <20031104202557.GA81029@marvin.penguinpowered.org>
References:  <20031104202557.GA81029@marvin.penguinpowered.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <jonc@chen.org.nz>
----------------------------------------------------------------------
                      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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031105060642.GA1367>