Skip to main content

CPanel installation issue on Fresh CentOS

Comments

6 comments

  • venomdog
    These are more logs of my test : [root@shagari ~]# netstat -tplanu|grep :953|grep LIST tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 1703/named [root@shagari ~]# rndc reload WARNING: key file (/etc/rndc.key) exists, but using default configuration file (/etc/rndc.conf) rndc: connect failed: 127.0.0.1#953: timed out [root@shagari ~]# cat /etc/rndc.conf # Start of rndc.conf key "rndc-key" { algorithm hmac-md5; secret "IjsxBoa3yDJxoAqM1CsohA=="; }; options { default-key "rndc-key"; default-server 127.0.0.1; default-port 953; }; # End of rndc.conf # Use with the following in named.conf, adjusting the allow list as needed: # key "rndc-key" { # algorithm hmac-md5; # secret "IjsxBoa3yDJxoAqM1CsohA=="; # }; # # controls { # inet 127.0.0.1 port 953 # allow { 127.0.0.1; } keys { "rndc-key"; }; # }; # End of named.conf [root@shagari ~]# netstat -tanpu Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 734/mysqld tcp 0 0 0.0.0.0:587 0.0.0.0:* LISTEN 778/exim tcp 0 0 127.0.0.1:783 0.0.0.0:* LISTEN 801/spamd.pid --max tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN 778/exim tcp 0 0 23.226.137.31:53 0.0.0.0:* LISTEN 1703/named tcp 0 0 23.226.137.30:53 0.0.0.0:* LISTEN 1703/named tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 1703/named tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 811/pure-ftpd (SERV tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 614/sshd tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 1703/named tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 778/exim tcp 0 48 23.226.137.30:22 122.177.180.116:11261 ESTABLISHED 1474/sshd tcp 0 256 23.226.137.30:22 122.177.180.116:11365 ESTABLISHED 1788/sshd tcp 0 272 23.226.137.30:22 122.177.180.116:11366 ESTABLISHED 1789/sshd tcp 0 0 23.226.137.30:22 122.177.180.116:29448 ESTABLISHED 948/sshd tcp 0 0 23.226.137.30:22 122.177.180.116:29380 ESTABLISHED 879/sshd tcp 0 0 23.226.137.31:22 1.93.30.190:36806 TIME_WAIT - tcp 0 0 23.226.137.31:22 1.93.30.190:38552 ESTABLISHED 2031/sshd tcp 0 0 :::587 :::* LISTEN 778/exim tcp 0 0 :::465 :::* LISTEN 778/exim tcp 0 0 :::21 :::* LISTEN 811/pure-ftpd (SERV tcp 0 0 :::22 :::* LISTEN 614/sshd tcp 0 0 :::25 :::* LISTEN 778/exim udp 0 0 23.226.137.31:53 0.0.0.0:* 1703/named udp 0 0 23.226.137.30:53 0.0.0.0:* 1703/named udp 0 0 127.0.0.1:53 0.0.0.0:* 1703/named [root@shagari ~]# ps -ef | grep named named 1703 1 0 04:46 ? 00:00:00 /usr/sbin/named -u named root 2055 1519 0 05:14 pts/1 00:00:00 grep named
    0
  • cPanelMichael
    Hello :) Per the support ticket, the issue was addressed by using a default instance of the /etc/sysconfig/named file. Thank you.
    0
  • venomdog
    Hi Michael, Thanks for reply but no it didn't solved my problem. Cpanel install still freezes at same point. No idea whats going on.
    0
  • venomdog
    My VPS provider suggested for migrating to new node, migration has started lets see if it solves the issue. Thanks again.
    0
  • venomdog
    And it works on new node :).
    0
  • cPanelMichael
    I am happy to see you were able to resolve the issue. Thank you for updating us with the outcome.
    0

Please sign in to leave a comment.