LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   vsftp help (https://www.linuxquestions.org/questions/linux-newbie-8/vsftp-help-63748/)

ksgill 06-04-2003 10:36 PM

vsftp help
 
I get this error when I try to run my vsftpd server

500 OOPS: could not bind listening IPv4 socket

ftp localhost command also gives me same error

what could be the problem?

Crashed_Again 06-04-2003 10:39 PM

Is vsftpd running?

netstat -l (lowercase L)

Have you cut off access to ftp through a firewall or tcpwrappers?

ksgill 06-04-2003 10:44 PM

tcp 0 0 *:32768 *:* LISTEN
tcp 0 0 localhost:32769 *:* LISTEN
tcp 0 0 *:sunrpc *:* LISTEN
tcp 0 0 *:x11 *:* LISTEN
tcp 0 0 *:ftp *:* LISTEN
tcp 0 0 *:telnet *:* LISTEN

ksgill 06-04-2003 10:45 PM

I dont think its working..this is what i got when i typed that command. I dont have any firewall up

ksgill 06-05-2003 06:07 PM

what does this mean?

500 OOPS: could not bind listening IPv4 socket

migmig 07-22-2003 12:32 PM

Hello,

I've had a similar problem. Actually I've forgotten to remove this line in my vsftpd.conf :
listen=YES

Yes, in the INSTALL file they say to write down this line in configuration file (for testing in standalone mode), but didn't say to remove it when using inetd; now I think it's obvious :)

Both Inetd and vsftpd were trying to listen on the same port, hence the error message.

Try to remove or comment out this line

---
mig

Subleak 09-02-2003 09:26 PM

lol thx mig mig ;)

would never of thought to comment that out.
it does make sense if you think about it

yogafrog 09-25-2003 01:31 PM

very cool hint. Helped me out also :)

Thanks alot.


All times are GMT -5. The time now is 11:34 AM.