I get error when doing
[root@localhost tmp]# yum update
Loaded plugins: fastestmirror, presto, refresh-packagekit
Loading mirror speeds from cached hostfile
* fedora: mirrors.reflected.net
* rpmfusion-free: mirror.hiwaay.net
* rpmfusion-free-updates: mirror.hiwaay.net
* updates: mirrors.reflected.net
http://download.wellassa.org/fedora/...ta/repomd.xml: [Errno 14] HTTP Error 500 :
http://download.wellassa.org/fedora/...ata/repomd.xml
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: wellassa-linux. Please verify its path and try again
[root@localhost tmp]#
I then tried to do a cleanup
then try
here is the error again
[root@localhost tmp]# yum update
Loaded plugins: fastestmirror, presto, refresh-packagekit
Loading mirror speeds from cached hostfile
* fedora: mirror.liberty.edu
* rpmfusion-free: mirror.liberty.edu
* rpmfusion-free-updates: mirror.liberty.edu
* updates: mirror.liberty.edu
rpmfusion-free | 3.8 kB 00:00
rpmfusion-free/primary_db | 297 kB 00:00
rpmfusion-free-updates | 2.8 kB 00:00
rpmfusion-free-updates/primary_db | 513 kB 00:00
http://download.wellassa.org/fedora/...ta/repomd.xml: [Errno 14] HTTP Error 500 :
http://download.wellassa.org/fedora/...ata/repomd.xml
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: wellassa-linux. Please verify its path and try again
How do I fix the repo for "wellassa"? Is that the problem?
Thank you in advance to anyone who can make my brain hurt less by pointing me in the correct direction.
---------- Post added at 08:39 PM CDT ---------- Previous post was at 08:01 PM CDT ----------
searching the web i found
http://download.wellassa.org/fedora/12/SRPMS/repodata/ and see that it has "repomd.xml"
I see the difference is i386 vs SRPMS but looking at my /etc/yum.repos.d/wellassa-linux.repo it shows the SRPMS of the enabled baseurl.
I am running F12. as seen by uname -a
[root@localhost yum.repos.d]# uname -a
Linux localhost.localdomain 2.6.32.14-127.fc12.i686.PAE #1 SMP Fri May 28 04:47:04 UTC 2010 i686 i686 i386 GNU/Linux
Here is my repo file for wellassa.
[wellassa-linux]
name=Wellassa Fedora 10 repo
baseurl=http://download.wellassa.org/fedora/$releasever/$basearch/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-wellassa-linux
[wellassa-linux-debuginfo]
name=Wellassa Fedora 10 source repo
baseurl=http://download.wellassa.org/fedora/$releasever/$basearch/debug/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-wellassa-linux
[wellassa-linux-source]
name=Wellassa Fedora 10 source repo
baseurl=http://download.wellassa.org/fedora/$releasever/SRPMS/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-wellassa-linux