From owner-freebsd-stable@FreeBSD.ORG Tue Dec 10 11:20:49 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 62D95B09; Tue, 10 Dec 2013 11:20:49 +0000 (UTC) Received: from rdsmtp.iglou.com (rdsmtp.iglou.com [192.107.41.63]) by mx1.freebsd.org (Postfix) with ESMTP id 20DE2110F; Tue, 10 Dec 2013 11:20:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=iglou.com; s=alpha; h=Content-Type:MIME-Version:References:Message-ID:In-Reply-To:Subject:cc:To:From:Date; bh=t3kPdPAWmdv/osrZ+aGqzQKPTD9EW3HkBPGu2RL1iMs=; b=VQwjxBpD8h9Npy0EwUWJ4Rm+sUQGOHRqfPxBVqnvKUhw4yF6THhehtwqT+7MJHyL8PtgqfoMfFFE/+fyV5LpVYivkTwXuz/YOpVZZkPa2g7EZEfQIhHfzfOaPKDOn5Jeq2hdjjY7QmqaEj0uK8yr29Xzgoxiw6wJMW5+x2MMz0c=; Received: from iglou4.iglou.com ([192.107.41.39]:35237 helo=mail.iglou.com) by rdsmtp.iglou.com with esmtpa (Exim MTA/8.19.3) (envelope-from ) id 1VqL3N-0003TX-2m by authid with igloumta_auth; Tue, 10 Dec 2013 06:00:37 -0500 Received: from shell1.iglou.com ([192.107.41.17]:52999 helo=shell1) by mail.iglou.com with esmtps (TLS cipher TLSv1:AES256-SHA:256) (Exim MTA/8.19.3) (envelope-from ) id 1VqL3M-0006vP-LK; Tue, 10 Dec 2013 06:00:36 -0500 Date: Tue, 10 Dec 2013 06:00:36 -0500 (EST) From: Darrel X-X-Sender: levitch@shell1 To: Glen Barber Subject: Re: kernel "mismatch" on r256420 In-Reply-To: <20131202225944.GI85910@glenbarber.us> Message-ID: References: <20131202225944.GI85910@glenbarber.us> User-Agent: Alpine 2.00 (GSO 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Originating-IP: 192.107.41.17 X-IgLou-Customer: 3cb6f76205bd20f518810676a67a982b Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Dec 2013 11:20:49 -0000 On Mon, 2 Dec 2013, Glen Barber wrote: > On Mon, Dec 02, 2013 at 05:44:47PM -0500, Darrel wrote: >>> I have no idea where the old kernel could be coming from. I can not find >>> it on the system: >>> >>> (153) @ 0:20:34> uname -ir >>> 10.0-BETA1 GENERIC >>> (154) @ 0:20:37> pwd >>> /boot >>> (155) @ 0:20:46> ll | grep kern >>> drwxr-xr-x 2 root wheel 1.5K Dec 1 23:40 kernel/ >>> drwxr-xr-x 2 root wheel 1.5K Dec 1 13:52 kernel.old/ >>> >> > > Please try -BETA4 and report back. There was a known issue with -BETA1 > where CTF pollution was happening by taking the raw output of 'uname > -srp' of the build host environment (instead of the build chroot). > As you know already, -BETA4 did not install. RC1 seems to be alright other than ZFS GELI. Thank you, Darrel