From owner-freebsd-questions Wed Oct 10 13:38: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from indigo.quadrant.net (indigo.quadrant.net [207.195.92.9]) by hub.freebsd.org (Postfix) with ESMTP id C7A9037B403 for ; Wed, 10 Oct 2001 13:38:03 -0700 (PDT) Received: from git2000 (h24-71-180-125.ss.shawcable.net [24.71.180.125]) by indigo.quadrant.net (8.9.1/8.9.1) with SMTP id OAA09265 for ; Wed, 10 Oct 2001 14:38:01 -0600 (CST) From: "Scott Gerhardt" To: "FreeBSD" Subject: ftpd logging Date: Wed, 10 Oct 2001 14:48:24 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal 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 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 2.) Checked that the "-l" switch is on for ftpd in indetd.conf ftp stream tcp nowait root /usr/libexec/ftpd ftpd -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? _________________________________ Scott Gerhardt, P.Geo. Gerhardt Information Technologies _________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message