Skip to main content

Problem installing in CentOS7

Comments

6 comments

  • cPAdminsMichael
    Hmm.... how does your /etc/resolv.conf file look like?
    0
  • cPRex Jurassic Moderator
    That's my best idea too - the most likely issue is with the /etc/resolv.conf file on the machine. You may want to try replacing what is in there with this data, which is the Google public resolvers: nameserver 8.8.8.8 nameserver 8.8.4.4
    0
  • greghere
    See below [root@ares ~]# cat /etc/resolv.conf # Generated by SolusVM nameserver 8.8.8.8 nameserver 8.8.4.4 Definitely not the resolv.conf file... The issue is, prior to executing the installation scrip, the server could resolve DNS addresses without problem.. The DNS resolution problem occurs right after where the script does some command with nscd...
    0
  • cPRex Jurassic Moderator
    Thanks for the additional details. I'm wondering if there is some issue with that environment you're performing the install on, as I checked on my side and I don't see other reports of issues happening near the NSCD portion of the installer. NSCD isn't a tool that is unique to cPanel, so I'm wondering if your host could try enabling that service to see if that alone causes odd networking issues.
    0
  • greghere
    Problem solved... Forgot to disable SELinux
    0
  • cPRex Jurassic Moderator
    I'm glad that's all it was!
    0

Please sign in to leave a comment.