Skip to main content

cPanel 58 will not install

Comments

2 comments

  • JacobPerkins
    Hi, Can you try and run that command manually, and see how it's failing? If yum isn't working on a server, cPanel won't ever install properly
    0
  • stef
    Hi, This happens on CentOS/RHEL 6.8 and is related to Red Hat Customer Portal If you try "yum repolist" or some other yum command on CLI, you will see it core dumps. To work around it, you can set the env variable NSS_DISABLE_HW_GCM to 0, for example: # export NSS_DISABLE_HW_GCM=0;yum repolist This will work now. Following the RedHat BugFix Advisory, installing the updated nss-softokn packages will solve it. So I went ahead: # export NSS_DISABLE_HW_GCM=0;yum update nss-softokn Confirm the installation of the rpm's. Now you can run the cPanel update again. Greetz
    0

Please sign in to leave a comment.