From owner-freebsd-current@FreeBSD.ORG Sat May 16 12:18:44 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84C7B106564A for ; Sat, 16 May 2009 12:18:44 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 0E02C8FC08 for ; Sat, 16 May 2009 12:18:43 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by bwz9 with SMTP id 9so2344290bwz.43 for ; Sat, 16 May 2009 05:18:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=rskEFrNl0SXwp10uGqD6ZNqFVLTDU9yw2p2AJaDhKfE=; b=UdZRdZ3JovpibrHgzoAnjec3JQcQbyyEry9CcrRPp4LlnMi1Q+E0M9qOcouGckh3Mw T0hmq3djpOG4J9zsCOfFuBDJeUCp/6IGT9r801oFYTkAY52Oo0CwMt2OBOI8j4A735vU aCjCXVX2NtkbmBTAk5+6jUUI3/bkI3otiTgl0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=sU6FtnNWFh4fux7L1KWo9V7cCbjCb7whBFq/fu3h/rt0hzKJz0v1HboYmDie4Z0VMR Q9M0A15oVMfs8ib/ZsB2vc7z9dSIYOiQjHnhAxln9VT/N5xx1sgsfy1MHxOL897fuB+J cxTiT0x7o/4gL5Kc138GqJzQ9Zaujs6hGBTWg= MIME-Version: 1.0 Received: by 10.204.117.17 with SMTP id o17mr4374823bkq.145.1242476320810; Sat, 16 May 2009 05:18:40 -0700 (PDT) In-Reply-To: <608744.62543.qm@web63905.mail.re1.yahoo.com> References: <608744.62543.qm@web63905.mail.re1.yahoo.com> Date: Sat, 16 May 2009 14:18:40 +0200 Message-ID: <3a142e750905160518r173f421bw709ec54d5910c240@mail.gmail.com> From: "Paul B. Mahol" To: Barney Cordoba Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: Can't boot new kernel build X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2009 12:18:44 -0000 On 5/16/09, Barney Cordoba wrote: > I've built a new kernel and done a make install, and the system keeps # make installkernel KERNCONF=the_kernel KODIR=/boot/here_is_the_kernel > booting an old kernel. It "says" its booting /boot/kernel/kernel, but its > clearly not. No matter what I do, including deleting the old directory with > the old kernel, it boots the old kernel. Clearly its cached somewhere, but I > have no idea what's going on. What can cause this problem? > Barney -- Paul