From screwloose@infomaniax.homeip.net  Sat Dec 30 23:57:27 2006
Return-Path: <screwloose@infomaniax.homeip.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 36D2F16A403
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 30 Dec 2006 23:57:27 +0000 (UTC)
	(envelope-from screwloose@infomaniax.homeip.net)
Received: from smtp-out2.blueyonder.co.uk (smtp-out2.blueyonder.co.uk [195.188.213.5])
	by mx1.freebsd.org (Postfix) with ESMTP id EE44813C461
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 30 Dec 2006 23:57:26 +0000 (UTC)
	(envelope-from screwloose@infomaniax.homeip.net)
Received: from [172.23.170.142] (helo=anti-virus02-09)
	by smtp-out2.blueyonder.co.uk with smtp (Exim 4.52)
	id 1H044i-0005je-J4
	for FreeBSD-gnats-submit@freebsd.org; Thu, 28 Dec 2006 22:50:12 +0000
Received: from [82.42.233.19] (helo=infomaniax.homeip.net)
	by asmtp-out1.blueyonder.co.uk with smtp (Exim 4.52)
	id 1H044i-00069n-3d
	for FreeBSD-gnats-submit@freebsd.org; Thu, 28 Dec 2006 22:50:12 +0000
Received: (qmail 1620 invoked by uid 1001); 28 Dec 2006 22:50:10 -0000
Message-Id: <20061228225010.1619.qmail@infomaniax.homeip.net>
Date: 28 Dec 2006 22:50:10 -0000
From: ScrewLoose <projectbugspam@gmail.com>
Reply-To: ScrewLoose <projectbugspam@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ScrewLoose <projectbugspam@gmail.com>
Subject: pf fails to start on bootup after system update from FreeBSD 6.1-RELEASE
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         107364
>Category:       conf
>Synopsis:       pf fails to start on bootup after system update from FreeBSD 6.1-RELEASE (regression)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-rc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 31 00:00:41 GMT 2006
>Closed-Date:    Fri Jan 25 13:32:28 UTC 2008
>Last-Modified:  Fri Jan 25 13:32:28 UTC 2008
>Originator:     screwloose
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
none
>Environment:
System: FreeBSD silentsid 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #4: Thu Dec 28 03:17:47 GMT 2006 root@silentsid:/usr/obj/usr/src/sys/SILENTSID i386


The machine is running as a router for my home network, it also provides
services such as file sharing. It runs FreeBSD 6.2-PRERELEASE on standard
i386 hardware.

>Description:
After upgrading from 6.1-RELEASE from sources via cvsup to 6.2-PRERELEASE
I discovered on the next reboot that PF had not been executed. I then
checked the rc.conf man page to verify that my settings in /etc/rc.conf
were still valid and they are. The settings I am using are pf_enable="YES"
and all the other pf options are set to the defaults set out in
/etc/defaults/rc.conf as described in the rc.conf man page. Following that
I checked that I could run the /etc/rc.d/pf script by running it manually,
a further check using "/sbin/pfctl -s" all presented me with all the rules
I would have expected before the system update.

>How-To-Repeat:
I have not tried to re-produce the environment for this error as it is a
running live system and I do not want to cause more issues, by this I mean
by downgrading/upgrading. To rediscover the error all that needs to be done
is to reboot the system and to check for loaded pf rules.

>Fix:

Workarounds are 1. Run PF manually, 2. Add in a line to run it via rc.local
(currently in use).


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-rc 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Jan 1 13:25:36 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107364 

From: Mike Makonnen <mtm@FreeBSD.Org>
To: projectbugspam@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: conf/107364: pf fails to start on bootup after system update fr
	om FreeBSD 6.1-RELEASE (regression)
Date: Thu, 17 May 2007 13:41:36 +0300

 Hello,
 
 Can you provide the following information please?
 1. When you updated did you run mergemaster(8) ?
 2. Add rc_debug=yes in rc.conf, reboot, and mail me the relevant
    output around the invocation of rc.d/pf. I know you said this
    was a production environment but, it will be very difficult
    to figure out what's wrong without this information.
 3. Mail the output of: rcorder -s nostart /etc/rc.d/* /usr/local/etc/rc.d/* /usr/X11R6/etc/rc.d/*
 
 Thanks.
 -- 
 Mike Makonnen         | GPG-KEY: http://people.freebsd.org/~mtm/mtm.asc
 mmakonnen @ gmail.com | AC7B 5672 2D11 F4D0 EBF8  5279 5359 2B82 7CD4 1F55
 mtm @ FreeBSD.Org     | FreeBSD - http://www.freebsd.org

From: Kian Mohageri <kian@restek.wwu.edu>
To: bug-followup@FreeBSD.org,  projectbugspam@gmail.com
Cc:  
Subject: Re: conf/107364: pf fails to start on bootup after system update
 from FreeBSD 6.1-RELEASE (regression)
Date: Thu, 17 May 2007 10:14:46 -0700

 Are you using hostnames or dynamic devices in your ruleset?  It sounds
 from your report that pf was enabled (pfctl -si will tell you) but that
 no rules were loaded.
State-Changed-From-To: open->closed 
State-Changed-By: mtm 
State-Changed-When: Fri Jan 25 13:31:49 UTC 2008 
State-Changed-Why:  
feedback timeout (> 6 months) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107364 
>Unformatted:
