From owner-freebsd-questions@FreeBSD.ORG Thu Oct 20 11:57:15 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 D94B416A41F for ; Thu, 20 Oct 2005 11:57:15 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BB7743D62 for ; Thu, 20 Oct 2005 11:57:15 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so65838nzo for ; Thu, 20 Oct 2005 04:57:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NZvf+l3UBU/McDk1uTicbPH/Y4P//CEiBBiIqa8s0QasnTedjIVILgCPog0cnBIGFUgWub5u1yewrT9EdknKH7cwmlaAmoGlz2JPln+pLEGYRjezIFl5/qwvUXbsGmB4ZaTiHi0/pR/TU7fYQZ86sEE1byAY2k8dG8Y5Q4E6oRM= Received: by 10.36.77.16 with SMTP id z16mr1613033nza; Thu, 20 Oct 2005 04:57:14 -0700 (PDT) Received: by 10.37.20.34 with HTTP; Thu, 20 Oct 2005 04:57:14 -0700 (PDT) Message-ID: Date: Thu, 20 Oct 2005 15:57:14 +0400 From: "Andrew P." To: kilim In-Reply-To: <20051020111831.GB14688@phenix.rootshell.be> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051020104733.GA14688@phenix.rootshell.be> <20051020111831.GB14688@phenix.rootshell.be> 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:57:16 -0000 On 10/20/05, kilim wrote: > > 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=3D"YES" > > I've set this in /etc/rc.conf at the very beginning. > > > pflog_logfile=3D"/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 ! > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > Could you try stopping syslogd for a while - just to see if the messages are coming through it. "/etc/rc.d/syslogd stop"