我按照 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...
在查看vsftpd的状态时出现500 oops: vsftpd: cannot open specified config file,这是什么问题?ftp服务不能正常工作。 知道的朋友请留言,在此先行谢过!
正在连接到 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...
正在连接到 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...
500 oops :vsftpd:cannot open specified config file 在SUSE启动vsftpd时发生这个错误!? 怎么样解决? 谢谢!
500 oops :vsftpd:cannot open specified config file 在SUSE启动vsftpd时发生这个错误!? 怎么样解决? 谢谢!
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了一下,...
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...
输入: /usr/local/libexec/vsftpd restart 得到条错误信息”500 oops: vsftpd: cannot open config file:restart”,stop和start都不可以,但ftp可以正常的, 安装后的配置文件在/usr/local/etc /vsftpd.conf,,后来把这个配置文件复制到/etc/vsftpd.conf也是同样的错误信息!配置路径不对,如何排错? 有没有办法配置默认的配置文件路径在什么地方的?
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...