Confiruging VSFTPD on SuSE
Had a recent request to setup an FTP server and I want to utilize my existing Apache Web server, running SuSE 10. I already have VSFTPD installed; however, I'm lacking information on how to configure.
I did a search of the forums with no luck as well as Google. Anybody care to point me in the right direction. I tried to start the service by looking within /etc/init.d; however, no luck. YaST only references TFTP as an available network service.
TIA
VSFTP Problem OpenSuSE 10.2
Quote:
Originally Posted by k9fto
CD4SRV5:~ # ftp 10.2.118.46
Connected to 10.2.118.46.
500 OOPS: could not bind listening IPv4 socket
Exactly the same happens on my server. If i do this:
rcxinetd stop
vsftp
as root, then vsftp is working... Could anyone help to run vsftp with xinetd?
Thank's. Steve
Re:Could anyone help to run vsftp with xinetd?
Quote:
Originally Posted by stephanw
Exactly the same happens on my server. If i do this:
rcxinetd stop
vsftp
as root, then vsftp is working... Could anyone help to run vsftp with xinetd?
Thank's. Steve
I had the exact same problem when setting up vsftpd on 10.0[necessary because of old hardware].
open a terminal window
su [to become root if not already]
type the following:
killall vsftpd
Go to Yast>Network Services>Network Services(xinetd)>
Scroll down and you should see "ftp" under the services column
Select "ftp"
Click the "Toggle Status (on or off)" to turn it off.
Click "Finish"
Go back to your terminal window and type the following:
/usr/sbin/vsftpd &