From owner-freebsd-questions@FreeBSD.ORG Mon Jan 2 18:40:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 8089D16A41F for ; Mon, 2 Jan 2006 18:40:49 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from smtp02.mrf.mail.rcn.net (smtp02.mrf.mail.rcn.net [207.172.4.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42B7043D58 for ; Mon, 2 Jan 2006 18:40:48 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from 209-6-22-49.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.49]) by smtp02.mrf.mail.rcn.net with ESMTP; 02 Jan 2006 13:40:47 -0500 X-IronPort-AV: i="3.99,322,1131339600"; d="scan'208"; a="190704950:sNHT43564944" From: Robert Huff Message-ID: <17337.29620.928986.319095@jerusalem.litteratus.org> Date: Mon, 2 Jan 2006 13:40:52 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: freebsd-questions@freebsd.org In-Reply-To: <43B96B9F.4000601@ntlworld.com> References: <20060102180012.71103.qmail@web86904.mail.ukl.yahoo.com> <43B96B9F.4000601@ntlworld.com> X-Mailer: VM 7.17 under 21.5 (beta24) "dandelion" XEmacs Lucid Subject: Re: Kernel Compilation... 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: Mon, 02 Jan 2006 18:40:49 -0000 Crispy Beef writes: > I wasn't aware that I needed to do a buildworld too, am limited > on the amount of disk space I have, the whole disk is 6Gb with a > 1Gb /home and over 3Gb /usr. Is that going to be enough? 1) It is _very_ important to keep the kernel and userland in sync. 2) huff@>> du -s /usr/src 442996 /usr/src As a ball-park estimate, figure 1Gb when you need to update. Assuming you have a high-speed connection, I would rebuild world and kernel per the handbook. After installing and testing the new system I would save the kernel config file elsewhere and delete /usr/src and /usr/obj. THe next time you need to rebuild you'll need to clear the disk and download the entire source tree, but you'll have the disk available until then. Robert Huff