Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FTP server to start automatically 2

Status
Not open for further replies.

cts123

Technical User
Feb 28, 2007
108
IN
Hi,

I have configured the vsftpd.conf for the FTP service. And it's working fine. But when I reboot the server, it doesn't come up automatically. How can I fix it?

Is any manual entry to be done under /etc/rc.d/rc3.d for that service to start automatically?

Please confirm the steps which are to be followed.

Thanks.
Sam
 
in the rc5.d directory I renamed the file K50vsftpd to S50vsftpd. The K means to kill the service while the S means to start the service.
 
Alternately I have set it up to start using chkconfig --level 345 vsftpd on and this worked like a charm
 
awesome support. I will check this and will confirm the result. Thanks again.
 
I followed the process mentioned by Tolson. It's working like charm.

Thanks.
Sam
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top