From owner-freebsd-questions Mon Oct 15 12:48:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail-relay1.mirrorimage.net (mail-relay1.mirrorimage.net [209.58.140.11]) by hub.freebsd.org (Postfix) with ESMTP id C5BAA37B40B for ; Mon, 15 Oct 2001 12:48:31 -0700 (PDT) Received: from leblanc.mirrorimage.net (leblanc.mirrorimage.net [209.192.210.146]) by mail-relay1.mirrorimage.net (8.9.3/8.9.3) with ESMTP id PAA07996 for ; Mon, 15 Oct 2001 15:48:31 -0400 Received: (from leblanc@localhost) by leblanc.mirrorimage.net (8.11.6/8.11.4) id f9FJmsm94870 for freebsd-questions@freebsd.org; Mon, 15 Oct 2001 15:48:54 -0400 (EDT) (envelope-from leblanc) Date: Mon, 15 Oct 2001 15:48:53 -0400 From: Louis LeBlanc To: freebsd-questions@freebsd.org Subject: Re: Upgrading to 4.4 Message-ID: <20011015154852.D4944@acadia.ne.mediaone.net> Reply-To: freebsd-questions@freebsd.org Mail-Followup-To: freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.3.22.1i X-bright-idea: Lets abolish HTML mail! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 10/15/01 02:37 PM, legg@iastate.edu sat at the `puter and typed: > Hello, > > I have installed FreeBSD 4.3 RELEASE, and I hear a much more secure > FreeBSD 4.4 has been released. > > I think it would be a good idea to upgrade, but is that easy to do (or > even possible)? > > Would I have to get somebody to download the ISO's for me and reinstall or > is there some program that can manage it for me? > > I have heard talk about CVSup, but I just want to upgrade, not join a > development team or anything. You don't have to be a developer to use cvsup. Just cvsup to RELENG_4_4_0_RELEASE, then use the following: cd /usr/src make buildworld && make install Which will upgrade your userland. Once this is done, you should do this: mergemaster -ia which will merge config/startup/etc. files from the upgraded source to the installed versions. Then reboot. Next, you will want to rebuild your kernel. If you have a custom kernel, use that, otherwise use GENERIC. cd /usr/src make buildkernel KERNEL=GENERIC && make installkernel KERNEL=GENERIC Of course if you do use GENERIC, you can leave out the KERNEL parameters. Once this is done, reboot. Now, you are running 4.4 release. And not one line of code had to be touched :) HTH Lou -- Louis LeBlanc leblanc@acadia.ne.mediaone.net Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://acadia.ne.mediaone.net ԿԬ Gray's Law of Programming: `n+1' trivial tasks are expected to be accomplished in the same time as `n' tasks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message