From owner-freebsd-questions Tue Oct 31 17:22:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.tx.home.com (ha1.rdc1.tx.home.com [24.4.0.66]) by hub.freebsd.org (Postfix) with ESMTP id 3FDFE37B4D7 for ; Tue, 31 Oct 2000 17:22:14 -0800 (PST) Received: from home.com ([24.8.250.184]) by mail.rdc1.tx.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20001101012213.IOXP4470.mail.rdc1.tx.home.com@home.com> for ; Tue, 31 Oct 2000 17:22:13 -0800 Message-ID: <39FF6E97.2C0C7298@home.com> Date: Tue, 31 Oct 2000 19:15:03 -0600 From: leoric@home.com X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: kernel build problem -final Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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