Hi All,
I had installed fedora 11 preview version and vsftp ftp server by yum. I have a strange problem with vsftp. I have searched and configured the /etc/vsftpd/vsftpd.conf file as I needed and restart the vsftpd deamon by "/etc/init.d/vsftpd restart" command in root mode. But when I try to open ftp connection by using "ftp" command in same machine or different machine, system throw 421 Service not available error.
But if I type this command as a root;
>killall vsftpd
>/usr/sbin/vsftpd &
I can access ftp server successfully. I think there is some problem on /etc/init.d/vsftpd starting service shell. When system start /etc/init.d/vsftpd shell is ran but not successful.
Any advice?
Best Regards.