We try to upgrade through yum We got following errors,
yum list
Repository update is listed more than once in the configuration
Repository base is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
Repository addons is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Setting up repositories
http://3es.atomicrocketturtle.com/atomi ... repomd.xml: [Errno 4] IOError: HTTP Error 404: Not Found
Trying other mirror.
Cannot open/read repomd.xml file for repository: psa-8.1
failure: repodata/repomd.xml from psa-8.1: [Errno 256] No more mirrors to try.
Error: failure: repodata/repomd.xml from psa-8.1: [Errno 256] No more mirrors to try.
Our Yum repo is Follows:
# Stable channel
[atomic]
name=Atomic Rocket Turtle - 4ES - Atomic PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/art/4ES/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY.art.txt
enabled=1
[atomic]
name=Atomic Rocket Turtle - $releasever - Atomic PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomi ... easeverES/
[atomic-app-vault]
name=Atomic Rocket Turtle - $releasever - Atomic PSA App Vault RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/app-vault/
# Replace DISTRO with your distribution, centos/redhat
[psa-8.1]
name=Atomic Rocket Turtle - $releasever - SW-Soft PSA 8.1 RPMS
baseurl=http://3es.atomicrocketturtle.com/atomi ... ever/$arch
# Almost Stable, release candidates for [atomic]
[atomic-testing]
name=Atomic Rocket Turtle - 4ES - Atomic Testing PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomi ... g/art/4ES/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY.art.txt
enabled=0
# Untested, Unstable, known buggy, and incomplete packages
[atomic-bleeding]
name=Atomic Rocket Turtle - 4ES - Atomic Bleeding PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomi ... g/art/4ES/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY.art.txt
enabled=0
Any thing wrong in our setup, if fine pls correct,
Thanks
Kanagaraj