[Solved] how to fix this cpanel installation error

    • maine
      Keymaster
      # 3 years, 5 months ago

      2022-05-31 13:41:37 225 [2482] (ERROR): ********************* ERROR *********************
      2022-05-31 13:41:37 226 [2482] (ERROR): NetworkManager is installed and running, or
      2022-05-31 13:41:37 227 [2482] (ERROR): configured to startup.
      2022-05-31 13:41:37 228 [2482] (ERROR):
      2022-05-31 13:41:37 229 [2482] (ERROR): cPanel does not support NetworkManager enabled
      2022-05-31 13:41:37 230 [2482] (ERROR): systems. The installation cannot proceed.
      2022-05-31 13:41:37 231 [2482] (ERROR):
      2022-05-31 13:41:37 232 [2482] (ERROR): See https://go.cpanel.net/disablenm for more
      2022-05-31 13:41:37 233 [2482] (ERROR): information on disabling Network Manager.
      2022-05-31 13:41:37 234 [2482] (ERROR): ********************* ERROR *********************

    • benjamin b
      Participant
      # 3 years, 5 months ago

      For centos, rhel … here we go

        service NetworkManager stop
        chkconfig NetworkManager off
    • benjamin b
      Participant
      # 3 years, 5 months ago

      Also for ubuntu

      sudo apt-get purge network-manager

      below should work for centos and rhel as well

      sudo systemctl stop NetworkManager.service
      sudo systemctl disable NetworkManager.service
Viewing 2 reply threads

You must be logged in to reply to this topic.