Why do I get the following error 'vsftpd dead but
时间:2006-06-25 来源:晴有林风
Resolution:
Release Found: Red Hat Enterprise Linux 3
Symptom:
When user enables vsftpd through # service vsftpd start an error is displayed:
Solution:
The most common reason for this error to be displayed is because another ftp daemon was enabled. By default the ftp daemon installed is gssftp which is a xinetd service and in many cases has been known to be turned on by default. If this service is in fact on and the user tries to start vsftpd the above error will be displayed and not allow vsftp to run correctly.
In order to correct this issue simply turn off the gssftp service by typing the following command as a root user :
Symptom:
When user enables vsftpd through # service vsftpd start an error is displayed:
vsftpd dead but subsys locked |
Solution:
The most common reason for this error to be displayed is because another ftp daemon was enabled. By default the ftp daemon installed is gssftp which is a xinetd service and in many cases has been known to be turned on by default. If this service is in fact on and the user tries to start vsftpd the above error will be displayed and not allow vsftp to run correctly.
In order to correct this issue simply turn off the gssftp service by typing the following command as a root user :
# chkconfig gssftp off
相关阅读 更多 +
排行榜 更多 +