CentOS 7 on linode unable to install with the current guide.

MaXi32

Verified User
Joined
Jul 25, 2016
Messages
658
Location
The Earth
Hai, I created a server at linode.com with the operating system CentOS7 (fresh install)

Then I run directadmin using the following guide

https://www.directadmin.com/installguide.php

but at the end I always got this error message:

2016-09-03 09:10:44 (53.5 MB/s) - ‘/var/named/named.local’ saved [433/433]

All Checks have passed, continuing with install...
Created symlink from /etc/systemd/system/multi-user.target.wants/directadmin.ser vice to /etc/systemd/system/directadmin.service.
Created symlink from /etc/systemd/system/multi-user.target.wants/startips.servic e to /etc/systemd/system/startips.service.
Checking quotas...
--2016-09-03 09:10:44-- https://www.directadmin.com/cgi-bin/licenseupdate?lid=1 62612&uid=54903
Resolving www.directadmin.com (www.directadmin.com)... failed: Name or service n ot known.
wget: unable to resolve host address ‘www.directadmin.com’
Error downloading the license file
Error determining IP via myip.directadmin.com
Trying license relay server...
--2016-09-03 09:10:44-- https://license.directadmin.com/licenseupdate.php?lid=1 62612&uid=54903
Resolving license.directadmin.com (license.directadmin.com)... failed: Name or s ervice not known.
wget: unable to resolve host address ‘license.directadmin.com’
Error downloading the license file from relay server as well.
Error determining IP via myip.directadmin.com
[root@li1461-7 ~]#

Error output in photo:

https://s10.postimg.io/7be0o7x09/local.png

I notice that, during the installation perhaps directadmin replace the /etc/resolve.conf file. I cannot ping google.com. Anyone experience the same problem?
 
Hello,

Set correct nameservers in cat /etc/resolv.conf and try installation once more.
You can try and put:

Code:
nameserver 8.8.8.8

into /etc/resolv.conf and see if resolving is functioning without errors.
 
Back
Top