From owner-freebsd-stable@FreeBSD.ORG Sat Nov 30 03:28:40 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 377D9610 for ; Sat, 30 Nov 2013 03:28:40 +0000 (UTC) Received: from rdsmtp.iglou.com (rdsmtp.iglou.com [192.107.41.63]) by mx1.freebsd.org (Postfix) with ESMTP id E28971451 for ; Sat, 30 Nov 2013 03:28:39 +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=ZDzLg/xdkRdzLZZN2D2OdmASzL3IGjmiMgKR9rrO6co=; b=BQYBZFfiXcWqD6wBd9+naCMxN1nZ/LF+iiExHGDoI6nmgVi7wnspCC9TP4mzD94dZ3H3kJQwOX7dads8JcylxxEJ5DpuWtX+SIYQEIe49vdGjWzQHZmnHvrQcTPL9esH0/vIiz+Lf5PyyWH7+drheKxQvi6ziWXKbjgoXELBuRw=; Received: from iglou3.iglou.com ([192.107.41.6]:37052 helo=mail.iglou.com) by rdsmtp.iglou.com with esmtpa (Exim MTA/8.19.3) (envelope-from ) id 1VmbEU-0001o3-Ob by authid with igloumta_auth for freebsd-stable@freebsd.org; Fri, 29 Nov 2013 22:28:38 -0500 Received: from shell1.iglou.com ([192.107.41.17]:63559 helo=shell1) by mail.iglou.com with esmtps (TLS cipher TLSv1:AES256-SHA:256) (Exim MTA/8.19.3) (envelope-from ) id 1VmbEU-0000n5-9L for freebsd-stable@freebsd.org; Fri, 29 Nov 2013 22:28:38 -0500 Date: Fri, 29 Nov 2013 22:28:34 -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: Sat, 30 Nov 2013 03:28:40 -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/> >> >> It *is* a mismatch! The output of 'uname -i': >> >> GENERIC >> >> I should update again, but am almost certain that KERNCONF= was in my last >> update. >> > > In the existing versions of my 'ZFS mirror root' there is no directory called > BOOTPOOL. I suspect something is not in sync with UPGRADING and the > experimental sysinstall, or whatever it is currently called. > > I did not use the installer menu to make the earlier versions of ZFS on root. > I typed commands. > > Anyhow, I ran svn and now 'make buildworld' is running- revision 258748 > This is driving me insane. I put my kernel into /usr/src/sys/amd64/conf/ and made a backup of it in /root/kernels. The link from /usr/src/sys/amd64/conf was removed before I built the kernel yet again. The firewall still does not load and the output of 'uname -i' is GENERIC. Does anyone have an idea of how I could install my kernel? When I look at the ascii spray it seems like it is actually building my custom kernel. When I install it with 'make installkernel KERNCONF=THIS', reboot and it turns out GENERIC. Darrel