From owner-freebsd-questions@FreeBSD.ORG Thu Oct 20 11:18:34 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 88C9716A41F for ; Thu, 20 Oct 2005 11:18:34 +0000 (GMT) (envelope-from kilim@phenix.rootshell.be) Received: from phenix.rootshell.be (phenix.rootshell.be [217.22.55.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85E9343D72 for ; Thu, 20 Oct 2005 11:18:33 +0000 (GMT) (envelope-from kilim@phenix.rootshell.be) Received: by phenix.rootshell.be (Postfix, from userid 58045) id AA5FD17943; Thu, 20 Oct 2005 13:18:32 +0200 (CEST) Date: Thu, 20 Oct 2005 13:18:32 +0200 From: kilim To: Erik Norgaard Message-ID: <20051020111831.GB14688@phenix.rootshell.be> References: <20051020104733.GA14688@phenix.rootshell.be> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Cc: freebsd-questions@freebsd.org Subject: Re: Stopping the logging to console from pf ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2005 11:18:34 -0000 Hello Erik, and thanks for the fast reply ! On Thu, Oct 20, 2005 at 12:53:53PM +0200, Erik Norgaard wrote: > On Thu, 20 Oct 2005, kilim wrote: > > >I'd like to stop pf logging to the console. > have you tried to set this in rc.conf? > > pflog_enable="YES" I've set this in /etc/rc.conf at the very beginning. > pflog_logfile="/var/log/pflog" That is the default option in /etc/defaults/rc.conf. But just to be 'crazy' I've now set it in /etc/rc.conf. > then restart pflog Did that, no luck. BTW I'm running 5.4 stable. Anything else I can try ? Thanks !