From owner-freebsd-pf@FreeBSD.ORG Sat Aug 15 19:02:08 2009 Return-Path: Delivered-To: pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11EA31065672 for ; Sat, 15 Aug 2009 19:02:08 +0000 (UTC) (envelope-from tom@uffner.com) Received: from eris.uffner.com (uffner.com [66.208.243.25]) by mx1.freebsd.org (Postfix) with ESMTP id AF1228FC3F for ; Sat, 15 Aug 2009 19:02:07 +0000 (UTC) Received: from xiombarg.uffner.com (static-71-162-143-94.phlapa.fios.verizon.net [71.162.143.94]) (authenticated bits=0) by eris.uffner.com (8.14.3/8.14.3) with ESMTP id n7FJ4Ds0031187 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Sat, 15 Aug 2009 15:04:14 -0400 (EDT) (envelope-from tom@uffner.com) Message-ID: <4A87062B.1020706@uffner.com> Date: Sat, 15 Aug 2009 15:02:03 -0400 From: Tom Uffner User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.22) Gecko/20090721 SeaMonkey/1.1.17 MIME-Version: 1.0 To: pf@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: freebsd-8-beta2 and pf X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Aug 2009 19:02:08 -0000 z0ran wrote: > now, why is it pf.ko not available, any idea please, thanks in advance! did you build your kernel & pf modules at the same time? if not, try checking out the kernel sources for some consistent date and doing a "make buildkernel", complete with all the modules. that sort of error occurs in current if your modules are out of sync with your kernel after a version bump.