From owner-freebsd-questions Thu Sep 5 15: 6: 1 2002 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 6FAEB37B400 for ; Thu, 5 Sep 2002 15:05:58 -0700 (PDT) Received: from grillolja.cs.umu.se (grillolja.cs.umu.se [130.239.40.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A3CF43E84 for ; Thu, 5 Sep 2002 15:05:57 -0700 (PDT) (envelope-from tdv94ped@cs.umu.se) Received: from localhost (localhost [127.0.0.1]) by amavisd-new (Postfix) with ESMTP id 94F87A008; Fri, 6 Sep 2002 00:05:52 +0200 (MEST) Received: from cs.umu.se (h11n1c1o1023.bredband.skanova.com [213.64.164.11]) by grillolja.cs.umu.se (Postfix) with ESMTP id 8B3EB9F24; Fri, 6 Sep 2002 00:05:48 +0200 (MEST) Message-ID: <3D77D537.C3C49FDF@cs.umu.se> Date: Fri, 06 Sep 2002 00:05:43 +0200 From: Paul Everlund X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: sv,en MIME-Version: 1.0 To: Bsd Neophyte Cc: freebsd-questions@freebsd.org Subject: Re: cvsup updates and sources and updating References: <20020905213748.86096.qmail@web20102.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new amavisd-new-20020630 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 Bsd Neophyte wrote: > > okay... this has been explained to me more than once, but i'm > still not grasping it. > > when you cvsup sources... these sources are then used automatic- > ally when you rebuild the kernel... and only at this time? You can cvsup various parts of the system, where src-sys is the kernel (if I myself have grasped it all correct :) > also, when you rebuild the kernel, does it upgrade you to the > latest freebsd version? Yep, at least to the latest kernel, but it might be out of sync with the user programs (i.e. those in /bin, /sbin, /usr/bin and /usr/sbin). If the kernel structures has changed, programs as top and ps (which are working quite tight to the kernel) will not work correctly, if you haven't also build the world (the user programs in above mentioned directories). If a build of the world fails, it might be because you haven't cvsup'ed all sources needed to build it, so be sure you have all the sources. Tip: cvsup all the sources (at least until you know which one you need which one you don't). Read the Makefile file (located in /usr/src). Just follow the steps in the text. It is also good to read the README file at the same location. I hope this helped you! Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message