VSFTP is killing me ...
Here are my config settings:
anonymous_enable=YES
local_enable=YES
write_enable=YES
local_umask=022
anon_upload_enable=YES
dirmessage_enable=YES
xferlog_enable=YES
chown_uploads=YES
chown_username=ftp
log_ftp_protocol=YES
nopriv_user=ftpsecure
ascii_upload_enable=YES
ascii_download_enable=YES
ftpd_banner=Welcome to our FTP service.
chroot_local_user=YES
passwd_chroot_enable=YES
ls_recurse_enable=YES
pam_service_name=vsftpd
hide_ids=YES
Here is the xinet.d script
# default: off
# description: The vsftpd FTP server serves FTP connections. It uses \
# normal, unencrypted usernames and passwords for authentication.
service ftp
{
disable = no
socket_type = stream
wait = no
user = root
server = /usr/sbin/vsftpd
nice = 10
banner = /etc/banners/warning.msg
log_on_success = HOST EXIT DURATION
log_on_failure = HOST
log_type = FILE /var/log/vsftpd.log
}
I see it start and get the howdy message.
vsftpd.log entries:
Tue Jan 28 13:38:02 2003 [pid 4222] FTP response: Client "80.200.168.39", "220
Welcome to our FTP service."
Tue Jan 28 14:23:28 2003 [pid 4299] FTP response: Client "192.168.1.50", "220
Welcome to our FTP service."
[root@www log]# ps aux | grep ftp
root 4298 0.0 0.4 1468 560 ? SN 14:23 0:00 vsftpd
502 4299 0.0 0.4 1480 596 ? SN 14:23 0:00 vsftpd
Secure shows:
Jan 28 13:38:02 www xinetd[664]: START: ftp pid=4221 from=80.200.168.39
Jan 28 14:23:28 www xinetd[664]: START: ftp pid=4298 from=192.168.1.50
Then it goes to sleep.
Nothing else in any of the logs.
Can anyone please tell me where to look next?
Thanks, Mike.
--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list