From owner-freebsd-questions@FreeBSD.ORG Thu Aug 16 05:33:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 427D016A418 for ; Thu, 16 Aug 2007 05:33:10 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.freebsd.org (Postfix) with ESMTP id C45F313C474 for ; Thu, 16 Aug 2007 05:33:09 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atlantis.dyndns.org (athedsl-156471.home.otenet.gr [85.75.154.213]) by aiolos.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l7G5X6pb017623 for ; Thu, 16 Aug 2007 08:33:07 +0300 Message-ID: <46C3E192.8080008@otenet.gr> Date: Thu, 16 Aug 2007 08:33:06 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.5 (X11/20070719) MIME-Version: 1.0 To: Freebsd questions References: <006d01c7dfa0$514f2050$0201a8c0@homedevelop> In-Reply-To: <006d01c7dfa0$514f2050$0201a8c0@homedevelop> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: upgrade freebsd 6.1 to 6.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Aug 2007 05:33:10 -0000 Tomas wrote: > Hello. > > I have frebsd 6.1 in my pc and I want to upgrade to 6.2, without any > configuration application samba, apache, change. > what sjpould do for make this task. > somebody can I explain me. > > have a good night. > TOMAS > > _______________________________________________ > 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" > > > You will need to upgrade the sources for your system, build and install a new kernel and then rebuild and install world. These are well described in the FreeBSD handbook, I will give you a quick summary here: - Copy the file /usr/share/examples/cvsup/standard-supfile e.g. to your home directory - Edit the file and change: *default host=CHANGE_THIS.FreeBSD.org to a FreeBSD mirror near you (you will find this in the handbook. This can be the same as the one you use in ports-supfile) Also change: *default release=cvs tag=RELENG_6_1 to: *default release=cvs tag=RELENG_6_2 so you get the 6.2-RELEASE sources. Now, execute: cvsup -g -L 2 ~/standard-supfile This will get you the updated sources of 6.2-RELEASE. Follow the instructions of the handbook, chapter 23, to rebuild kernel and world and merge the configuration files. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html You will need to upgrade the sources for your system, build and install a new kernel and then rebuild and install world. These are well described in the FreeBSD handbook, I will give you a quick summary here: - Copy the file /usr/share/examples/cvsup/standard-supfile e.g. to your home directory - Edit the file and change: *default host=CHANGE_THIS.FreeBSD.org to a FreeBSD mirror near you (you will find this in the handbook. This can be the same as the one you use in ports-supfile) Also change: *default release=cvs tag=RELENG_6_1 to: *default release=cvs tag=RELENG_6_2 so you get the 6.2-RELEASE sources. Now, execute: cvsup -g -L 2 ~/standard-supfile This will get you the updated sources of 6.2-RELEASE. Follow the instructions of the handbook, chapter 23, to rebuild kernel and world and merge the configuration files. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html