在使用Linux操作系统的过程中,很多人都会遇到各种各样的问题。其中一个比较常见的问题就是与vsftpd服务器相关的500 OOPS错误。在本文中,我将简要介绍这个问题,并给出一些解决方法。 500 OOPS错误通常意味着vsftpd服务器遇到了一个无法处理的问题,从而导致用户无法访问FTP服务器。这个错误可能是由于配置错误、权限问题、网络问题或者其他原因引起的。当用户碰到这个问题时,一般会看到
原创 2024-04-10 10:41:32
184阅读
http://bbs.51cto.com/topic/thread-908715.html http://bbs.51cto.com/thread-908715-1-1.html   最近在使用ftp过程中遇到这个问题,输入正确的用户名和密码依然提示500 OOPS: cannot change directory: 无法登陆.   原来是忘了关掉se
转载 精选 2012-12-13 16:37:16
860阅读
配置好vsftp后,开了root用户上传权限,也关了系统的防火墙,但ftp连接的时候依然还会出现 "500 OOPS:cannot change directory:/root" 错误,如何解决呢? 经过本人的多次摸索,问题终于有了解决的方案。 如何开启root用户的上传权限,如何关闭系统的防火墙,我就不再多废话了,不懂的朋友google去。 言归正传,在开了ro
原创 2012-03-18 14:16:30
1486阅读
配置好 vsftpd 服务后,使用命令行连接 ftp 时报错查了很多资料,最后终于找到解决办法了。在终端下输入如下命令:使用 sestatus 命令查看 selinux 状态,找到其中的间 ftp_home_dir 项,该项状态为 off[root@liangwode log]# sestatus -b| grep ftp allow_ftpd_a
原创 2013-11-17 21:46:36
763阅读
今天在配置ftp时,所有配置完毕后,,启动vsftpd,通过用户登陆ftp,居然报错: C:\>ftp 10.10.1.239 Connected to 10.10.1.239 220 (vsFTPd 2.0.5) User (10.10.1.239:(none)): xaftp 331 Please specify the password. Password: 500 OO
原创 2011-03-25 13:46:04
3506阅读
1点赞
1评论
关键字: 500 oops:cannot change directory:/root 在开了root用户上传权限,也关了系统的防火墙,但ftp连接的时候依然还会出现 "500 OOPS:cannot change directory:/root" 错误,如何解决呢?     解决: 1、 查看 SELinux 的状态:  sesta
转载 精选 2010-09-03 21:23:36
1161阅读
2评论
摘要:FTP连接时,提示错误信息:500 OOPS: vsftpd: both local and anonymous access disabl
原创 2022-09-06 07:19:48
554阅读
解决方法(一):/usr/sbin/setsebool -P ftp_home_dir 1重启服务器解决方法(二):[root@localhost ~]# vim /etc/selinux/config设置SELINUX=disabled重启服务器解决方法 (三):setenforce 0不用重启注:还有个问题可能是,指定的用户家目录在home下的原家目录,这样如果设置nologin shell的
原创 2012-07-07 00:36:14
10000+阅读
1点赞
1评论
安装vsftp,yum install vsftp*启动时报如下错误:为 vsftpd 启动 vsftpd500 OOPS: cannot read config file: /etc/vsftpd/vsftpd.conf查看配置grep -v ^# /etc/vsftpd/vsftpd.conf | grep -v ^$anonymous_enable=YESlocal_enable=YESw
原创 2013-01-23 16:13:18
10000+阅读
安装完vsftp,启动后,用filezilla链接报如下错误 顺便记录一vsftpd的安装步骤 1.cd /usr/ports/ftp/vsftpd 2.make install clean 3.修改/usr/local/etc/vsftpd.conf anonymous_enable = YES 不允许匿名用户登录 local_enable = YES     允
500
原创 2012-11-29 07:37:55
1164阅读
To fix this you must either remove write permissions on the users root directory with the following command, replacing the directory with your users root:chmod a-w /home/userOr you can work around thi
转载 2014-11-27 15:47:30
624阅读
500 OOPS: vsftpd: refusing to run with writable root inside chroot()   意思是不能使用chroot限制可写的根目录,看了下vsftpd的更新日志:   Add stronger checks for the configuration error of running with a writeable
原创 2012-05-08 10:00:16
2479阅读
linux一直用的vsftpd作为ftp伺服器,用原来的配置文件,结果发现登陆的时候出现500 OOPS: vsftpd: refusing to run with writable root inside chroot()这个错误,然后google之,发现这是由于vsftpd升级了安全性验证的缘故:- Add stronger checks for the configuration error
转载 精选 2013-06-08 09:36:13
612阅读
将设置的anon_root目录修改成755的权限即可。如果anonymous用户需要上传东西,那么在anon_root下面建一个权限是777的目录就好了,比如pub目录
转载 2012-10-19 15:01:00
120阅读
2评论
今天把vsftpd升级到了v2.3.5,配置文件还是使用原来的.允许本地用户登录ftp,并且使用chroot限制ftp根目录.启动登录之后发现如下错误: 500 OOPS: vsftpd: refusing to run with writable root inside chroot() 意思是不能使用chroot限制可写的根目录,看了下vsftpd的更新日志: Add stronge
原创 2012-04-14 01:04:19
3138阅读
ls: 登录失败: 500 OOPS: vsftpd: refusing to run with writable root inside chroot()
原创 2018-06-06 14:10:50
1768阅读
问题描述:    登陆vsftpd后,上传文件提示500 OOPS: vsftpd: refusing to run with writable root inside chroot ()问题原因:    vsftpd对chroot的根目录加强了检查,禁锢根目录后,如果根目录有写入权限,则会出现此提示。解决方案:&nb
原创 2015-06-05 13:43:55
8263阅读
1评论
version2.3.5+refusingtorunwithwritablerootinsidechroot()1、chmodu-wuserdir2、vsftpd.confallow_writeable_chroot=YES
原创 2018-11-17 13:24:26
934阅读
当我们限定了用户不能跳出其主目录之后,使用该用户登录FTP时往往会遇到这个错误:[html] view plaincopy500 OOPSvsftpd: refusing to run with writable root inside chroot ()  这个问题发生在最新的这是由于下面的更新造成的:
原创 2022-02-23 14:16:09
980阅读
问题:service vsftpd restart|start 启动时出现以下错误.500 OOPS: bad bool value in config file for: anonymous_enable    解决方法:anonymous_enable=YES 或者 local_enable=YES 末尾有空格,将其去掉即可
原创 2014-02-27 11:01:28
2521阅读
  • 1
  • 2
  • 3
  • 4
  • 5