proftpd under xinetd problem Hi,
In /etc/xinetd.d/proftpd I have this:
service ftp
{
flags = REUSE
socket_type = stream
instances = 30
wait = no
user = root
server = /usr/sbin/proftpd
log_on_success = HOST PID
log_on_failure = HOST RECORD
disable = no
}
When starting xinetd i get this error in /var/log/daemon.log:
Dec 10 19:12:28 acoon xinetd[17523]: Reading included configuration
file: /etc/xinetd.d/proftpd [file=/etc/xinetd.d/proftpd] [line=15]
Dec 10 19:12:28 acoon xinetd[17523]: Bad log_on_failure flag: RECORD
[file=/etc/xinetd.d/proftpd] [line=13]
Dec 10 19:12:28 acoon xinetd[17523]: Error parsing attribute
log_on_failure - DISABLING SERVICE [file=/etc/xinetd.d/proftpd] [line=13]
What could be wrong?
-Thomas |