From owner-freebsd-questions Wed Oct 10 15: 8:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [171.66.112.163]) by hub.freebsd.org (Postfix) with ESMTP id F2EEB37B407 for ; Wed, 10 Oct 2001 15:08:27 -0700 (PDT) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.9.3/8.9.1) with ESMTP id PAA13071; Wed, 10 Oct 2001 15:01:09 -0700 (PDT) Date: Wed, 10 Oct 2001 15:01:08 -0700 (PDT) From: Annelise Anderson To: Scott Gerhardt Cc: FreeBSD Subject: Re: ftpd logging In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 10 Oct 2001, Scott Gerhardt wrote: > I can't seem to get ftpd to log transfers. > Ftpd works fine for th ftpchroot'd users I have set up but would like to add > logging. > > > Here's what I have done so far: > > 1.) > Added the following line to syslog.conf > ftp.* /var/log/ftpd > Here's what I have in syslog.conf: !ftpd *.* /var/log/ftpd.log > 2.) > Checked that the "-l" switch is on for ftpd in indetd.conf > ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l What you want are two -l's, i.e., ftpd -l -l > 3.) > "touched" /var/log/ftpd > > 4.) > Restarted syslogd and inetd just to be sure changes are read. > kill -HUP 'cat /var/run/syslog.pid' > kill -HUP 'cat /var/run/inetd.pid' > > I did all this and still nothing gets logged to /var/log/ftpd > > Did I miss something? > Annelise -- Annelise Anderson Author of: FreeBSD: An Open-Source Operating System for Your PC Available from: mall.daemonnews.org and amazon.com Book Website: http://www.bittreepress.com/FreeBSD/introbook/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message