首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >Ubuntu服务器错误: 500 OOPS:无法读取chroot()列表文件:/etc/vsftpd.chroot_ list

Ubuntu服务器错误: 500 OOPS:无法读取chroot()列表文件:/etc/vsftpd.chroot_ list
EN

Server Fault用户
提问于 2012-01-29 01:33:04
回答 2查看 42.8K关注 0票数 2

我使用vsftpd为Ubuntu配置了FTP服务器。但是,我无法访问服务器。

代码语言:javascript
运行
复制
Status: Connecting to IP
Status: Connection established, waiting for welcome message...
Response:   220 (vsFTPd 2.3.2)
Command:    USER userhere
Response:   331 Please specify the password.
Command:    PASS ***************
Response:   500 OOPS: could not read chroot() list file:/etc/vsftpd.chroot_list
Error:  Critical error
Error:  Could not connect to server

编辑

问题解决了!注释行chroot_list_enable=YES

EN

回答 2

Server Fault用户

发布于 2012-01-29 02:45:52

快速修复将是禁用Vsftpd的conf文件中的chroot_list_enable开关(通常在/etc/vsftpd.conf中)

代码语言:javascript
运行
复制
#chroot_list_enable=YES
#chroot_list_file=/etc/vsftpd.chroot_list

注释掉上面提到的行,看看它是否有帮助。

票数 5
EN

Server Fault用户

发布于 2012-12-04 20:26:46

你必须申请以下命令,

setsebool -P ftp_home_dir on

setsebool -P allow_ftpd_full_access=1

我解决了这个方法。

票数 1
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/354671

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档