From owner-freebsd-questions@FreeBSD.ORG Thu Jul 23 20:23:47 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EBCF1065696 for ; Thu, 23 Jul 2009 20:23:47 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from thenetnow.com (constellation.thenetnow.com [207.112.4.14]) by mx1.freebsd.org (Postfix) with ESMTP id CF2448FC2A for ; Thu, 23 Jul 2009 20:23:46 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from hpeel.ody.ca ([216.240.12.2] helo=GRANT) by constellation.thenetnow.com with esmtpa (Exim 4.63 (FreeBSD)) (envelope-from ) id 1MU4pN-0007v6-Ax; Thu, 23 Jul 2009 16:23:45 -0400 Message-ID: <904EB2043CF24029A2FD21BFAF282588@GRANT> From: "Grant Peel" To: "Ruben de Groot" References: <414BD51F8C614A24B1B8ED6AE1223E46@GRANTLAPTOP> <20090723075642.GA22609@ei.bzerk.org> Date: Thu, 23 Jul 2009 16:23:38 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Cc: freebsd-questions@freebsd.org Subject: Re: Bruteblock 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, 23 Jul 2009 20:23:54 -0000 Ruben, >From the docs for proftpd: "By default, proftpd will log via syslog(3), using the daemon facility (auth for some logging), at various levels: err, notice, warn, info, and debug (debugging is done at this syslog level). The location of the server's log files in this case is determined by your /etc/syslog.conf configuration. " "If the site administrator wants to have proftpd log its messages to a file rather than going through syslogd, the SystemLog configuration directive is the one to use. There is only one such file kept for the entire daemon. See the ServerLog directive for keeping a similar log on a per-vhost basis. " The docs go on to say that if the system admin opts to use the SystemLog directive, the default (syslog, auth and authprive) will automaticly be disabled. Logging to syslog is the default. CHeers, -Grant ----- Original Message ----- From: "Ruben de Groot" To: "Grant Peel" Cc: Sent: Thursday, July 23, 2009 3:56 AM Subject: Re: Bruteblock > On Wed, Jul 22, 2009 at 10:06:35PM -0400, Grant Peel typed: >> Hi all, >> >> I am trying to get Bruteblock working on FreeBSD 6.2 and hav e run into a >> snag. >> >> It appears that Proftpd is not sending log detail to the auth or authpriv >> facility. >> >> I have a simple Proftpd setup, with the SysLog directive completely >> removed, and according to the man, it is supposed to be sending to >> authpriv. > > Do I get this straight? > You have the syslog directive removed and still expect it to use syslog? > One of us needs coffee ;) > >> Also, I have the bruteblock syslog.conf setup as per the manual as well. >> >> Proftpd and Bruteblock were both setup from ports. >> >> Has anyone ran into a similar issue? If so, how did you get around it? >> >> -Grant >> >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > >