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

Unix/Linux
如何改变X-WINDOW的分辨率?
NFS 和 NIS
如何在 RedHat 中限制、允许telnet&ftp功能
Linux 文件系统介绍
Linux下NFS网络文件系统设定及管理
LINUX的起源和特色
Linux下Grub开机管理程式安装简介
如何在大硬盘上安装 Linux
Linux下的硬盘提速方案
命令详解:tee
命令详解:e2fsck
命令详解:efax
Linux技巧:定制VI
Linux技巧:软驱的使用
Linux技巧:强行退出X
Linux技巧:当终端出现混乱时,如何让它恢复正常
Linux技巧:列目录时显示中文文件名
轻轻松松的安装Slackware Linux -- 3.认识 Slackware Linu
轻轻松松的安装Slackware Linux -- 1.如何选购Linux可以搭配的机器
轻轻松松的安装Slackware Linux -- 2.作业系统安装初步

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


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