From owner-freebsd-questions@FreeBSD.ORG Thu Oct 20 13:03:25 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 0CEC716A41F for ; Thu, 20 Oct 2005 13:03:25 +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 A636843D62 for ; Thu, 20 Oct 2005 13:03:24 +0000 (GMT) (envelope-from kilim@phenix.rootshell.be) Received: by phenix.rootshell.be (Postfix, from userid 58045) id 694F31797D; Thu, 20 Oct 2005 15:03:23 +0200 (CEST) Date: Thu, 20 Oct 2005 15:03:22 +0200 From: kilim To: Glenn Dawson Message-ID: <20051020130322.GB28186@phenix.rootshell.be> References: <20051020104733.GA14688@phenix.rootshell.be> <20051020111831.GB14688@phenix.rootshell.be> <6.2.3.4.2.20051020043236.07ca6020@cobalt.antimatter.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.2.3.4.2.20051020043236.07ca6020@cobalt.antimatter.net> 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 13:03:25 -0000 On Thu, Oct 20, 2005 at 05:08:22AM -0700, Glenn Dawson wrote: > You could set kern.consmute=1 using sysctl and see if that does the > trick. Keep in mind that will also silence quite a few other > things. Although my original problem was solved (see my reply to Andrew P. in the thread), thanks didn't know about this option. Had a look at conscontrol(8), very interesting.