From owner-freebsd-questions@FreeBSD.ORG Tue Mar 29 05:13:10 2005 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 C756316A4CE for ; Tue, 29 Mar 2005 05:13:10 +0000 (GMT) Received: from smtp18.wxs.nl (smtp18.wxs.nl [195.121.6.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id D597943D49 for ; Tue, 29 Mar 2005 05:13:09 +0000 (GMT) (envelope-from freebsd@akruijff.dds.nl) Received: from smtp.planet.nl (ip51cc8423.speed.planet.nl [81.204.132.35]) by smtp18.wxs.nl (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0IE300AD2L5W5J@smtp18.wxs.nl> for freebsd-questions@freebsd.org; Tue, 29 Mar 2005 07:13:08 +0200 (CEST) Received: from Alex.lan (localhost [127.0.0.1]) by smtp.planet.nl (8.13.1/8.13.1) with ESMTP id j2T5D8te001831; Tue, 29 Mar 2005 07:13:08 +0200 Received: (from akruijff@localhost) by Alex.lan (8.13.1/8.13.1/Submit) id j2T5D7QM001830; Tue, 29 Mar 2005 07:13:07 +0200 Content-return: prohibited Date: Tue, 29 Mar 2005 07:13:07 +0200 From: Alex de Kruijff In-reply-to: <200503281646.32042.josh@tcbug.org> To: Josh Paetzel Message-id: <20050329051307.GA760@Alex.lan> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.4.2.1i References: <200503281646.32042.josh@tcbug.org> X-Authentication-warning: Alex.lan: akruijff set sender to freebsd@akruijff.dds.nl using -f cc: freebsd-questions@freebsd.org Subject: Re: Upgrading from 5.3-RELEASE-p5 to p6 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: Tue, 29 Mar 2005 05:13:10 -0000 On Mon, Mar 28, 2005 at 04:46:31PM -0600, Josh Paetzel wrote: > I just upgraded a test machine from 5.3-RELEASE-p5 to 5.3-RELEASE-p6. > The make buildworld went fine. When I tried to make buildkernel it > kept saying that: kernel build for GENERIC complete on xx.xx.xx time > > I tried using the "old" way of bulding a kernel and that went without > issue. I'm bringing this up to see if it's a "bug" or if it's just > something dorked up on my end. I don't see anything wrong, here. What did you do? What did you expect? What did you get? The basic way would be: cd /usr/src/ make buildworld make buildkernel KERNCONF=MYKERNEL make installkernel KERNCONF=MYKERNEL make installworld The exact procedure can be found in the handbook: www.freebsd.org/handbook/ -- Alex Please copy the original recipients, otherwise I may not read your reply. WWW: http://www.kruijff.org/alex/FreeBSD/