vsftp 无法启动,500 OOPS: bad bool value in config file for: anonymous_enable

朋友的FTP启动不了,叫我帮他看,启动时出现以下错误信息:

500 OOPS: bad bool value in config file for: anonymous_enable

看似配置文件错误,看了一下配置相应的行:

anonymous_enable=NO

语句没什么错误,不过把这行注释后又到下一行报错,看来是整个文件都有问题,百度了一下,大部分都是说语句后面不能有多余的空格,但是用VI看来不了行末是否有多余的字符,干脆把配置文件下载下来,发现这个文件是一般PC(WINDOWS,CRLF)的格式的,所文件改为UNIX(LF)格式再上传,VSFTP就可以启动了。

http://www.greycode.cn/vsftp-error-500-oops-bad-bool-value-in-config-file-for-anonymous_enable.html

vsftp 无法启动,500 OOPS: bad bool value in config file for:
anonymous_enable

时间: 2024-10-19 22:19:05

vsftp 无法启动,500 OOPS: bad bool value in config file for: anonymous_enable的相关文章

vsftpd 启动 vsftpd:500 OOPS: bad bool value in config file for: guest_enable

不然启动时会涌现毛病,举个例子 guest_enable=YES  后面出现空格,就会出现 为 vsftpd 启动 vsftpd:500 OOPS: bad bool value in config file for: guest_enable 修改以后 为 vsftpd 启动 vsftpd:500 OOPS: unrecognised variable in config file: allow_writeable_chroot 问题还没解决 ,没有空格还是报500错误

虚拟用户登录FTP错误 500 OOPS: bad bool value in config file for: anon_world_readable_only Login failed.

[[email protected] ~]# ftp 192.168.254.5 Connected to 192.168.254.5 (192.168.254.5). 220 Welcome to blah FTP service. Name (192.168.254.5:root): user2 331 Please specify the password. Password: 500 OOPS: bad bool value in config file for: anon_world_

【转】vsftp 遇到错误 500 OOPS: vsftpd: refusing to run with writable root inside chroot()--不错

原文网址:http://linux.it.net.cn/e/server/ftp/2015/0227/13554.html 当我们限定了用户不能跳出其主目录之后,使用该用户登录FTP时往往会遇到这个错误: 500 OOPS: vsftpd: refusing to run with writable root inside chroot () 这个问题发生在最新的这是由于下面的更新造成的:  IT网,http://www.it.net.cn - Add stronger checks for t

centos yum安装ftp 及解决vsftp错误500 OOPS: cannot change directory:/home/**

centos yum安装ftp 及解决vsftp错误500 OOPS: cannot changedirectory:/home/**   1.查看服务器有没有安装ftp包 rpm -qa |grep vsftp 2.yum  安装 yum -y install vsftpd 3.启动vsftp的服务 service vsftpd start 4.关闭防火墙 service iptables stop 5.测试匿名访问 修改配置文件 vsftpd.conf [[email protected]

centos vsftp 500 OOPS: cannot change directory

CentO中把vsftpd安裝配置好了,以為大功告成,但用FTP 登入出現下錯誤:500 OOPS: cannot change directoryCentOS系統安裝了SELinux,因為預設下是沒有開啟FTP的服務.//查看SELinux設置# getsebool -a|grep ftpftp_home_dir-->off 解決方法://使用setsebool命令開啟 #setsebool ftp_home_dir 1//再次查看當前狀態是否是on的狀態# getsebool -a|grep

centos vsftp 500 OOPS: cannot change directory:/home/ftp

系统是CentOS,是RH派系的.我把vsftpd安装配置好了,以为大功告成,但客户端访问提示如下错误:500 OOPS: cannot change directory:/home/ftp原因是他的CentOS系统安装了SELinux,因为默认下是没有开启FTP的支持,所以访问时都被阻止了.//查看SELinux设置# getsebool -a|grep ftpftpd_disable_trans --> off或者ftp_home_dir-->off 解决方法://使用setsebool命

vsftpd: 500 OOPS: missing value in config file 解决方法

今天项目需求要弄个vsftpd,根据以前的配置加了下, 在启动的时候居然出现错误,瞬间蛋碎一地了: [[email protected] vsftpd]# /etc/init.d/vsftpd restart Shutting down vsftpd:                                      [FAILED] Starting vsftpd for vsftpd: 500 OOPS: missing value in config file for:      

linux下FTP拒绝(ftp: connect: Connection refused,500 OOPS: cannot read config file)

使用Ubunto15.0.4环境下,使用APT命令下载的vsftpd程序 在/etc/vsftpd.conf中开启匿名用户权限(anonymous_enable=YES),重新启动vsftpd后,在用ftp localhost,竟然会报ftp: connect: Connection refused的错误,使用sudo service vsftpd start,或sudo /etc/init.d/vsftpd start,竟然启动不起来.报500 OOPS: cannot read config

500 OOPS: vsftpd: refusing to run with writable anonymous root

500 OOPS: vsftpd: refusing to run with writable anonymous root 以下就是解决的三个步骤,其中第一步,是我一直没有搞明白的,也是其中的重点: 1当时我在服务器上用命令ftp时,出现了以下的提示500 OOPS: vsftpd: refusing to run with writable anonymous root 所以在网上找到了这一篇文章: "如果我们已经把vsFTPd服务器启动好了,但登录测试是会出现类似下面的提示: 500 OO