当前位置: 首页 > 图文教程 > 操作系统 > Unix/Linux > RHEL AS3U3 "vsftpd dead but subsys locked" problem

Unix/Linux
在Apache上简简单单开个WAP站点
DNS服务器工作原理
Squid工作的原理
RPM安装PHP后应如何配置Apache
SAMBAFORHP-UX的配置
在Solaris7.0下安装Qpopper3.1
Samba的图形化配置工具-SWAT
socks5proxy的安装和使用
使用CVS进行项目开发管理
Qpopper的Quota问题
wget:Linux下Web文件提取工具
在一台机器上同时安装5个操作系统
scounix5.05系统intelpro100+网卡安装心得
什么是screen
编写关于SendMaild的CGI
inode大小的最佳设置
让UNIX普通用户具备关机权限
如何在bash里设置用户提示符
第一次装Redhat!
linux 终端支持中文和透明

Unix/Linux 中的 RHEL AS3U3 "vsftpd dead but subsys locked" problem


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-01   浏览: 140 ::
收藏到网摘: n/a


In RHEL AS3Update3, after started the vsftp ftp server and connected to it from another computer, it prompted the user neaded an authorization and stopped there. Then when you use the server configure tools to restart the vsftp service , it says "vsftpd dead but subsys locked".
In RHEL AS3Update3, after started the vsftp ftp server and connected to it from another computer, it prompted the user neaded an authorization and stopped there. Then when you use the server configure tools to restart the vsftp service , it says "vsftpd dead but subsys locked". I used the followed method to figure it out.
Method 1). Open the /etc/xinit.d/gssftp file. change the line "Server_args= -l -a " to "Server_args=-l "
this will resolve the authorization problem and can connect the ftp server successfully. but the password verify process is time consumer.

Method 2). Open the /etc/xinit.d/gssftp file, change the line "disable=no" to "disable=yes"
this will make the vsftp server working as a stand alone demon and the connection is fluent.
After this operation, you must use service vsftpd restart to restart the vsftp server.