Major vsFTP Problems!!!
I have been trying to get an FTP server working on my server and have noticed some huge problems with the listed variables in the vsftpd.conf man pages. Using RedHat 9.0 and the version of vsftpd that is installed when installing the OS, the following commands cause my problem.
background=NO
chmod_enable=NO
download_enable=NO
dual_log_enable=NO
force_dot_files=NO
listen_ipv6=NO
secure_email_list_enable=NO
session_support=YES
syslog_enable=NO
virtual_use_local_privs=NO
cmds_allowed=PASV,QUIT,RETR
All I did to find if these commands worked or not was take the original vsftpd.conf file and append one variable on at a time. I would run the 'service vsftdp restart' to start the service. Then I would run the 'service vsftdp status' command to see the status of the FTP. It would always return the message "vsftpd dead but subsys locked." I have looked around I tried others advice.
- I have a running version of the vsftpd.conf file (the original when Redhat 9.0 is installed).
- I am running on standalone mode and therefore have no vsftpd information in xinetd.d folder.
- Though I wish there was information being saved in the log files, no important information is in the /var/log/messages or /var/log/vsftpd.log files.
I am definitely at a loss here as the most important command I need to work for this ftp is 'cmds_allowed.' Without that, the FTP is worthless to me. Any help would definitely be appricated, even advice other FTP servers.
|