Page 1 of 1

Can't update from Yum Repo

Posted: Mon Sep 17, 2012 10:41 am
by noonesc
Hi,

A while ago i installed PHP 5.3 (and some other packages) from the atomic repo.
Yesterday i tried to update PHP and install an additional package but i received the following error message.

# yum update php*
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http://www.atomicorp.com/mirrorlist/ato ... s-5-x86_64 error was [Errno 14] HTTP Error 404: Not Found
Error: Cannot find a valid baseurl for repo: atomic

I've tried running "yum clean all" and "yum clean metadata" but it's still giving the same error.

I'm running on CentOS 5.8 64bit.
Can anyone tell me why?

Thanks!

Re: Can't update from Yum Repo

Posted: Mon Sep 17, 2012 12:26 pm
by mikeshinn
Files there. Just tried it from a browser, can you fire up a sniffer and see whats going on on your end? Maybe you arent resolving www.atomicorp.com correctly, or maybe your system is being redirected to some server we dont run?

Re: Can't update from Yum Repo

Posted: Mon Sep 17, 2012 2:12 pm
by noonesc
Hmm the server resolves correctly.

For some reason the switch from http to https in you mirrorlist fails.. i tried a manualy created mirrorlist and that works just fine...
I'll just have to play around with the server config on my end i'm afraid.

Thanks for your response anyway.