微信公众号制作开发 微信小程序定制开发 网站建设制作 手机app软件开发

您的位置:首页 > 技术观点 > 信息详情

解决Ubuntu提示500 OOPS: vsftpd: refusing to run with writable root inside chroot()

来源:山东鸿软信息科技有限公司  阅读量:493  时间:2017-07-21 00:41
Ubuntu12.0464bit系统下安装的vsftpd,在登陆时提示500OOPS:vsftpd:refusingtorunwithwritablerootinsidechroot()。根本原因在于,从vsftpd_2.3.5版开始,取消了根目录的可写权限。

Ubuntu 12.04 64bit系统下安装的vsftpd,在登陆时提示500 OOPS: vsftpd: refusing to run with writable root inside chroot()。根本原因在于,从vsftpd_2.3.5版开始,取消了根目录的可写权限。

方案是以下两种:


方案一

$ chmod a-w /vaf/ftp

 

方案二

$ vim /etc/vsftpd.conf add the following

  allow_writeable_chroot=YES

看起来,貌似第二种方式是更完美,但当我把allow_writeable_chroot=YES配置项加入的时候,重启vsftpd服务的时候发现不能正常工作了(21端口无程序在监听),于是上网查找解决方案,发现说法五花八门的,有人说配置项是allow_writable_chroot(少了个e),还有说配置项是allow_writable_root(少了ch)等的,经过我测试,发现全都不行。后来总算找到一个可行的方法。


Ubuntu 12.04 64bit的完整解决方案


$ apt-get install python-software-properties

$ sudo add-apt-repository ppa:thefrontiergroup/vsftpd

$ sudo apt-get update

$ sudo apt-get install vsftpd

$ vim /etc/vsftpd.conf and add the following

  chroot_local_user=YES

  allow_writeable_chroot=YES

$ sudo service vsftpd restart


本文标签:Ubuntu提示500vsftpd

成为您更加专业的技术合伙人

网站建设 | APP开发 | 产品服务 | 技术观点 | 关于我们      客服电子邮箱:1828087588@qq.com  客服QQ:1828087588、1421667633  电话:151-6502-2080

Copyright © 2016-2024 山东鸿软信息科技有限公司 版权所有 https://www.greatsoft.cn 鲁ICP备16026454号