Date: Thu, 21 Oct 2004 15:54:30 -0500 From: "Donald J. O'Neill" <donaldj1066@fastmail.fm> To: freebsd-questions@freebsd.org Subject: Re: can't upgrade from 5.2-CURRENT (mid summer) to RELENG_5 on i386 Message-ID: <200410211554.30986.donaldj1066@fastmail.fm> In-Reply-To: <E12D6E52-239D-11D9-A3C8-003065A70D30@shire.net> References: <E12D6E52-239D-11D9-A3C8-003065A70D30@shire.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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. <make sure you have good level 0 dumps> <maybe fix /etc/fstab> [7] make buildworld make buildkernel KERNCONF=YOUR_KERNEL_HERE make installkernel KERNCONF=YOUR_KERNEL_HERE [1] <reboot in single user> [3] /etc/rc.d/preseedrandom [10] mergemaster -p [5] make installworld mergemaster [4] <reboot> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410211554.30986.donaldj1066>