Cpanel Error NetworkManager is installed

When installing Cpanel on a dedicated server, i get error

NetworkManager is installed and running, or configured to startup.

To fix this, you just need to uninstall NetworkManager package.

yum remove NetworkManager

Cpanel NetworkManager error

Another error i got on same server is

2017-12-18 09:47:20 1076 (FATAL): /etc/resolv.conf must be configured with non-local resolvers for installations to complete.

This error is fixed by editing /etc/resolv.conf and adding “nameserver 8.8.8.8” line.

[root@server1 home]# cat /etc/resolv.conf 
# Generated by NetworkManager
search serverok.in
nameserver 8.8.8.8
[root@server1 home]# 
Need help with Linux Server or WordPress? We can help!

Leave a Reply

Your email address will not be published. Required fields are marked *