From owner-freebsd-questions Sat Nov 25 17:30:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hyperreal.org (taz.hyperreal.org [209.133.83.16]) by hub.freebsd.org (Postfix) with SMTP id 3399137B4C5 for ; Sat, 25 Nov 2000 17:30:52 -0800 (PST) Received: (qmail 3262 invoked by uid 12); 26 Nov 2000 01:30:52 -0000 Message-ID: <20001126013052.3261.qmail@hyperreal.org> From: mike@hyperreal.org Subject: can't chflags/mv current kernel To: freebsd-questions@freebsd.org Date: Sat, 25 Nov 2000 17:30:52 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL60 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I rolled the dice and it looks like I can use 2 NICs in the old doorstop after all, so I'll still be working on trying to configure NAT. I compiled a new kernel to support the second NIC, and now I'm having a more fundamental problem: I cannot touch the old/current kernel. # make 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 What is this a symptom of? It's not covered in the Handbook and I have never had it happen before. The default kernel was removed just fine. Doesn't matter if I'm in single-user mode or not; the kernel is untouchable. -Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message