From owner-freebsd-questions Sat Sep 2 4:54:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from draenor.org (draenor.org [196.36.119.129]) by hub.freebsd.org (Postfix) with ESMTP id F116B37B43C for ; Sat, 2 Sep 2000 04:54:49 -0700 (PDT) Received: from marcs by draenor.org with local (Exim 3.16 #1) id 13VBs1-000JsT-00; Sat, 02 Sep 2000 13:54:01 +0200 Date: Sat, 2 Sep 2000 13:54:01 +0200 From: Marc Silver To: BWS - Offwhite Cc: freebsd-questions@freebsd.org Subject: Re: logging ftp transfers Message-ID: <20000902135401.K48173@draenor.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from brennan@offwhite.net on Fri, Sep 01, 2000 at 04:49:51PM -0500 X-Operating-System: FreeBSD 4.1-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, Some things to look out for: Once you've added your entries to /etc/syslog.conf you need to do the following: o '/usr/bin/touch LOGFILENAME' - for example if your log that you specified in /etc/syslog.conf was ftpd.log you would 'touch /var/log/ftpd.log'. o Get the PID for syslog and 'kill -1' it so that it re-reads the config. Other than that, you'll need to dig a little if it's not one of these more obvious problems. Cheers, Marc On Fri, Sep 01, 2000 at 04:49:51PM -0500, BWS - Offwhite wrote: > I have using wu-ftpd and it does not seem to be logging any > transfers. Can anyone help me set it up? > > I thought I would need to tell syslog to start routing ftp message to a > log file, but so far I have had no success. > > Brennan Stehling - web developer and sys admin > projects: www.greasydaemon.com | www.onmilwaukee.com | www.sncalumni.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message