QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 511|回复: 2

在shell中运行/usr/sbin/vsftpd提示:

[复制链接]
发表于 2004-4-7 16:25:10 | 显示全部楼层 |阅读模式
vsftpd: does not run standalone, must be started from inetd
发表于 2004-4-7 17:12:55 | 显示全部楼层
/etc/init.d/vsftpd start
回复

使用道具 举报

发表于 2004-4-7 17:38:45 | 显示全部楼层
那是因为你的vsftpd配置成inetd模式,而非standalone模式!
先编辑/etc/xinetd.d/vsftpd,将disable=yes改为
disable=no 然后重启xinetd
#service xinetd reload

或者修改/etc/vsfptd/vsftpd.conf,改为standalone模式:
#enable for standalone mode
listen=YES
tcp_wrappers=YES
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-9-29 15:21 , Processed in 0.042930 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表