From owner-freebsd-current@FreeBSD.ORG Wed Jun 1 13:45:59 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63C2416A41C for ; Wed, 1 Jun 2005 13:45:59 +0000 (GMT) (envelope-from mayday@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id B1D6143D49 for ; Wed, 1 Jun 2005 13:45:58 +0000 (GMT) (envelope-from mayday@gmx.net) Received: (qmail invoked by alias); 01 Jun 2005 13:45:57 -0000 Received: from p54A0982A.dip0.t-ipconnect.de (EHLO [192.168.2.5]) [84.160.152.42] by mail.gmx.net (mp023) with SMTP; 01 Jun 2005 15:45:57 +0200 X-Authenticated: #431110 From: Benjamin Sobotta To: freebsd-current@freebsd.org Date: Wed, 1 Jun 2005 15:45:56 +0200 User-Agent: KMail/1.7.2 References: <43866.62.2.21.164.1117631913.squirrel@www.gwch.net> <429DB9B2.70405@t-hosting.hu> In-Reply-To: <429DB9B2.70405@t-hosting.hu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200506011545.56426.mayday@gmx.net> X-Y-GMX-Trusted: 0 Subject: Re: How to update my system X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2005 13:45:59 -0000 On Wednesday 01 June 2005 15:35, K=F6vesd=E1n G=E1bor wrote: > Hello, > > You can upgrade via CVSup. It is a tool that can easily synchronize the > whole source tree. A configuration file is necessary, You can find > examples in /usr/share/examples/cvsup. The stable-supfile or the > standard-supfile is for You. The standard-supfile synchronizes to > -current tree, which is the development tree of the FreeBSD project and > isn't recommended for new users. I discourage You to use -current. The > stable-supfile synchronizes to the -stable tree, which supposed to be > actually stable. It is the right choice for You. A sample supfile for You: > > *default host=3Dcvsup.hu.FreeBSD.org > *default base=3D/usr/local/etc/cvsup > *default prefix=3D/usr > *default release=3Dcvs tag=3DRELENG_5 > *default delete use-rel-suffix > src-all > > You should change the first line according your location. Select a > closer mirror. > Now, run CVSup: cvsup /path/to/supfile. > After the synchronization is complete: > > cd /usr/src > make buildkernel > make installkernel > > Then reboot. If the boot process is still okay with the new kernel: > > cd /usr/src > make buildworld > > Reboot into single user mode, remount root with mount -u, then: > > cd /usr/src > make installworld > > That's all. You must work as root from the beginning to the end. > Detailed howto is available in the FreeBSD handbook: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html > > Cheers, > > G=E1bor K=F6vesd=E1n > > Roger Grosswiler wrote: > >hi, > > > >i am very, very new on freebsd. I would like to now, with which > >possibilities i could update my freebsd 5.4 to the latest available > >updates? > > > >Thank you > >Roger > > > >_______________________________________________ > >freebsd-current@freebsd.org mailing list > >http://lists.freebsd.org/mailman/listinfo/freebsd-current > >To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.or= g" > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" Hello again! The description seems a little incomplete to me. 1) make buildworld (sometimes to kernel doesn't compile if don't do buildwo= rld=20 first - at least that's my experience) 2) make buildkernel 3) make installkernel 4) reboot - single user mode 5) mergemaster -p <-- you forgot 6) make installworld 7) mergemaster <-- you forgot 8) reboot As is "19.4.1 The Canonical Way to Update Your System" Ben