1 line
1.1 KiB
Plaintext
1 line
1.1 KiB
Plaintext
<!-- SC_OFF --><div class="md"><p>How can i make vsftpd in standalone mode , when i set</p> <blockquote> <p>listen=YES</p> </blockquote> <p>It is able to run in standalone mode but gives error</p> <blockquote> <p>500 OOPS: could not bind listening IPv4 socket</p> </blockquote> <p>When i remove the listen part or make it to no, it says </p> <blockquote> <p>500 OOPS: vsftpd: not configured for standalone, must be started from inetd</p> </blockquote> <p>According to wiki , you need to set <strong>listen = NO</strong> to avoid the IPv4 binding issue but then in that case you won't be able to run in standalone mode. I need to run vsftpd in standalone mode and to do that i have to set <strong>listen=YES</strong> which would give the IPv4 error.</p> <p>What should i do now?</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/sl0w_photon"> /u/sl0w_photon </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r1sjct/problem_in_setup_ftp_server_in_arch/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/r1sjct/problem_in_setup_ftp_server_in_arch/">[comments]</a></span> |