I tried installing cPanel on a fresh install of Ubuntu 20.04 this morning. I set up the name and static IP address with my org's preferences (we are inside a firewall and use an internal DNS). I had to install screen and curl, and then cpanel.
Before the cpanel install, my DNS worked. My resolv.conf file read nameserver 127.0.0.53
During the install, I see that the installer disabled systemd-resolved and removed the resolution service, and, I guess, replaced it with it's own.
Disabling systend-resolved if it is enabled...2023-08-01 14:03:04 100 [37484] (DEBUG) :
- ssystem (BEGIN]: systemctl disable - -now systend-resolved
2023-08-01 14:03:04 100 [37484] (DEBUG) :
Removed /etc/systend/system/dbus-org.freedesktop.resolvel.service.
2023-08-01 14:03:04 100 [374841 (DEBUG):
Removed /etc/systend/system/multi-user.target.wants/systend-resolved.service.
2023-08-01 14:03:04 100 [37484] (DEBUG):
ssystem END]
2023-08-01 14:03:04 509 37484] ( INFO): Validating whether the system can look up domains.
2023-08-01 14:03:04 516 [37484] (DEBUG):
Testing httpupdate.cpanel.net.
2023-08-01 14:03:44 518 [37484] (ERROR):
2023-08-01 14:03:44519 [37484] (ERROR): The system cannot resolve the httpupdate.cpanel.net domain. Check the /etc/resolv.conf file. The system has terminated the insta llation process.
My resolv.conf file now reads:
nameserver 1.1.1.1
nameserver 8.8.8.8
and nothing on the computer resolves anymore. .
Am I missing something in the DNS configuration?
Before the cpanel install, my DNS worked. My resolv.conf file read nameserver 127.0.0.53
During the install, I see that the installer disabled systemd-resolved and removed the resolution service, and, I guess, replaced it with it's own.
Disabling systend-resolved if it is enabled...2023-08-01 14:03:04 100 [37484] (DEBUG) :
- ssystem (BEGIN]: systemctl disable - -now systend-resolved
2023-08-01 14:03:04 100 [37484] (DEBUG) :
Removed /etc/systend/system/dbus-org.freedesktop.resolvel.service.
2023-08-01 14:03:04 100 [374841 (DEBUG):
Removed /etc/systend/system/multi-user.target.wants/systend-resolved.service.
2023-08-01 14:03:04 100 [37484] (DEBUG):
ssystem END]
2023-08-01 14:03:04 509 37484] ( INFO): Validating whether the system can look up domains.
2023-08-01 14:03:04 516 [37484] (DEBUG):
Testing httpupdate.cpanel.net.
2023-08-01 14:03:44 518 [37484] (ERROR):
2023-08-01 14:03:44519 [37484] (ERROR): The system cannot resolve the httpupdate.cpanel.net domain. Check the /etc/resolv.conf file. The system has terminated the insta llation process.
My resolv.conf file now reads:
nameserver 1.1.1.1
nameserver 8.8.8.8
and nothing on the computer resolves anymore. .
Am I missing something in the DNS configuration?
Last edited by a moderator: