Tuesday, February 12, 2013

Getting Error while starting FTP

Getting following  Error while starting FTP

Starting vsftpd for vsftpd: 500 OOPS: could not bind listening IPv4 socket
                                                           [FAILED]
  Reply from Group Members

check port 21 is open or not??
i am not sure, this problem is because of access permission.

n what comes in message file ???


Hello Arfat,

Refer  this link

http://www.unixresources.net/linux/lf/36/archive/00/00/01/29/12951.html
http://ubuntuforums.org/showthread.php?t=264003



Also make sure that is is correct
"if you are running it under xinetd, you need to change the vsftpd.conf file to have it NOT listen on port 21 since xinted is already doing that and failing to bind the port makes xinetd whine and die.

turning

listen=YES

at the bottom of /etc/vsftpd/vsftpd.conf into

#listen=YES

will do the trick for you, I suspect.
"
 

No comments:

Post a Comment