Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Oct 2000 19:15:03 -0600
From:      leoric@home.com
To:        freebsd-questions@freebsd.org
Subject:   kernel build problem -final
Message-ID:  <39FF6E97.2C0C7298@home.com>

next in thread | raw e-mail | index | archive | help
I am trying to build a kernel (which goes fine) but get these errors
when I try to install:

bash# make installkernel KERNEL=SIREN
cd /usr/obj/usr/src/sys/SIREN;  MAKEOBJDIRPREFIX=/usr/obj
COMPILER_PATH=/usr/obj/usr/src/i386/usr/libexec:/usr/obj/usr/src/i386/usr/bin

LIBRARY_PATH=/usr/obj/usr/src/i386/usr/lib:/usr/obj/usr/src/i386/usr/lib

OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec
PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 MACHINE=i386
make KERNEL=kernel install
chflags noschg /kernel
chflags: /kernel: Operation not permitted
*** Error code 1 (ignored)
mv /kernel /kernel.old
mv: rename /kernel to /kernel.old: Operation not permitted
*** Error code 1

Stop in /usr/obj/usr/src/sys/SIREN.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

For some odd reason the kernel install isnt able to drop the schg flag
and I am unable to manually do with the chflags command. I have my
kernel security level in rc.conf set at 2 and got the same errors with
it at 1 (set it at 0 but it was bumped up to 1 at boot). Anyone have any
idea what the problem is?



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?39FF6E97.2C0C7298>