ChinaUnix.net
相关文章推荐:

500 OOPS vsftpd cannot locate user specified in 'chownusername'whoever

我按照 http://vod.sjtu.edu.cn/help/Article_Show.asp?ArticleID=1239 的方式安装并配置好了vsftpd,但是在我登陆的时候出现如下错误: [右] 正在连接到 vsftpd -> IP=192.168.0.88 PORT=21 [右] 正在连接到 vsftpd [右] 500 oops: cannot locate user entry:ftpsecure [右] 500 oops: child died 是访问目录的时候出错吧? 下面是我的vsftpd.conf的部分信息: guest_enable=yes guest_username=vsftpdguest virtual_use_local_pri...

by tankejin - 服务器架设 - 2006-08-15 21:50:10 阅读(6354) 回复(2)

相关讨论

我按照 http://vod.sjtu.edu.cn/help/Article_Show.asp?ArticleID=1239 的方式安装并配置好了vsftpd,但是在我登陆的时候出现如下错误: [右] 正在连接到 vsftpd -> IP=192.168.0.88 PORT=21 [右] 正在连接到 vsftpd [右] 500 oops: cannot locate user entry:ftpsecure [右] 500 oops: child died 是访问目录的时候出错吧? 下面是我的vsftpd.conf的部分信息: guest_enable=yes guest_username=vsftpdguest virtual_use_local_pri...

by tankejin - 服务器应用 - 2006-08-15 21:50:10 阅读(6243) 回复(2)

在查看vsftpd的状态时出现500 oops: vsftpd: cannot open specified config file,这是什么问题?ftp服务不能正常工作。 知道的朋友请留言,在此先行谢过!

by xiuren001 - 服务器应用 - 2004-12-06 15:58:25 阅读(2973) 回复(2)

正在连接到 10.1.37.43 通过代理 (proxy.sinomos.com:3128) 500 oops: cannot locate user entry:ftpsecure 连接失败 延迟 5 秒, 在重试连接 #1 次之前 正在连接到 10.1.37.43 通过代理 (proxy.sinomos.com:3128) #1 500 oops: cannot locate user entry:ftpsecure 500 oops: child died 连接失败 我的配置如下 # Example config file /etc/vsftpd.conf # # The default compiled in settings are fairly paranoid. This sample f...

by hartlen - 服务器应用 - 2004-12-21 16:26:58 阅读(9111) 回复(1)

正在连接到 10.1.37.43 通过代理 (proxy.sinomos.com:3128) 500 oops: cannot locate user entry:ftpsecure 连接失败 延迟 5 秒, 在重试连接 #1 次之前 正在连接到 10.1.37.43 通过代理 (proxy.sinomos.com:3128) #1 500 oops: cannot locate user entry:ftpsecure 500 oops: child died 连接失败 我的配置如下 # Example config file /etc/vsftpd.conf # # The default compiled in settings are fairly paranoid. This sample f...

by hartlen - 服务器应用 - 2004-12-08 10:27:40 阅读(1810) 回复(0)

500 oops :vsftpd:cannot open specified config file 在SUSE启动vsftpd时发生这个错误!? 怎么样解决? 谢谢!

by matcy - 服务器架设 - 2004-05-05 17:29:37 阅读(948) 回复(2)

500 oops :vsftpd:cannot open specified config file 在SUSE启动vsftpd时发生这个错误!? 怎么样解决? 谢谢!

by matcy - 服务器应用 - 2004-05-05 17:29:37 阅读(1493) 回复(2)

vsftpd 500 oops: cannot change directory 今天在默认配置下,启动vsftpd,一般用户登陆居然报错: C:\>ftp 192.168.0.101 Connected to 192.168.0.101. 220 (vsftpd 2.0.5) user (192.168.0.101:(none)): frank 331 Please specify the password. Password: 500 oops: cannot change directory:/home/frank Login failed. ftp> ls 500 oops: child died Connection closed by remote host. 觉得这个问题很奇怪,google.cn了一下,...

by 可可火山 - Linux文档专区 - 2008-04-25 10:16:27 阅读(1062) 回复(0)

nat# ftp ****** Connected to ****** 220 Welcome to ChinaUnix BSD¡­¡­½£ÐÄͨÃ÷ FTP Service. Name (******:root): jjp 331 Please specify the password. Password: 500 oops: cannot change directory:/home/vsftpd/ftp ftp: Login failed. ftp> 谁知道这是为什么?用root就可以登陆。 nat# ll /home/vsftpd/ftp total 0 -rw-r--r-- 1 jjp vsftp 0 Dec 1 11...

by 剑心通明 - BSD - 2006-12-02 09:09:42 阅读(6629) 回复(10)

输入: /usr/local/libexec/vsftpd restart 得到条错误信息”500 oops: vsftpd: cannot open config file:restart”,stop和start都不可以,但ftp可以正常的, 安装后的配置文件在/usr/local/etc /vsftpd.conf,,后来把这个配置文件复制到/etc/vsftpd.conf也是同样的错误信息!配置路径不对,如何排错? 有没有办法配置默认的配置文件路径在什么地方的?

by cfanbo - BSD - 2009-01-11 00:05:02 阅读(6377) 回复(2)

If you find yourself with the ever-so-peculiar 500 oops error from vsftpd when you attempt to login over SSH, there could be a few different things at play. Generally, this is the type of error you will get: 500 oops: cannot change directory:/home/someuser 500 oops: child died You can search for a solution in this order Home Directory Does the user’s home directory even exist? Check /etc/passwd...

by panix - Linux文档专区 - 2007-11-30 12:11:57 阅读(798) 回复(0)