LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   vsftpd error: 500 00PS could not bind listening IPV4 socket...... (https://www.linuxquestions.org/questions/linux-newbie-8/vsftpd-error-500-00ps-could-not-bind-listening-ipv4-socket-723001/)

thetotzky04 05-01-2009 02:15 PM

vsftpd error: 500 00PS could not bind listening IPV4 socket......
 
Linux Experts,

I'm experiencing this error while I'm building a ftp server


[root@theo ~]# /usr/local/sbin/vsftpd &

500 OOPS: could not bind listening IPv4 socket
[8] 32542
[8] Exit 1 /usr/local/sbin/vsftpd









what will I do??

bathory 05-01-2009 04:13 PM

You have another process running and listening on port 21. Most likely it's xinetd. Take a look at /etc/xinetd.d/vsftpd and see if disable=no. If you want to run vsftpd standalone, then disable must be "yes". Restart xinetd if you change that value and try to start vsftp.

Regards


All times are GMT -5. The time now is 12:09 AM.