From owner-freebsd-stable@FreeBSD.ORG Fri Nov 29 18:39:55 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2C1D8E8 for ; Fri, 29 Nov 2013 18:39:55 +0000 (UTC) Received: from rdsmtp.iglou.com (rdsmtp.iglou.com [192.107.41.63]) by mx1.freebsd.org (Postfix) with ESMTP id 84E711846 for ; Fri, 29 Nov 2013 18:39:55 +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:Message-ID:Subject:To:From:Date; bh=kxi7DXdrvqIenWjiT1a+LOrZTh9cm48J+M66rwdVDeU=; b=ksNfPWvKOSyCC+5Qn0mmf7YWW62McnL4o7sCLf3yuaQ62J7tjWo9+O3AHb6vIOtA226NY7ZBcfjVATHAe1D6lJLTmGIfb5OdhZbGqNgDj6vqm08cBAC6M46oQaTnP9Bw2Vmm0OiXN4ltswcSWjETGtg7fTm7RTuUo9CITdnvtAY=; Received: from iglou4.iglou.com ([192.107.41.39]:62283 helo=mail.iglou.com) by rdsmtp.iglou.com with esmtpa (Exim MTA/8.19.3) (envelope-from ) id 1VmSyp-00039S-8n by authid with igloumta_auth for freebsd-stable@freebsd.org; Fri, 29 Nov 2013 13:39:55 -0500 Received: from shell1.iglou.com ([192.107.41.17]:62715 helo=shell1) by mail.iglou.com with esmtps (TLS cipher TLSv1:AES256-SHA:256) (Exim MTA/8.19.3) (envelope-from ) id 1VmSyo-00001D-S7 for freebsd-stable@freebsd.org; Fri, 29 Nov 2013 13:39:55 -0500 Date: Fri, 29 Nov 2013 13:39:54 -0500 (EST) From: Darrel X-X-Sender: levitch@shell1 To: freebsd-stable@freebsd.org Subject: kernel "mismatch" on r256420 Message-ID: User-Agent: Alpine 2.00 (GSO 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII 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: Fri, 29 Nov 2013 18:39:55 -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 This is from 'ls -l' of /boot drwxr-xr-x 2 root wheel 1.5K Nov 28 21:55 kernel/ This is from 'ls -l' of /bootpool/boot drwxr-xr-x 2 root wheel 1.5K Nov 28 21:55 kernel/ This is my kernel file: include GENERIC ident theEleven options AUDIT options IPFIREWALL options IPFIREWALL_VERBOSE options IPFIREWALL_VERBOSE_LIMIT=15 options DUMMYNET This is from rc.conf: firewall_enable="YES" firewall_logging="YES" firewall_script="/etc/myScript" firewall_quiet="NO" firewall_logif="YES" firewall_nat_enable="NO" Darrel