Page 1 of 1

Atomic mirror showing 404 error

Posted: Sun Apr 27, 2014 6:42 pm
by Sempiterna
I needed to update something today, and found that the atomic repo was no longer there:

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

Is this repo still available, or are all packages now available in the asl.repo?

Re: Atomic mirror showing 404 error

Posted: Mon Apr 28, 2014 6:24 am
by prupert
Are you up to date with the latest atomic-release package (which contains the repo configuration)?

Code: Select all

# rpm -q atomic-release
atomic-release-1.0-19.el5.art.noarch
This should provide the file /etc/yum.repos.d/atomic.repo containing "mirrorlist = http://updates.atomicorp.com/channels/m ... -$basearch".

Re: Atomic mirror showing 404 error

Posted: Mon Apr 28, 2014 5:40 pm
by Sempiterna
I guess i'm not up to date with the atomic-release package:

atomic-release-1.0-16.el5.art

How does one update the repo? Is it this one?:

http://www.atomicorp.com/installers/atomic

I do have ASL (3.2.16). Do I still need the atomic repo?

Re: Atomic mirror showing 404 error

Posted: Mon Apr 28, 2014 6:41 pm
by prupert

Code: Select all

yum update atomic-release
Have you ever run updates via yum? It really is paramount that you keep the installed software on your server up to date to get protection against known bugs and security issues.

Re: Atomic mirror showing 404 error

Posted: Tue Apr 29, 2014 12:27 pm
by mikeshinn