From owner-freebsd-hackers Wed Dec 13 15:58:23 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA07681 for hackers-outgoing; Wed, 13 Dec 1995 15:58:23 -0800 (PST) Received: from clem.systemsix.com (clem.systemsix.com [198.99.86.131]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA07661 for ; Wed, 13 Dec 1995 15:58:12 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by clem.systemsix.com (8.6.8/8.6.6) with SMTP id QAA17049 for ; Wed, 13 Dec 1995 16:57:56 -0700 Message-Id: <199512132357.QAA17049@clem.systemsix.com> X-Authentication-Warning: clem.systemsix.com: Host localhost didn't use HELO protocol X-Mailer: exmh version 1.6.2 7/18/95 From: Steve Passe To: hackers@freebsd.org Subject: sysinstall & ftpd Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 13 Dec 1995 16:57:54 -0700 Sender: owner-hackers@freebsd.org Precedence: bulk Hi, I could easily be confused here, so I excuse me if I'm showing my ignorance... When I installed 2.1.0-RELEASE I had sysintall setup an anonymous ftp site for me. It created the dirs, etc., and a line in /etc/inetd.conf: ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l I expected this to cause logging somewhere in /var/log/* but could find no traces of any ftp activity. Examining /etc/syslog.conf I couldn't find anything to cause ftp logging so I added: !ftpd *.* /var/log/ftpd to /etc/syslog.conf and did 'kill -HUP and ftp logging started to work. question #1: is it a 'bug' for inetd.conf to attempt to do ftpd logging while syslogd.conf doesn't seem to co-operate? stated another way, should sysinstall also modify syslogd.conf? question #2: did I do the right mod to syslogd.conf to start ftpd logging? -- Steve Passe | powered by smp@csn.net | FreeBSD