Is anyone else seeing the setup hanging at step 4 on CentOS 6.3 as seen here:
http://o7.no/wCOFdx
Is anyone else seeing the setup hanging at step 4 on CentOS 6.3 as seen here:
http://o7.no/wCOFdx
Last edited by cloud9it; 07-14-2012 at 07:15 PM.
Did you check the installations logs?
/var/log/cpanel-install-thread0.log
Turns out it's a known issue with CentOS 6.3. If you run these commands, everything works.
> $ mv /etc/init.d/named /etc/init.d/named.bak
> $ yum reinstall bind
> $ cd /etc/init.d/
> $ grep port named
(looking for this output)
> export KRB5_KTNAME=${KEYTAB_FILE:-/etc/named.keytab}
> [ -x /sbin/portrelease ] && /sbin/portrelease named &>/dev/null || :
Then type:
> $ /etc/init.d/named stop; /etc/init.d/portreserve restart; /etc/init.d/named start; netstat -plan | grep 953 | grep named
And you should see this:
> Stopping named: . [ OK ]
> Stopping portreserve: [ OK ]
> Starting portreserve: [ OK ]
> Starting named: [ OK ]
> tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 15277/named