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

Unix/Linux
renice命令:修改一个正在运行进程的优先权
Linux X-Window配置指南
Linux X-Window显卡配置通用解决方法
主引导扇区释疑
linux磁盘管理命令--du
linux磁盘管理命令--df
Zip Drive Mini-HOWTO
做一个最小的Linux kernel
Linux Shadow-Password-HOWTO - 9. 常问问题及答案
Linux Shadow-Password-HOWTO - 8. 加入 shadow 支援
Linux Shadow-Password-HOWTO - 7. 将 Shadow Sui
Linux Shadow-Password-HOWTO - 5. 安装
Linux命令Man解释:usermod:修改使用者帐号
Linux命令Man解释:userdel:删除使用者帐号及相关档案
Linux命令Man解释:mkdir:创建目录
Linux 的中文化问题简介
Linux命令Man解释:whatis:搜寻特定指令
linux 安装常见的 FAQ 问题 (第二版)
RedHat 7.0 安装 NAT 作法简介
KDE 2.1安装及使用介绍

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


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