From owner-freebsd-questions Fri Mar 14 18:20: 7 2003 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 5C9DE37B401 for ; Fri, 14 Mar 2003 18:20:06 -0800 (PST) Received: from smtp.acd.net (smtp.acd.net [207.179.102.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C2AB43F93 for ; Fri, 14 Mar 2003 18:20:05 -0800 (PST) (envelope-from taxman@ACD.NET) Received: from modem47.nas4.acd.net ([207.179.85.243]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Fri, 14 Mar 2003 21:19:54 -0500 From: taxman To: "Grant Peel" , Subject: Re: Upgrade Date: Fri, 14 Mar 2003 21:23:10 -0500 User-Agent: KMail/1.5 References: <007e01c2ea7d$52e02cb0$6401a8c0@grant> In-Reply-To: <007e01c2ea7d$52e02cb0$6401a8c0@grant> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200303142123.10234.taxman@acd.net> X-OriginalArrivalTime: 15 Mar 2003 02:19:55.0489 (UTC) FILETIME=[5E6CF510:01C2EA99] 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 Friday 14 March 2003 05:59 pm, Grant Peel wrote: > Hi all, > > Is there any experts who are willing to talk with me off list about > upgrading? (4.4 -> 4.7 or 5.0) You don't need much help off list. There is very good documentation for what you want to do in the handbook at www.freebsd.org/handbook. Also you don't want 5.0 unless you can figure out the upgrade by yourself. See the early adopters guide on why. For the upgrade procedure, use the steps in the section of the handbook for upgrading your source using something like cvsup: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html make sure to use the right cvs tag. RELENG_4_7 is probably what you want in your supfile. Then use the next section of the handbook for how to rebuild: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html making sure to read the section on rebuilding your kernel. The order minus the details is make buildworld mergemaster -p make buildkernel make installkernel reboot to single user mode mount -a make installworld of course read the details in /usr/src/UPDATING and the handbook. Once you've read all of the relevant sections and cant get it to work, then ask some questions on the list and we'll be glad to help. Make sure to either make good backups first or use a non critical machine to test the upgrade on. Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message