From owner-freebsd-questions Tue Oct 31 11:43:30 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 9E32937B4C5 for ; Tue, 31 Oct 2000 11:43:28 -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 <20001031194328.HQQG4470.mail.rdc1.tx.home.com@home.com> for ; Tue, 31 Oct 2000 11:43:28 -0800 Message-ID: <39FF1F59.6D51A07F@home.com> Date: Tue, 31 Oct 2000 13:36:57 -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: Errors when building kernel Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Last night I updated to the latest source. After editing my kernel file I went to /usr/src and did make buildkernel KERNEL=SIREN. I then did make installkernel KERNEL=SIREN and got this error: 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. Anyone know what the problem is? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message