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
On Fri, 29 Nov 2013, Darrel wrote:> 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. Darrel