From owner-freebsd-questions@FreeBSD.ORG Tue Sep 28 06:55:44 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 5BE0F16A4CF for ; Tue, 28 Sep 2004 06:55:44 +0000 (GMT) Received: from mail.rtc.ro (mail.rtc.ro [212.93.139.2]) by mx1.FreeBSD.org (Postfix) with SMTP id D79A443D45 for ; Tue, 28 Sep 2004 06:55:40 +0000 (GMT) (envelope-from cristi.tauber@sbhost.ro) Received: (qmail 17816 invoked from network); 28 Sep 2004 09:41:42 +0300 Received: from unknown (HELO sbhost.ro) (212.93.139.11) by mail.rtc.ro with SMTP; 28 Sep 2004 09:41:42 +0300 Message-ID: <415918AA.C4433D9D@sbhost.ro> Date: Tue, 28 Sep 2004 09:54:18 +0200 From: Cristi Tauber X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Question Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: pf for FreeBSD 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, 28 Sep 2004 06:55:44 -0000 hello folks, i want to install the packet filter for FreeBSD so i recompile the kernel with the options : device bpf options PFIL_HOOKS options RANDOM_IP_ID and installed pf from ports ( i did a cvsup before installing to get the latest ports). Now my dilemma is ... in pf start script ... i have to enter a prefix ... but what prefix, 'cause after installing and rebooting .... the modules that I want to load are still in source directory . I installed pf with make WITH_ALTQ=yes make install after a deinstall I can't install it anymore, the install crashes with the error that is allready installed !! What can I do ??/ Cristi