From owner-freebsd-questions@FreeBSD.ORG Tue Feb 24 14:05:53 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 979E016A4CE for ; Tue, 24 Feb 2004 14:05:53 -0800 (PST) Received: from smtp.thilelli.net (jgabel.net1.nerim.net [80.65.226.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4300743D1F for ; Tue, 24 Feb 2004 14:05:53 -0800 (PST) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 1ADDF241F7 for ; Tue, 24 Feb 2004 23:05:52 +0100 (CET) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 01383-03 for ; Tue, 24 Feb 2004 23:05:50 +0100 (CET) Received: from webmail.thilelli.net (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with SMTP id BCED8241EA for ; Tue, 24 Feb 2004 23:05:50 +0100 (CET) Received: from 192.168.0.97 (SquirrelMail authenticated user jgabel) by webmail.thilelli.net with HTTP; Tue, 24 Feb 2004 23:05:50 +0100 (CET) Message-ID: <53826.192.168.0.97.1077660350.squirrel@webmail.thilelli.net> In-Reply-To: <20040224220221.25A7E2B4D6F@mail.evilcoder.org> References: <20040224220045.708031A@mail.elvandar.org> <20040224220221.25A7E2B4D6F@mail.evilcoder.org> Date: Tue, 24 Feb 2004 23:05:50 +0100 (CET) From: "Julien Gabel" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Virus-Scanned: by amavisd-new at thilelli.net Subject: RE: help for a poor windoze luser? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2004 22:05:53 -0000 > Dude :) > add > options PFIL_HOOKS > to your kernel config, See src/UPDATING, entry 20030925: Configuring a system to use IPFILTER now requires that PFIL_HOOKS also be explicitly configured. Previously this dependency was magically handled through some cruft in net/pfil.h; but that has been removed. Building a kernel with IPFILTER but not PFIL_HOOKS will fail with obtuse errors in ip_fil.c. -- -jg.