vsftpd dead , but subsys locked

本文提供了解决vsftpd服务出现vsftpddead,butsubsyslocked问题的方法,包括删除锁定文件、检查配置文件格式、调整SELinux上下文等步骤。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

vsftpd dead ,but subsys locked –解除方法汇总CentOS release 4.1 (Final)

系统版本:cat /etc/issue或uname -an

ftp:vsFTPd 2.0.5,与 xinetd 分离运行.

服务状态: 执行service vsftpd status显示vsftpd dead, but subsys locked ,重新安装vsftp,结果依旧.

1. 先删除/var/lock/subsys/vsftpd -> rm -frv /var/lock/subsys/vsftpd

2. 以下几种可能的解决方法(或者关系)

a. 仔细检查/etc/vsftpd/vsftpd.conf的配置文件的内容格式.确定正确,主要是全角半角字符的编码错误.

b. 确认 listen=YES TCP_trappers=YES

c. cp /etc/vsftpd/vsftpd.conf /etc/vsftpd/vsftpd.conf.bak / rm -f /etc/vsftpd/vsftpd.conf

  cp /etc/vsftpd/vsftpd.conf.bak /etc/vsftpd/vsftpd.conf / rm -f /etc/vsftpd/vsftpd.conf.bak

说明:cp 和mv命令对selinux security context影响 cp将拷贝过去的文件的context改变为目的目录的context,而mv则不会改变移动文件的context

(I’ve had problems like this before, and I finally found out what the problem was. When you ‘mv’ a file (like a config file from a home dir to the proper location) it keeps the selinux context setting from the originating directory. When you ‘cp’ a file, it will change that context to the context of the directory being moved too. I have mv’d backups of configs from home dir to /etc and ran into the same error message. If you do a fixfiles relabel, or touch /.autorelabel and reboot, it should re-write the security context and hopefully clear up your problems.)

d. 关闭 xinetd 服务, 先启动 vsftpd, 再启动xinetd . (删除gssftp)

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值