Page 1 of 1

FTP Doesn't startup as service

Posted: Tue Jan 27, 2015 3:33 pm
by hans013
Dear,

I have had a problem with vsftpd so i deleted it and reinstalled it.

Now it works 'correctly' only when i restart the servers it doesn't startup.

I need to start it up in the control panel.

What line can in insert to automate this?

Thank you.

Re: FTP Doesn't startup as service

Posted: Tue Jan 27, 2015 7:27 pm
by skurudo
And your OS is...?

Rhel - CentOS and Debian - Ubuntu are a bit differnt.

Re: FTP Doesn't startup as service

Posted: Tue Jan 27, 2015 10:49 pm
by joem
hans013 wrote:Dear,

I have had a problem with vsftpd so i deleted it and reinstalled it.

Now it works 'correctly' only when i restart the servers it doesn't startup.

I need to start it up in the control panel.

What line can in insert to automate this?

Thank you.
This should work

Code: Select all

chkconfig vsftpd on
If not use this

Code: Select all

sudo apt-get install sysv-rc-conf
sysv-rc-conf vsftpd on

Re: FTP Doesn't startup as service

Posted: Wed Jan 28, 2015 8:56 am
by hans013
Sorry, im running CentOS 6.6

Re: FTP Doesn't startup as service

Posted: Wed Jan 28, 2015 9:06 am
by hans013
the chkconfig vsftpd on worked.

Thank you!