What is the output from the following commands (via root SSH access)?
Code:
# stat /etc/init.d/install-cpanel
# chkconfig --list install-cpanel
If there is a chkconfig entry displayed, the following two commands may be used to disable automatic startup and then remove the init script:
Code:
# chkconfig install-cpanel off
# rm -fv /etc/init.d/install-cpanel
To check for possible reasons why the automatic install may have failed, I would start by checking the following two install log files:
Code:
/var/log/cpanel-install-thread0.log
/var/log/cpanel-install-thread1.log