/usr/local/etc/rc.d/vsftpd: ERROR: vsftpd script need "background=YES" in config file
check in /usr/local/etc/vsftpd.conf - background=YES already exist and uncomment.
How can I solve the problem that vsftpd is not running?
Thanks @bkouhi, I add background=YES under listen=YES:
Code:
# When "listen" directive is enabled, vsftpd runs in standalone mode and
# listens on IPv4 sockets. This directive cannot be used in conjunction
# with the listen_ipv6 directive.
listen=YES
background=YES
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.