From owner-freebsd-questions@FreeBSD.ORG Thu Oct 21 20:54:22 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 CCDBB16A4D0 for ; Thu, 21 Oct 2004 20:54:22 +0000 (GMT) Received: from smtp806.mail.sc5.yahoo.com (smtp806.mail.sc5.yahoo.com [66.163.168.185]) by mx1.FreeBSD.org (Postfix) with SMTP id 7789043D2D for ; Thu, 21 Oct 2004 20:54:22 +0000 (GMT) (envelope-from donaldj1066@fastmail.fm) Received: from unknown (HELO pres7000.mylan.net) (donaldj@ameritech.net@68.76.146.201 with plain) by smtp806.mail.sc5.yahoo.com with SMTP; 21 Oct 2004 20:54:20 -0000 From: "Donald J. O'Neill" To: freebsd-questions@freebsd.org Date: Thu, 21 Oct 2004 15:54:30 -0500 User-Agent: KMail/1.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200410211554.30986.donaldj1066@fastmail.fm> Subject: Re: can't upgrade from 5.2-CURRENT (mid summer) to RELENG_5 on i386 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, 21 Oct 2004 20:54:22 -0000 On Thursday 21 October 2004 03:14 pm, Chad Leigh -- Shire.Net LLC wrote: > Hi > > I am trying to upgrade my 5.2-CURRENT from the mid-summer > timeframe to RELENG_5 on an i386 platform (actually dual opteron > running i386). > > I did a cvsup early this morning and then try and build my kernel > and get the following: > > # make buildkernel KERNCONF=HOST-SMP > > I am not sure what is not found. I don't see it looking for a > file +for . > > Anyone seeing the problem, your input is appreciated. > > Thanks > Chad > > _______________________________________________ Hi Chad, Just off the top of my head, it seems to me, from what you've described, you aren't following the correct procedure. I suggest following the procedure in /usr/src/UPDATING. What you want is located towards the end. I fact, I'll quote it here for you: To rebuild everything and install it on the current system. ----------------------------------------------------------- # Note: sometimes if you are running current you gotta do more than # is listed here if you are upgrading from a really old current. [7] make buildworld make buildkernel KERNCONF=YOUR_KERNEL_HERE make installkernel KERNCONF=YOUR_KERNEL_HERE [1] [3] /etc/rc.d/preseedrandom [10] mergemaster -p [5] make installworld mergemaster [4] Also, be aware that 5.3 uses some different groups and users, you're going to have to put your users and passwords back in. Don -- Donald J. O'Neill donaldj1066@fastmail.fm