Skip to main content

Error installing cpanel whm OVH / hetzner

Comments

11 comments

  • cPRex Jurassic Moderator
    Hey there! I'm not sure there is much we can help with on the cPanel-side of things for this particular error. I would recommend reaching out to the host about this kernel issue and having them confirm this is compatible with your system and hardware. What is most likely happening is that the "yum update" process is downloading a new kernel as part of the cPanel installation, but that isn't a part of the server that we manage.
    0
  • Quintanilha-RJ
    What I'm finding strange is that it's not just in one datacenter, but in two different datacenters and different dedicated servers. I believe it's not just me who is going through this, but many users who are currently installing the cpanel whm panel.
    0
  • cPRex Jurassic Moderator
    Could you create a ticket with our team with a fresh installation of your operating system so we can check that on our end?
    0
  • vacancy
    This probably has nothing to do with the kernel. The problem is with the network configuration. Cpanel uses networkd for network settings, some servers of ovh and hetzner take ip distribution via dhcp. There are some incompatibilities between DHCP and networkd service. NetworkManager is required for it to work smoothly with DHCP. When the server operating system is installed, it comes with NetworkManager, when you install cpanel, the cpanel setup agent closes NetworkManager and activates networkd. When you restart the server, the server cannot get ip over dhcp and there is an access problem. We've had this problem on many servers set up via ovh and hetzner automation. After the cpanel installation is complete, run the systemctl enable NetworkManager.service and systemctl disable network.service commands and restart the server. The networkd service will be disabled at startup and the Network.Manager service will run. In this way, your server will start pinging by taking ip over dhcp.
    0
  • Quintanilha-RJ
    my friend solved you are the guy, it was 2 months to solve this. thank you very much, I would even buy you a pizza now thank you
    -1
  • Quintanilha-RJ
    Good afternoon friend, could I ask a question? After I installed cloudlinux and made all the settings the error returned, is there any way to fix this error in rescue mode? because the server did not come back and the same is already set up!
    0
  • vacancy
    If you have kvm, you can login with root and run commands, if you don't have kvm, you can try by chrooting directories in recovery mode. I have heard that the cloudlinux kernel is incompatible with some new amd processors, except for the network problem, you may be experiencing incompatibility problems between cloudlinux and new amd processors. It is necessary to see what error the system gives with kvm.
    0
  • Quintanilha-RJ
    Good evening, your command worked, but only when I restarted the server for the first time, when restarting the server for the second time the error occurred again. I ran the commands: systemctl enable NetworkManager.service systemctl disable network.service and restarted the server it pinged again, but when I restarted it again the ping did not come back. is there any way to fix this command. because if I forget to perform the procedure when restarting the server it will cause problems.
    0
  • vacancy
    Good evening, your command worked, but only when I restarted the server for the first time, when restarting the server for the second time the error occurred again. I ran the commands: systemctl enable NetworkManager.service systemctl disable network.service and restarted the server it pinged again, but when I restarted it again the ping did not come back. is there any way to fix this command. because if I forget to perform the procedure when restarting the server it will cause problems.

    You can run the commands automatically at startup by adding them to /etc/rc.local.
    0
  • Unnamed User

    How you fix this error?

    0
  • Quintanilha-RJ

    After installing cpanel, run the following command, which will resolve

    yum install NetworkManager -y
    systemctl start NetworkManager
    systemctl status NetworkManager

    reboot

    0

Please sign in to leave a comment.