PDA

Bekijk de volledige versie : Problems after ipkg upgrade to vsftpd 2.1.0-1



QMax
28-02-2009, 14:39
Strange problem after the upgrade to vsftpd 2.1.0-1.
I'm not able to access to the FTP server from LAN or WAN always with this error:

500 OOPS: could not bind listening IPv4 socket

Temporary patched adding


listen=NO

at the end of /opt/etc/vsftpd.conf file.

Hope this helps.

Max

avberk
01-03-2009, 20:37
That's one solution.

The other possibility is to edit vsftpd.conf and add:

background=YES

Kill xinetd daemon and remove xinetd startup script. (probably you can even uninstall xinetd)

and start vsftpd:

/opt/sbin/vsftpd

or create a startup script.