From owner-freebsd-stable@FreeBSD.ORG Sat May 6 23:59:57 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3035716A401 for ; Sat, 6 May 2006 23:59:57 +0000 (UTC) (envelope-from ianchov@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D5CC43D45 for ; Sat, 6 May 2006 23:59:56 +0000 (GMT) (envelope-from ianchov@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so1270236ugc for ; Sat, 06 May 2006 16:59:55 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=KDVzOO5P7t+nwy1Iig0tX9fk7UP8TnPKPD2b22zYH2KBoW+8mtLBiThR9fz8sAU+t2MBYhQDuhJaqZTm8I+4qTWxmPLel6jCW1BER10fWQ4DmfwUTrHqCJ8+7X9TmAS0xTCn6xfKuzzaG6tDyYFSW5jXPXSrV9pHICzuX4fXrrM= Received: by 10.78.33.17 with SMTP id g17mr384504hug; Sat, 06 May 2006 16:59:55 -0700 (PDT) Received: by 10.78.16.16 with HTTP; Sat, 6 May 2006 16:59:55 -0700 (PDT) Message-ID: <18e02bd30605061659m4244e961wd4a334f5825fae3d@mail.gmail.com> Date: Sun, 7 May 2006 02:59:55 +0300 From: "Iantcho Vassilev" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: pf not loading the rules at boot X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 May 2006 23:59:57 -0000 Hello to all, I noticed such a problem: I have a 6.1 RC2 and i have in rc.conf pf_enable=3D"YES" pflogd_enable=3D"YES" but when the system boots i test with: pfctl -vs rules and there are not rules loaded.if i load them by hand there is no problem.. then i made: rc_debug=3D"YES" and the first thing that i saw was: when pf_enable is after pflogd_enable ; it is not printed(checked).. then i changed the place of pf and pflogd in the rc.conf and i saw some output in the /var/log/messages.. but still the ruleset wasn`t loaded.. i put pf_load=3D"YES" >> /boot/loader.conf and still the ruleset is NOT loaded on boot... Do you have something like this?