From owner-freebsd-questions Thu Aug 31 14:36:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from Astrovan.cstone.net (astrovan.cstone.net [209.145.64.80]) by hub.freebsd.org (Postfix) with ESMTP id A319037B422 for ; Thu, 31 Aug 2000 14:36:10 -0700 (PDT) Received: from cstone.net ([209.145.93.143]) by Astrovan.cstone.net (Post.Office MTA v3.5.3 release 223 ID# 0-59789U13500L1350S0V35) with ESMTP id net for ; Thu, 31 Aug 2000 17:27:46 -0400 Message-ID: <39AECFB2.F57AA835@cstone.net> Date: Thu, 31 Aug 2000 17:35:46 -0400 From: Sean Michael Whipkey X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Upgrading from 3.x to 4.1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Okay, This is the first time I've tried upgrading to a new branch on a FreeBSD box. I'll be trying it first on our development machine, and if it works, doing it on our production machine to try to fix our problems with MySQL hogging 90+% of the CPU for a few minutes at a time. So here's what I have written down to do so far: cd /usr/src make buildworld # build/install kernel make buildkernel KERNEL=MYKERNEL make installkernel KERNEL=MYKERNEL # back to upgrade cd /usr/src/sbin/mknod make install # rebuild disks in /dev cp src/etc/MAKEDEV /dev/MAKEDEV #PSUEDOcode: for N in the list of disks #MAKEDEV N # for M in the list of slices #MADEDEV NsMa reboot # into single user cd /usr/src cd gnu/usr.bin/texinfo/install-info make install cd ../../../.. ldconfig -R /usr/obj/usr/src/lib/libc make installworld mergemaster reboot I've already used cvsupit to update my sources. Anything wrong? Different? Right? Thanks, SeanMike -- SeanMike Whipkey - Damnit. Where's my witty repartee? "Ow! Ow! Ow! I had to go after mutants, didn't I? I couldn't just attack Napster, nooooo. I had to attack freaks that know kung fu." - http://ter.air0day.com/xmen.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message