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

Unix/Linux
HP工程师经验分享(38)
HP工程师经验分享(37)
vi介绍编(3)ex命令
Linux中流媒体HelixServer的安装和配置
hp-ux简介
浅谈HP-UX认证
惠普取消3H0关于Openview部分
教你如何学习GRUB
windows box和openssh连接的问题
Linux网络驱动程序编写一
Richard Stallman在清华大学的讲演提要zz
Linux网管123---第4章.安装及硬体组态-5.选择想要安装的套件
Linux系统中的文件管理
cvs常用命令
solaris下的ftp命令介绍保存
lumaqq使用手记
Linux网管123---第4章.安装及硬体组态-1.建立一张安装磁片
硬盘安装LINUXFC4成功,感谢CU
RHCE认证浅析
中国Linux培训炙手可热人才需求将突破120万

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


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-01   浏览: 105 ::
收藏到网摘: 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.