Page 1 of 1

CentOS - New Installation Error

Posted: Tue Mar 10, 2015 2:45 am
by timlee
Hi there,

Got a problem when doing a new installation using

Code: Select all

./fullinstall
on CentOS, which previously was working well. Attached the install.log

Code: Select all

Setting up Install Process
Loading mirror speeds from cached hostfile
Error: Cannot find a valid baseurl for repo: base
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock error was
14: PYCURL ERROR 6 - "Couldn't resolve host 'mirrorlist.centos.org'"
RESULT=1

Re: CentOS - New Installation Error

Posted: Tue Mar 10, 2015 9:05 am
by jdalrymple
This is a DNS issue when trying to add some base packages that are necessary. I've seen this multiple times in the past few weeks, the problem is likely transient.

Unfortunately it's out of our control, but I suspect if you tried again today the problem will have solved itself.

Just for curiosities sake, are you using public DNS or do you host your own and use forwarders? Where are your forward requests going?

Re: CentOS - New Installation Error

Posted: Tue Mar 10, 2015 8:49 pm
by timlee
jdalrymple wrote:This is a DNS issue when trying to add some base packages that are necessary. I've seen this multiple times in the past few weeks, the problem is likely transient.

Unfortunately it's out of our control, but I suspect if you tried again today the problem will have solved itself.

Just for curiosities sake, are you using public DNS or do you host your own and use forwarders? Where are your forward requests going?
I sincerely apologize for my mistake... I didn't put in the DNS in /etc/sysconfig/network-scripts/ifcfg-eth0
It's working now :oops:

Re: CentOS - New Installation Error

Posted: Wed Mar 11, 2015 10:28 am
by jdalrymple
An easy oversight - glad you got it sorted!