From owner-freebsd-questions@FreeBSD.ORG Tue Jun 12 20:54:55 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B651A1065673 for ; Tue, 12 Jun 2012 20:54:55 +0000 (UTC) (envelope-from ryanrfrederick@gmail.com) Received: from mail-gg0-f182.google.com (mail-gg0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6B9248FC16 for ; Tue, 12 Jun 2012 20:54:55 +0000 (UTC) Received: by ggnm2 with SMTP id m2so4394116ggn.13 for ; Tue, 12 Jun 2012 13:54:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=vKG+1kHcQ+OqKiQfPgNi6Z001ntAuCn3q9PYwsCbzlk=; b=JhXu/Flkbn/Rrtmr11jHfuvStwEd7RkSoh//wGC6lgtqmfsytX+kxfZeWyIoskiQ2p Mz3MEtUYlPZFEqgoRwK3qI0rnmrquQCAkwgh38IVN+zixMRLsxQJSe7TOtR4lfds/ztL eMu2nv5bOeg0lGhpn2BHsXFy4ooTt3fc8OYMYIdRGudgu+Qr89pi4lK0p2dw9gL2BQpJ zG1Gba35n/vRYuBWto3vB9nX7vMzhEACA1efCX4oIXDwyKpv8D2ZuPEA8Z8ldQdlA0RC GbjA3y5Wbt5EHCaeIZy+MBxlcavYogzz0DCaSUGJqIhGbBMYedVMPgLZh4VywKL7CL4x uqQQ== Received: by 10.100.231.2 with SMTP id d2mr9030679anh.41.1339534494722; Tue, 12 Jun 2012 13:54:54 -0700 (PDT) Received: from 10-9a-dd-b1-e1-b9.wstaff-ben.osu (wstaff-ben-dip13.nat.okstate.edu. [139.78.254.45]) by mx.google.com with ESMTPS id a64sm1585647yhe.11.2012.06.12.13.54.53 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 12 Jun 2012 13:54:54 -0700 (PDT) Message-ID: <4FD7AC9A.608@gmail.com> Date: Tue, 12 Jun 2012 15:54:50 -0500 From: Ryan Frederick User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: FreeBSD Questions References: <4FD798B7.9000003@gmail.com> In-Reply-To: <4FD798B7.9000003@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: freebsd-update Not Recognizing Updated Custom Kernel for 9.0-RELEASE-p3 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: Tue, 12 Jun 2012 20:54:55 -0000 I realized I made a couple of wording/clarification errors in my original message. First just about all of these kernels are not custom but simply locally compiled with no custom modifications. Second the locally compiled kernels are all named GENERIC (no custom name). Ryan On 6/12/12 2:29 PM, Ryan Frederick wrote: > I have several FreeBSD 9 systems with custom compiled kernels. After > using freebsd-update to go from 9.0-RELEASE-p2 to 9.0-RELEASE-p3 this > morning I rebuilt the kernels. However after recompiling, installing, > and rebooting with the custom kernels subsequent update checks using > freebsd-update cron or freebsd-update fetch indicate that > /boot/kernel/kernel (and only /boot/kernel/kernel) needs to be updated > despite the custom kernel indicating 9.0-RELEASE-p3 in the output of > uname -a. > > Ryan