From owner-freebsd-questions@FreeBSD.ORG Thu Jun 12 11:32:34 2003 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 2CB7037B401 for ; Thu, 12 Jun 2003 11:32:34 -0700 (PDT) Received: from adsl-64-161-78-226.dsl.lsan03.pacbell.net (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 6FFC343F85 for ; Thu, 12 Jun 2003 11:32:33 -0700 (PDT) (envelope-from oremanj@adsl-64-161-78-226.dsl.lsan03.pacbell.net) Received: (qmail 7508 invoked by uid 1001); 12 Jun 2003 18:34:18 -0000 Date: Thu, 12 Jun 2003 11:34:18 -0700 From: Joshua Oreman To: "Thomas T. Veldhouse" Message-ID: <20030612183418.GB7415@webserver.get-linux.org> References: <200306120805.45148.andrewr@uidaho.edu> <011101c330fa$8a4cebc0$d037630a@dh.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <011101c330fa$8a4cebc0$d037630a@dh.com> User-Agent: Mutt/1.4.1i cc: questions@freebsd.org Subject: Re: Upgrading 5.0 -> 5.1 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, 12 Jun 2003 18:32:34 -0000 On Thu, Jun 12, 2003 at 10:51:50AM -0500 or thereabouts, Thomas T. Veldhouse seemed to write: > You will need a whole new world as well. > > cvsup > (cd /usr/src && make world) > (cd /usr/src/sys/i386/conf && config GENERIC && cd ../compile/GENERIC && > make all install) > reboot > > > Approximately. I guess there is a way to make the kernel from the top level > tree, but I have always done it that above way and don't plan to change > unless I must. You should *really* use 'make buildkernel' in the toplevel if you're combining it with a world update. Recommended procedure: ~# cvsup /my/5.1.supfile ~# cd /usr/src /usr/src# make buildworld /usr/src# make buildkernel KERNCONF= /usr/src# make installkernel KERNCONF= /usr/src# reboot OK boot -s # fsck -p && mount -a # ( cd /usr/src && make installworld ) # reboot OK boot Also read chapter 21 of the Handbook. -- Josh > > Tom Veldhouse > > ----- Original Message ----- > From: "Andrew Robinson" > To: > Sent: Thursday, June 12, 2003 10:05 AM > Subject: Upgrading 5.0 -> 5.1 > > > > Hi all, > > > > I'm trying to figure out what options I have for upgrading from 5.0 to > 5.1. > > Can I just use csvup to change my local copy of the source code, and > > recompile? Ie do the same steps that I've done to upgrade after security > > announcements? Would that just entail editing my standard-supfile to > replace > > > > *default release=cvs tag=RELENG_5_0 > > > > with > > > > *default release=cvs tag=RELENG_5_1 > > > > and running csvsup, then compiling a new kernel? > > > > I'd appreciate confirmation, cautions, or tips. > > > > Thanks! > > > > Andrew > > -- > > Andrew Robinson Ph: 208 885 7115 > > Department of Forest Resources Fa: 208 885 6226 > > University of Idaho E : andrewr@uidaho.edu > > PO Box 441133 W : http://www.uidaho.edu/~andrewr > > Moscow ID 83843 Or: http://www.biometrics.uidaho.edu > > No statement above necessarily represents my employer's opinion. > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"