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

Unix/Linux
终端下vim汉字显示不正常的解决办法
解决Linux系统下终端setup显示乱码
Linux系统下以模块方式安装卸载文件系统
Linux系统下Tar文件安装方法
Windows下远程图形化控制Linux
如何在linux下使用u盘
Linux系统中自带Mysql、Apache、Php卸载
LINUX 常见问题1000个详细解答
linux软件安装
linux忘记密码的常用几种解决方法
LIUNX文本模式乱码
LINUX修改计算机名
用Windows管理Linux
LINUX做禁ping
vi编辑器使用图解 很详细
Linux操作系统桌面环境GNOME和KDE的切换
LINUX开机如何进入文本模式
Linux操作系统下6个应急处理小常识
解决Linux操作系统下 SSH终端乱码
linux平台开启ftp/telnet服务

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


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