From owner-freebsd-stable@FreeBSD.ORG Mon Dec 2 05:25:09 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 56929522 for ; Mon, 2 Dec 2013 05:25:09 +0000 (UTC) Received: from rdsmtp.iglou.com (rdsmtp.iglou.com [192.107.41.63]) by mx1.freebsd.org (Postfix) with ESMTP id 14C691198 for ; Mon, 2 Dec 2013 05:25:08 +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:To:From:Date; bh=TETuFyA+B2WOIzWyabgkgHbx7h4bgDiW8V/eSKzxN7c=; b=N/PxmpWnM+Er7xbuHSdmdCfAucq4G8woYL6ZxOMdTRGC39Y6E6+axys0MBwGsdrXMVc5rkPgrGL8WFshzLycqMq3oAGSdLb9/1/j+NTEy5Fy2X1oYjA+FjkAH/zlmmqvF75PLdcTzcCwHZ5bzri2faBJW3YJ0/4PTbq84h6B1RI=; Received: from iglou2.iglou.com ([192.107.41.8]:38417 helo=mail.iglou.com) by rdsmtp.iglou.com with esmtpa (Exim MTA/8.19.3) (envelope-from ) id 1VnM0D-00045C-S1 by authid with igloumta_auth for freebsd-stable@freebsd.org; Mon, 02 Dec 2013 00:25:01 -0500 Received: from shell1.iglou.com ([192.107.41.17]:36877 helo=shell1) by mail.iglou.com with esmtps (TLS cipher TLSv1:AES256-SHA:256) (Exim MTA/8.19.3) (envelope-from ) id 1VnM0D-0002A0-DW for freebsd-stable@freebsd.org; Mon, 02 Dec 2013 00:25:01 -0500 Date: Mon, 2 Dec 2013 00:25:01 -0500 (EST) From: Darrel X-X-Sender: levitch@shell1 To: freebsd-stable@freebsd.org Subject: Re: kernel "mismatch" on r256420 In-Reply-To: Message-ID: References: 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 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Dec 2013 05:25:09 -0000 >>>> I installed FreeBSD 10 from a BETA cd-rom. I chose 'experimental ZFS on >>>> root - mirror'. The FreeBSD firewall will not load. Any suggestions? >>>> >>>> This is from 'dmesg': >>>> >>>> KLD ipfw.ko: depends on kernel - not available or version mismatch >>>> linker_load_file: Unsupported file type >>>> 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/ Darrel