From owner-freebsd-questions@FreeBSD.ORG Mon Nov 8 14:23:30 2004 Return-Path: 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 4387616A4CE for ; Mon, 8 Nov 2004 14:23:30 +0000 (GMT) Received: from mail6.speakeasy.net (mail6.speakeasy.net [216.254.0.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D25343D39 for ; Mon, 8 Nov 2004 14:23:30 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 9263 invoked from network); 8 Nov 2004 14:23:29 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail6.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 8 Nov 2004 14:23:29 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 3338B11; Mon, 8 Nov 2004 09:23:29 -0500 (EST) Sender: lowell@be-well.ilk.org To: Ned Harrison References: <418C037E.9090304@cox.net> From: Lowell Gilbert Date: 08 Nov 2004 09:23:29 -0500 In-Reply-To: <418C037E.9090304@cox.net> Message-ID: <44actsl8ri.fsf@be-well.ilk.org> Lines: 20 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: Post freebsd-update question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2004 14:23:30 -0000 Ned Harrison writes: > I am newbie running FreeBSD 5.2.1 with a custom kernel. Not any major > modifications, I just commented out a few devices which I do not have > and copied over a few items from the Notes file. I just ran > freebsd-update to pick up security patches. It fetched and installed > without any problems. However, freebsd-update let me know that it did > not update the kernel because it had been modified locally. > > What do I need to do now to update the kernel? Do I need to use csvup > to update the GENERIC and NOTES files, then recompile and reinstall? That wouldn't be enough. You need the updated sources as well to have the appropriately updated kernel. As far as I can see, freebsd-update only provides kernel updates for the generic kernel. To have it update your kernel, you would need to stick to a generic kernel. To update the kernel yourself, you would need to download at least the kernel sources separately (I believe that's the "sys" collection, but I haven't checked).