emacs/var/elfeed/db/data/72/725761a76166bf55d1350dce79d5cc48b6da62b5
2022-01-03 12:49:32 -06:00

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&#39;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 --> &#32; submitted by &#32; <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> &#32; <span><a href="https://www.reddit.com/r/archlinux/comments/r1sjct/problem_in_setup_ftp_server_in_arch/">[comments]</a></span>