From owner-freebsd-pf@FreeBSD.ORG Thu Sep 16 03:51:22 2004 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 674) id 4B9EE16A4CF; Thu, 16 Sep 2004 03:51:22 +0000 (GMT) Delivered-To: mlaier@vampire.homelinux.org Received: (qmail 80507 invoked by uid 1005); 26 Sep 2003 20:03:20 -0000 Delivered-To: max@vampire.homelinux.org Received: (qmail 80504 invoked from network); 26 Sep 2003 20:03:20 -0000 Received: from moutng.kundenserver.de (212.227.126.185) by pd9e39736.dip.t-dialin.net with SMTP; 26 Sep 2003 20:03:20 -0000 Received: from [212.227.126.164] (helo=mxng11.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1A2zhg-0006xU-00 for max@vampire.homelinux.org; Fri, 26 Sep 2003 23:00:40 +0200 Received: from [206.53.239.180] (helo=turing.freelists.org) by mxng11.kundenserver.de with esmtp (Exim 3.35 #1) id 1A2zhe-0005ND-00 for max@love2party.net; Fri, 26 Sep 2003 23:00:38 +0200 Received: from turing (localhost [127.0.0.1])ESMTP id 3E1243955B1 for ; Fri, 26 Sep 2003 15:55:20 -0500 (EST) Received: with ECARTIS (v1.0.0; list pf4freebsd); Fri, 26 Sep 2003 15:55:12 -0500 (EST) X-Original-To: pf4freebsd@freelists.org Delivered-To: pf4freebsd@freelists.org Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171])ESMTP id 9FBE239520A for ; Fri, 26 Sep 2003 15:55:10 -0500 (EST) Received: from [212.227.126.162] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1A2zft-0007Hf-00; Fri, 26 Sep 2003 22:58:49 +0200 Received: from [217.227.151.54] (helo=maxlap) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1A2zft-0006Xi-00; Fri, 26 Sep 2003 22:58:49 +0200 From: Max Laier X-Mailer: The Bat! (v2.00.6) Business X-Priority: 3 (Normal) Message-ID: <18622538588.20030926225924@love2party.net> To: Mo In-Reply-To: <3F74A2CA.6070204@qubix.ca> References: <1978948427.20030926150624@love2party.net> <3F74A2CA.6070204@qubix.ca> MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-archive-position: 156 X-ecartis-version: Ecartis v1.0.0 Sender: pf4freebsd-bounce@freelists.org Errors-To: pf4freebsd-bounce@freelists.org X-original-sender: max@love2party.net Precedence: normal X-list: pf4freebsd Content-Transfer-Encoding: quoted-printable X-UID: 271 X-Length: 3647 X-Mailman-Approved-At: Thu, 16 Sep 2004 03:55:52 +0000 cc: pf4freebsd@freelists.org Subject: [pf4freebsd] Re: Version 1.65 X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.1 Reply-To: pf4freebsd@freelists.org List-Id: Technical discussion and general questions about packet filter (pf) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Thu, 16 Sep 2004 03:51:22 -0000 X-Original-Date: Fri, 26 Sep 2003 22:59:24 +0200 X-List-Received-Date: Thu, 16 Sep 2004 03:51:22 -0000 Hello Mo, Friday, September 26, 2003, 10:34:18 PM, you wrote: M> I just downloaded and compiled 1.65, but I keep getting these errors=20 M> when trying to run it: M> kldload: can't load /boot/kernel/pf.ko: No such file or directory M> pf.ko does exist in /boot/kernel/, I'm not sure why it doesn't work. M> Please lemme know if you why it's acting like that. Usually you should see additional informations on your console. dmesg(8) helps when you don't have access to the console. The message does hint to a unresolved dependency. Do you have PFIL_HOOKS and RANDOM_IP_ID in your kernel? If you don't want RANDOM_IP_ID or just not want to recompile the kernel right now. You can use $make WITH_RANDOM_ID=3Dyes to link the needed symbols to the module instead. What version of FreeBSD are you using? -current? In that case, when did you last cvsup your sources? If it worked with a previous version, I think it's due to RANDOM_IP_ID and you just forgot to use WITH_RANDOM_ID=3Dyes this time. --=20 Best regards, Max mailto:max@love2party.net