Date: Sat, 2 Sep 2000 13:54:01 +0200 From: Marc Silver <marcs@draenor.org> To: BWS - Offwhite <brennan@offwhite.net> Cc: freebsd-questions@freebsd.org Subject: Re: logging ftp transfers Message-ID: <20000902135401.K48173@draenor.org> In-Reply-To: <Pine.BSF.4.21.0009011648290.60602-100000@home.offwhite.net>; from brennan@offwhite.net on Fri, Sep 01, 2000 at 04:49:51PM -0500 References: <Pine.BSF.4.21.0009011648290.60602-100000@home.offwhite.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000902135401.K48173>