From owner-freebsd-current@freebsd.org Wed Mar 29 23:08:02 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE1CCD23EEB for ; Wed, 29 Mar 2017 23:08:02 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE686336; Wed, 29 Mar 2017 23:08:02 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id v2TN8h96092653; Wed, 29 Mar 2017 16:08:49 -0700 (PDT) (envelope-from bsd-lists@bsdforge.com) To: Alan Somers Cc: FreeBSD CURRENT In-Reply-To: References: <3248c64096dae788afc7fde72082b1d1@ultimatedns.net>, From: "Chris H" Subject: Re: Was pf(4) removed from periodic daily? Date: Wed, 29 Mar 2017 16:08:49 -0700 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: <71a58561e31713c4d849fc5c65b5f31d@ultimatedns.net> Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Mar 2017 23:08:03 -0000 On Wed, 29 Mar 2017 16:50:41 -0600 Alan Somers wrote > On Wed, Mar 29, 2017 at 4:40 PM, Chris H wrote: > > I've depended upon pf for many years, but somewhere between > > updating my servers from 9 to 11, and 12. I seem to have > > lost getting the daily statistics from pf. > > > > Does anyone know what changed, and what I need to do to > > get those reports back? > > > > Thanks! > > > > --Chris > > This change made the report less verbose. That's the only relevant > change I can see. > https://svnweb.freebsd.org/base?view=revision&revision=290405 > > As always, the way to enable the reports is to set > security_status_pfdenied_enable=YES in periodic.conf (YES is the > default) and set the daily_output variable to an email address you > check. Thanks, Alan! I'll set it, and anxiously await my pf(4) report! :-) --Chris > > -Alan