Heim  >  Artikel  >  Backend-Entwicklung  >  ubuntu 1404 安装vsftpd提示530 Login incorrect incorrect date is incorrect incorrect email

ubuntu 1404 安装vsftpd提示530 Login incorrect incorrect date is incorrect incorrect email

WBOY
WBOYOriginal
2016-07-29 08:52:061559Durchsuche

最近要搭建nginx服务器和ftp服务

nginx服务器
在线安装 $sudo apt-get install nginx

安装nginx依赖包运行命令:
sudo apt-get install libssl-dev
sudo apt-get install libpcre3 libpcre3-dev

启动Nginx $sudo /etc/init.d/nginx start

ubuntu 14.04 安装vsftpd提示530 Login incorrect

ftp localhost
默认用户名为ftp,密码自己安装时设置

ubuntu 14.04 安装vsftpd提示530 Login incorrect

这个网上搜了很多方法都不靠谱,最终解决如下:

这是因为ubuntu启用了PAM,所在用到vsftp时需要用到 /etc/pam.d/vsftpd 这个文件(默认源码安装的不会有这个文件),因此除了匿名用户外本地用户无法登录。所以只要删除了就可以了。
sudo rm /etc/pam.d/vsftpd

500 OOPS:could not read chroot() list file:/etc/vsftpd.chroot_list
解决方法:sudo touch /etc/vsftpd.chroot_list

').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadeIn(1700); }); });

以上就介绍了ubuntu 1404 安装vsftpd提示530 Login incorrect,包括了incorrect方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn