From owner-freebsd-stable@FreeBSD.ORG Sat Nov 5 20:24:18 2005 Return-Path: X-Original-To: freebsd-stable@FreeBSD.org Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A59616A41F for ; Sat, 5 Nov 2005 20:24:18 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from makeworld.com (makeworld.com [216.201.118.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id E33A443D67 for ; Sat, 5 Nov 2005 20:24:13 +0000 (GMT) (envelope-from racerx@makeworld.com) Received: from localhost (localhost.com [127.0.0.1]) by makeworld.com (Postfix) with ESMTP id 3B8246100; Sat, 5 Nov 2005 14:24:13 -0600 (CST) Received: from makeworld.com ([127.0.0.1]) by localhost (makeworld.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25343-08; Sat, 5 Nov 2005 14:24:09 -0600 (CST) Received: from [216.201.118.138] (racerx.makeworld.com [216.201.118.138]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by makeworld.com (Postfix) with ESMTP id 228A96124; Sat, 5 Nov 2005 14:24:07 -0600 (CST) Message-ID: <436D14EC.1000705@makeworld.com> Date: Sat, 05 Nov 2005 14:24:12 -0600 From: Chris User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050930) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Markus Buretorp References: <436D1376.5030909@home.se> In-Reply-To: <436D1376.5030909@home.se> X-Enigmail-Version: 0.93.0.0 OpenPGP: id=C01BC363 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-2.3.3 (20050822) at makeworld.com - FreeBSD:The Power To Serve Cc: freebsd-stable@FreeBSD.org Subject: Re: 5.4 -> 6.0 buildworld failure X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: RacerX@makeworld.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2005 20:24:18 -0000 Markus Buretorp wrote: > Hello, > > I'm trying to upgrade from FreeBSD 5.4-STABLE to 6.0. I've done a cvsup > to RELENG_6 and RELENG_6_0, I've ran make cleanworld, make clean, rm -rf > /usr/obj/*, etc; but nothing helps. > > This is the error > I'm not entirely sure why so many users have so much troube upgrading. The process is outlined well on the FBSD site and to surmise: Assuming you have done your cvsup of the src tree: # cd /usr/src/usr.sbin/mergemaster # ./mergemaster.sh -p Drop to Single User Mode: As the superuser, you can execute: # shutdown now from a running system, which will drop it to single user mode. Alternatively, reboot the system, and at the boot prompt, enter the -s flag. The system will then boot single user. At the shell prompt you should then run: # fsck -p # mount -u / # mount -a -t ufs # swapon -a # cd /usr/obj # chflags -R noschg * # rm -rf * # cd /usr/src # make buildworld # cd /usr/src # make buildkernel KERNCONF=MYKERNEL # make installkernel KERNCONF=MYKERNEL # shutdown now # fsck -p # mount -u / # mount -a -t ufs # swapon -a # cd /usr/src # make installworld # shutdown -r now Done. -- Best regards, Chris Nature always sides with the hidden flaw.