Web Hosting Talk







View Full Version : cPanel install problem


KarincaHosting
08-06-2009, 06:03 AM
I'm getting an error like this how can I solve?


Friends want to take files with SSH when I'm faced with a problem like this
Please help me
[root@linux ~]# wget http://layer1.cpanel.net/latest
--20:31:30-- http://layer1.cpanel.net/latest
Resolving layer1.cpanel.net... failed: Temporary failure in name resolution.
[root@linux ~]#

UnderHost
08-06-2009, 06:20 AM
Check /etc/resolv.conf to be sure resolver IP are set properly.

Try:

ping google.com

inspiron
08-06-2009, 08:29 AM
Make sure that the DNS are set properly checking the /etc/resolv.conf entries and also try to restart the named service by using the command,

# service named restart

SC-Daniel
08-06-2009, 09:23 AM
If there is nothing in /etc/resolv.conf add the following:

nameserver 4.2.2.1
nameserver 4.2.2.2
options rotate

Then try once more and see how it goes.

KarincaHosting
08-06-2009, 10:00 AM
problem was solved friends,

I've created resolv.conf

copy paste:

karincahosting.com
nameserver 208.67.222.222
nameserver 208.67.220.220

upload > /etc/resolv.conf

problem was solved