Error Update licence

staff

Verified User
Joined
Sep 19, 2007
Messages
114
Location
France
Hello I have a problem when I want to update my license its makes me this error :

ks364700:~# ./getLicense.sh 123 12345 91.xxx.xxx.xxx
--11:42:42-- https://www.directadmin.com/cgi-bin/licenseupdate?lid=12345&uid=123
=> `/usr/local/directadmin/conf/license.key'
Résolution de www.directadmin.com... failed: Name or service unknown.
Error downloading the license file


I even try to run this command and here is the error :

ks364700:~# wget http://files.directadmin.com/services/wget-1.8.2.tar.gz
--11:46:50-- http://files.directadmin.com/services/wget-1.8.2.tar.gz
=> `wget-1.8.2.tar.gz'
Résolution de files.directadmin.com... failed: Name or service unknown.

Help me :(
 
Means your server is not resolving hostnames. You need to update /etc/resolv.conf with the right nameservers that your isp gives you.
 
What "same ip"?

In that file you should have something like:
Code:
nameserver 333.3.2.1
nameserver 333.1.2.3

Ask for the right nameservers to your ISP or DataCenter staff.
 
Back
Top