From owner-freebsd-questions@FreeBSD.ORG Fri Jul 23 07:47:39 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C39B41065676 for ; Fri, 23 Jul 2010 07:47:39 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (tunnel490.ipv6.xs4all.nl [IPv6:2001:888:10:1ea::2]) by mx1.freebsd.org (Postfix) with ESMTP id 48D428FC16 for ; Fri, 23 Jul 2010 07:47:39 +0000 (UTC) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.14.3/8.14.3) with ESMTP id o6N7lRGo015125; Fri, 23 Jul 2010 09:47:27 +0200 (CEST) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.14.3/8.14.3/Submit) id o6N7lPtN015124; Fri, 23 Jul 2010 09:47:25 +0200 (CEST) (envelope-from mail25@bzerk.org) Date: Fri, 23 Jul 2010 09:47:25 +0200 From: Ruben de Groot To: "Alexandre L." Message-ID: <20100723074725.GB14985@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , "Alexandre L." , freebsd-questions@freebsd.org, zaxis References: <29244514.post@talk.nabble.com> <133281.54908.qm@web24819.mail.ird.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <133281.54908.qm@web24819.mail.ird.yahoo.com> User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on ei.bzerk.org X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0.1 (ei.bzerk.org [127.0.0.1]); Fri, 23 Jul 2010 09:47:30 +0200 (CEST) Cc: freebsd-questions@freebsd.org, zaxis Subject: Re: Re : can i just upgrade the 8.1 kernel ? 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: Fri, 23 Jul 2010 07:47:39 -0000 On Fri, Jul 23, 2010 at 07:37:59AM +0000, Alexandre L. typed: > I think you have not understood the handbook. > You MUST rebuild both base system and kernel to correctly upgrade your FreeBSD box to 8.1-RELEASE. > If you let your system in 8.0-RELEASE and compile a kernel with 8.1 sources, you will have problem. s/will have/might have/ Usually, on the same branch, a newer kernel will just work. That's the purpose of ABI compatibility. Ruben