From owner-freebsd-questions Sun Jan 9 15: 9:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from merkur.hrz.uni-giessen.de (merkur.hrz.uni-giessen.de [134.176.2.12]) by hub.freebsd.org (Postfix) with ESMTP id 09BBE14C27 for ; Sun, 9 Jan 2000 15:09:47 -0800 (PST) (envelope-from Ariel.Burbaickij@mni.fh-giessen.de) Received: from caspar.mni.fh-giessen.de by merkur.hrz.uni-giessen.de with ESMTP; Mon, 10 Jan 2000 00:09:23 +0100 Received: from sun33.mni.fh-giessen.de ([134.176.183.133]) by caspar.mni.fh-giessen.de with esmtp (Exim 2.12 #6) id 127RMZ-0005mY-00; Mon, 10 Jan 2000 00:03:07 +0100 Received: from localhost (hg9456@localhost) by sun33.mni.fh-giessen.de (8.9.3+Sun/8.8.8) with ESMTP id AAA07547; Mon, 10 Jan 2000 00:10:00 +0100 (MET) X-Authentication-Warning: sun33.mni.fh-giessen.de: hg9456 owned process doing -bs Date: Mon, 10 Jan 2000 00:09:59 +0100 (MET) From: Ariel Burbaickij X-Sender: hg9456@sun33 To: keramida@ceid.upatras.gr Cc: Ariel Burbaickij , freebsd-questions@freebsd.org Subject: Re: need for examples. In-Reply-To: <20000109044017.A15437@hades.hell.gr> Message-Id: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 9 Jan 2000, Giorgos Keramidas wrote: > On Fri, Jan 07, 2000 at 09:41:08AM +0100, Ariel Burbaickij wrote: > > > > Second point I would like to upgrade my system from 3.2 to 3.3 and > > will gladly see some examples/sequence of necessary steps.The > > estimated time for download using 56kbd/sec modem cvsup and mirror > > somewhere in germany (it means in the some country) would be also > > helpful.So once more what I would like to see is sequence of steps > > undertook by someone who had already succesfully up-graded.As usually > > any questions from you aimed to clear the situation are welcome > > If you're upgrading from the sources, you can use cvsup to fetch the > necessary patches to your 3.2 sources and upgrage to the latest > 3.4-STABLE system. I keep a file called releng_3.sup in my root > account directory that contains: > > # cat /root/releng_3.sup > *default host=cvsup.de.freebsd.org > *default base=/usr > *default prefix=/usr > *default release=cvs tag=RELENG_3 > *default delete use-rel-suffix > *default compress > > src-all > src-crypto > > and I use cvsup on it, with a command like: > > # cvsup -g -L 2 ~/releng_3.sup > > to upgrade the sources every now and then. > > Once your /usr/src tree is updated [which takes about 10-15 minutes > with my 28.8 Kbit/s modem], you can kill that PPP link, and use the > sources fetched to upgrade the base-system. The commands I usually > find handy are: > > # cd /usr/src > # make world > > Note however, that you might prefer to boot the updated kernel before > making the world. The whole procedure of building a custom kernel is > described in the handbook, but if you have a config file ready, say one > called MYKERNEL, you can almost always get away with: Why should I? What arew the reasons behind it(prefering to compile kernel first?) > # cd /usr/src/sys/i386/conf/ > # config MYKERNEL > # cd ../../compile/MYKERNEL > # make depend > # make > # make install > # reboot > > For more details on these two procedures, look at the handbook, at the > following sections: > > Configuring the FreeBSD Kernel > URL = http://www.freebsd.org/handbook/kernelconfig.html > Synchronizing Source Trees over the Internet > URL = http://www.freebsd.org/handbook/synching.html I do not like this chapter in book it really ia undiscernible.Some examples took from Handbook e.g. smoe particular version of ls should be up-dated have you seen it anywhere in real world?I am So all in all i do not like it.OOch :)) I meant the book from Mr Lehey but I do not like this chapter in handbook too :)). > Using make world to rebuild your system > URL = http://www.freebsd.org/handbook/makeworld.html > > Obtaining FreeBSD : CVSup Sites > URL = http://www.freebsd.org/handbook/mirrors-cvsup.html > > Hope that helps. > > -- > Giorgos Keramidas, < keramida @ ceid . upatras . gr > > "What we have to learn to do, we learn by doing." [Aristotle] > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message