FreeBSD:vsftpd未配置为独立,必须从inetd启动

时间:2020-02-23 14:44:09  来源:igfitidea点击:

报错信息 vsftpd not configured for standalone, must be started from inetd

尝试在FreeBSD上启动vsFTPd时收到此错误消息?

500 OOPS: vsftpd: not configured for standalone, must be started from inetd

然后您错过了" vsftpd.conf"末尾显示的重要部分!

# If using vsftpd in standalone mode, uncomment the next two lines:
listen=YES
background=YES

只需取消注释" listen = YES"," background = YES",然后再次启动守护程序:

/usr/local/libexec/vsftpd /usr/local/etc/vsftpd.conf