[ATrpms-users] Centos el5 yum error -- repomd.xml: [Errno 14] HTTP Error 404: Not Found

griz_quattro griz_quattro at tx.rr.com
Tue Jan 1 13:15:54 CET 2008


Axel Thimm wrote:
> On Tue, Jan 01, 2008 at 05:02:29AM -0600, griz_quattro wrote:
>> Axel Thimm wrote:
>>> You didn't send enough output from the yum failure. Perhaps a typo in
>>> the URL?
>> ----------------------------------------------------------------
>>
>> Axel,
>>
>> Here is what I did:
>>
>> [root at regifteddell ~]# rpm --import http://ATrpms.net/RPM-GPG-KEY.atrpms
>> [root at regifteddell ~]# yum install vlc
>> CRITICAL:yum.cli:Config Error: Parsing file failed: File contains
>> parsing errors: file:///etc/yum.conf
>>         [line 20]: ' name=Fedora Core $releasever - $basearch - ATrpms\n'
>>         [line 21]: '
>> baseurl=http://dl.atrpms.net/f$releasever-$basearch/atrpms/stable\n'
>>         [line 22]: ' gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms\n'
>>         [line 23]: ' gpgcheck=1'
>> [root at dell8200 ~]# yum install vlc
>> Loading "fastestmirror" plugin
>> Loading "priorities" plugin
>> Loading "kernel-module" plugin
>> Loading "installonlyn" plugin
>> Setting up Install Process
>> Setting up repositories
>> http://dl.atrpms.net/f5-i386/atrpms/stable/repodata/repomd.xml: [Errno
>> 14] HTTP Error 404: Not Found
>> Trying other mirror.
>> Error: Cannot open/read repomd.xml file for repository: atrpms
>> [root at regifteddell ~]#
>>
>> ----------------------------------------------------------------
>>
>> Here is the yum.conf :
>>
>> [main]
>> cachedir=/var/cache/yum
>> keepcache=1
>> debuglevel=2
>> logfile=/var/log/yum.log
>> pkgpolicy=newest
>> distroverpkg=redhat-release
>> tolerant=1
>> exactarch=1
>> obsoletes=1
>> gpgcheck=1
>> plugins=1
>> metadata_expire=1800
>>
>> # PUT YOUR REPOS HERE OR IN separate files named file.repo
>> # in /etc/yum.repos.d
>>
>> [atrpms]
>> name=Fedora Core $releasever - $basearch - ATrpms
>> baseurl=http://dl.atrpms.net/f$releasever-$basearch/atrpms/stable
>                                ^^ make that el
>> gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
>> gpgcheck=1
> 
 Axel,

That did it.
I replaced
baseurl=http://dl.atrpms.net/f$releasever-$basearch/atrpms/stable
                             ^ /f$releasever
with
baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/stable
                             ^^ /el$releasever

That did it! [root at regifteddell ~]# yum list available
gave me a list of packages you have probably seen before.

Did't find VLC but all is good.

Thanks and Happy New Year,
Dennis



More information about the atrpms-users mailing list