Process cc-ftpd is down, attempting restart

Read 5190 times
Hello,

I'm seeing the message below every 5 minutes, I'm already running a FTP server as its installed on a cPanel box. How can I chnage the FTP port OR disable the cc-ftp process?

Code: [Select]
[06/Mar/2014 2:20:01 +1100] Process cc-ftpd is down, attempting restart
[06/Mar/2014 2:20:01 +1100] Process cc-ftpd restarted successfully

Thanks
Using a unix based text editor such as vi or nano, open the cc-ftp configuration file "/usr/local/centovacast/etc/cc-ftpd.conf", and locate the following line:

FTP_PORT=21

Change it to:

FTP_PORT=2121

Finally, if you are using a firewall make sure to add your new cc-ftp port to the exception list, and start cc-ftp using: /etc/init.d/centovacast start-ftp
Thanks that did the trick!
how to restart ftp cd /etc/init.d/centovacast start-ftp is not working