From owner-freebsd-questions@FreeBSD.ORG Thu Jun 9 21:54:10 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 96C5E16A41C for ; Thu, 9 Jun 2005 21:54:10 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C74743D1D for ; Thu, 9 Jun 2005 21:54:09 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j59Ls8Qj062637; Thu, 9 Jun 2005 16:54:08 -0500 (CDT) (envelope-from dan) Date: Thu, 9 Jun 2005 16:54:08 -0500 From: Dan Nelson To: "Dixit, Viraj" Message-ID: <20050609215408.GE2836@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.9i Cc: freebsd-questions@freebsd.org Subject: Re: FTP Log 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, 09 Jun 2005 21:54:10 -0000 In the last episode (Jun 09), Dixit, Viraj said: > Hi Dan, > > Can you shed light on why my FTP daemon not writing FTP logins in my > ftplog file. I have my FTP account enabled in my syslog.conf file and > syslogd is running. > > 54148 ?? Ss 0:16.13 /usr/libexec/ftpd -D I think you need -l here. "-l -l" will give you file transfer logs as well. -l Each successful and failed ftp(1) session is logged using syslog with a facility of LOG_FTP. The authentication events in some cases are logged with a facility of LOG_AUTH or LOG_AUTHPRIV. -- Dan Nelson dnelson@allantgroup.com