From owner-freebsd-stable Tue Sep 19 19:31:45 2000 Delivered-To: freebsd-stable@freebsd.org Received: from ep1.msri.org (ep1.msri.org [198.129.64.226]) by hub.freebsd.org (Postfix) with ESMTP id ED9E037B422 for ; Tue, 19 Sep 2000 19:31:42 -0700 (PDT) Received: from rafiki.msri.org [198.129.65.127] (mail) by ep1.msri.org with esmtp (Exim 2.05 #1 (Debian)) id 13bZnL-0004pa-00; Tue, 19 Sep 2000 19:39:35 -0700 Received: from snoop.msri.org [198.129.65.202] (mail) by rafiki.msri.org with esmtp (Exim 2.05 #1 (Debian)) id 13bZfi-000875-00; Tue, 19 Sep 2000 19:31:42 -0700 Received: from joe by snoop.msri.org with local (Exim 3.02 #1 (Debian)) id 13bZfi-0008E2-00; Tue, 19 Sep 2000 19:31:42 -0700 Received: from ep2.msri.org [198.129.64.227] by rafiki.msri.org with esmtp (Exim 2.05 #1 (Debian)) id 13bZdy-00086S-00; Tue, 19 Sep 2000 19:29:54 -0700 Received: from smtp.digital-integrity.com (whimper.dii.local) [64.1.242.10] by ep2.msri.org with esmtp (Exim 3.12 #1 (Debian)) id 13bZdx-0006nb-00; Tue, 19 Sep 2000 19:29:54 -0700 Received: (from joe@localhost) by whimper.dii.local (Switch-2.0.0/Switch-2.0.0) id e8K2Tqn05674 for joe@msri.org; Tue, 19 Sep 2000 19:29:52 -0700 X-Status: X-Keywords: Received: from 216.233.203.110 (SquirrelMail authenticated user joe) by webmail.digital-integrity.com with HTTP; Tue, 19 Sep 2000 18:04:22 -0700 (PDT) Message-ID: <1071.216.233.203.110.969411862.squirrel@webmail.digital-integrity.com> Date: Tue, 19 Sep 2000 18:04:22 -0700 (PDT) Subject: make installkernel fails ... From: "Joe Christy" To: freebsd-stable@freebsd.org Cc: joe@eshu.net Reply-To: joe@digital-integrity.com X-Mailer: SquirrelMail (version 0.5pre2) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm still beating on the 3.3-STABLE => 4.1-STABLE upgrade. Now make install kernel is failing: elegba(src)# make installkernel KERNEL=ELEGBA41 cd /usr/obj/usr/src/sys/ELEGBA41; 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. *** Error code 1 Stop. *** Error code 1 Stop. Apparently, chflags is whacky: elegba(tmp)# whoami root elegba(tmp)# touch foo elegba(tmp)# ls -lo foo;chflags schg foo;ls -lo foo -rw-r--r-- 1 root wheel - 0 Sep 19 17:42 foo -rw-r--r-- 1 root wheel schg 0 Sep 19 17:42 foo elegba(tmp)# ls -lo foo;chflags noschg foo;ls -lo foo -rw-r--r-- 1 root wheel schg 0 Sep 19 17:42 foo chflags: foo: Operation not permitted -rw-r--r-- 1 root wheel schg 0 Sep 19 17:42 foo I though that this was due to ssh-ing in as toor, but logging in as root on the console gives the same results. What am I missing? Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message