From owner-freebsd-pf@FreeBSD.ORG Sat Aug 15 23:58:29 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 0854A106568B for ; Sat, 15 Aug 2009 23:58:29 +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 BCA9C8FC43 for ; Sat, 15 Aug 2009 23:58:27 +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 n7G00ThV051949 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Sat, 15 Aug 2009 20:00:35 -0400 (EDT) (envelope-from tom@uffner.com) Message-ID: <4A874B9B.9080807@uffner.com> Date: Sat, 15 Aug 2009 19:58:19 -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: z0ran References: <4A87056D.2090106@uffner.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: pf@freebsd.org 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 23:58:29 -0000 z0ran wrote: > i tried to rebuild my kernel with and without pf modules, i also rebuild > it without "make options DEBUG=-g" and without "# Debugging for use in > -current options KDB options GDB options DDB options INVARIANTS" (that > was sugestion from freebsd forum) and no matter what i do it always > loads GENERIC kernel..so far, no idea why..anyway, thanks on so fast > respond. since 8.0 has reached beta status, i guess you are "allowed" to run it w/o being an expert and following the current & commits mailing lists, etc. but I would strongly suggest that you read /usr/src/UPDATING, and review the sections of the handbook on updating your system and building kernels. chances are you will figure out on your own what you are doing wrong, or what is broken. i can guarantee that it does work (at least on i386) because my system is FreeBSD xiombarg.uffner.com 8.0-BETA2 FreeBSD 8.0-BETA2 #0: Mon Aug 3 04:25:34 EDT 2009 tom@xiombarg.uffner.com:/usr/obj/usr/src/sys/XIOMBARG i386 and pf works fine either as a module or compiled in the kernel tomm