How to enable verbose logging in pure-ftpd on Debian Linux
Friday, July 24, 2009 posted by admin
To turn on verbose logging (e.g. to debug FTP connection or authentication problems) inĀ pure-ftpd FTP server on Debian and Ubuntu Linux, execute the following command as root user in the shell:
echo ‘yes’ > /etc/pure-ftpd/conf/VerboseLog
and then restart pure-ftpd
/etc/init.d/pure-ftpd-mysql restart
The debug output will be logged to syslog. To view the log content, execute:
tail -n 100 /var/log/syslog
To disable verbose logging, execute these commands:
rm -f /etc/pure-ftpd/conf/VerboseLog
/etc/init.d/pure-ftpd-mysql restart
Ta, just what I needed to know .. niow just got to work out what
pure-ftpd: (?@?) [ERROR] Sorry, invalid address given
means
Disable hostname lookups in pure-ftpd:
http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-speed-up-logins-in-pure-ftpd-on-debian-or-ubuntu-linux-by-disable-name-rsolving/
Hello
thanks for this guide
but how can i change the log file
i want puer-ftpd to verbose logging in separate file
regards
From pure-ftpd documnentation: