From owner-freebsd-questions@FreeBSD.ORG Fri Aug 12 20:36:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54A5216A41F for ; Fri, 12 Aug 2005 20:36:18 +0000 (GMT) (envelope-from albi@scii.nl) Received: from post-24.mail.nl.demon.net (post-24.mail.nl.demon.net [194.159.73.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id F076143D46 for ; Fri, 12 Aug 2005 20:36:16 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([83.160.138.119]:9993 helo=mail.aseed.antenna.nl) by post-24.mail.nl.demon.net with esmtp (Exim 4.51) id 1E3gGG-000LAF-6k for freebsd-questions@freebsd.org; Fri, 12 Aug 2005 20:36:16 +0000 Received: from http.aseed.antenna.nl (unknown [192.168.0.50]) by mail.aseed.antenna.nl (Postfix) with ESMTP id C86F1154432 for ; Fri, 12 Aug 2005 22:43:28 +0200 (CEST) Received: from amandla.scii.nl (balder.tk [194.109.164.108]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by http.aseed.antenna.nl (Postfix) with ESMTP id 3810058ECA5 for ; Fri, 12 Aug 2005 22:36:47 +0200 (CEST) Date: Fri, 12 Aug 2005 22:36:08 +0200 From: "albi@scii.nl" To: freebsd-questions@freebsd.org Message-Id: <20050812223608.0b0c14f3.albi@scii.nl> In-Reply-To: <20050812202226.85085.qmail@web54501.mail.yahoo.com> References: <42FCC7F2.7030404@scls.lib.wi.us> <20050812202226.85085.qmail@web54501.mail.yahoo.com> X-Mailer: Sylpheed version 2.0.0 (GTK+ 2.6.9; i386-portbld-freebsd6.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Failed installation of FreeBSD 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Aug 2005 20:36:18 -0000 On Fri, 12 Aug 2005 13:22:25 -0700 (PDT) Milscvaer wrote: > I have 32 MB of RAM. I tried going in and setting the > partition to active but this didnt make a difference. > I only have one hard disk. I did boot a fixit floppy > and mounted and looked at the filesystem, and noticed > that the kernel* file under the / directory is still > the old kernel from the old installation I had on the > system, not the 5.4 kernel. When I try to delete the > file it first asks me if I would like to override > r-xr-xr-x root/0 schg. I hit y, and it then says > operation not permitted. I do not know why it will not > let me delete this file. I try doing a chmod a+w > kernel on it, but it wont let me do that either. (man chflags) chflags noschg filename 5.4 has the kernel in /boot btw (and not in / as in 4.x)