From owner-freebsd-questions@FreeBSD.ORG Thu Nov 18 20:12:39 2004 Return-Path: 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 4B9EB16A4CE for ; Thu, 18 Nov 2004 20:12:39 +0000 (GMT) Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DD4543D49 for ; Thu, 18 Nov 2004 20:12:39 +0000 (GMT) (envelope-from curtis@npc-usa.com) Received: (qmail 8545 invoked from network); 18 Nov 2004 20:12:38 -0000 Received: from dsl017-040-162.sea1.dsl.speakeasy.net (HELO crab.npc-usa.com) ([69.17.40.162]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 18 Nov 2004 20:12:38 -0000 Received: from [10.0.1.12] (NPC-USA [10.0.1.12]) by crab.npc-usa.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id W47HWA9N; Thu, 18 Nov 2004 12:12:04 -0800 In-Reply-To: <20041109013813.GC576@internode.com.au> References: <20041109013813.GC576@internode.com.au> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <308DF423-399E-11D9-A404-000393934006@npc-usa.com> Content-Transfer-Encoding: 7bit From: Curtis Vaughan Date: Thu, 18 Nov 2004 12:12:36 -0800 To: Adam Smith X-Mailer: Apple Mail (2.619) cc: freebsd-questions@freebsd.org Subject: Re: Upgrading 5.3-Beta1 to 5.3-RELEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2004 20:12:39 -0000 > > So basically: > > o update from cvs > # cd /usr/src > # make update > o build world/kernel in your normal or single-user mode > # cd /usr/obj > # rm -rf * > # cd /usr/src > # make buildworld > # make buildkernel KERNCONF=YOURKERNEL > Adam! Sorry to bother you again, but I got as for as make buildworld, after which I typed "make buildkernel KERNCONF=MYKERNEL" and I got: cod# make buildkernel KERNCONF=MYKERNEL ERROR: Missing kernel configuration file(s) (MYKERNEL). false *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Any ideas why? Curtis > o install kernel/world in single user mode > # reboot [ Choose single User Mode ] > # cd /usr/src > # make installkernel KERNCONF=YOURKERNEL > # make installworld > o run mergemaster -p > # mergemaster -p > o reboot > # reboot > > It's fairly straight-forward once you get the gist :)