我完成了vsftpd的INSTALL文件中显示的所有步骤。 最后运行了这个命令
/ usr / local / sbin / vsftpd&
我收到了这个错误:
[root @ localhost vsftpd-2.0.5]#500 OOPS:无法绑定侦听IPv4套接字
请帮助
答案 0 :(得分:3)
好的,它完成了。 我在vsftpd.conf文件的末尾添加了一行:
# This string is the name of the PAM service vsftpd will use.
pam_service_name=vsftpd
[1]
现在正在运作。
[1]: 除了 :“#
”行是注释,也是可选的,但通常很好的做法是如果您需要返回
答案 1 :(得分:1)
下面提到的程序将解决以下错误:
vsftpd错误:500 OOPS:无法绑定侦听IPv4套接字
Ncftpget错误:连接后服务器挂断,对于ncftpget
按照下面提到的步骤纠正错误:
A)要查看正在运行的ftp服务,请使用
$ lsof -i | grep ftp (Become root and run this command)
B)停止xinetd:
$ sudo service xinetd stop
C)停止xinetd后,输入以下内容重新启动vsftpd服务:
$ /etc/init.d/vsftpd restart (Become root and run this command)
D)另外用这个
检查vsftpd.conflisten=YES
local_enable=YES
write_enable=YES
local_umask=022
dirmessage_enable=YES
use_localtime=YES
xferlog_enable=YES
secure_chroot_dir=/var/run/vsftpd/empty
pam_service_name=vsftpd
rsa_cert_file=/etc/ssl/private/vsftpd.pem