找回密码
 注册
查看: 460|回复: 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, 2025-3-4 01:24 , Processed in 0.024970 second(s), 15 queries .

© 2001-2025 Discuz! Team. Powered by Discuz! X3.5.

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