again i get error message whet yum try to connect to atrpm. here is the output: # yum update Loaded plugins: downloadonly, presto, protect-packages, refresh-packagekit, verify, versionlock http://dl.atrpms.net/el6.0-x86_64/atrpms/stable/repodata/repomd.xml: [Errno 14] HTTP Error 404 : http://dl.atrpms.net/el6.0-x86_64/atrpms/stable/repodata/repomd.xml Trying other mirror. Error: Cannot retrieve repository metadata (repomd.xml) for repository: atrpms. Please verify its path and try again
as you see yum try to connect to: http://dl.atrpms.net/el6.0-x86_64/atrpms/stable/repodata/repomd.xml while the correct address is: http://dl.atrpms.net/el6-x86_64/atrpms/stable/repodata/repomd.xml so el6.0-x86_64 should be replaced by el6-x86_64 here is the first section of my /etc/yum.repos.d/atrpms.repo file: [atrpms] name=Red Hat Enterprise Linux $releasever - $basearch - ATrpms failovermethod=priority baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/stable enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-atrpms how can i fix this repo? Regards On Wed, Mar 9, 2011 at 1:18 PM, Kai Heide <[email protected]> wrote: > 2011/3/9 M.R.Hadian <[email protected]>: > > Hi > > it seems that the atrpm repo has problem. there is no "repodate" folder > in > > http://dl.atrpms.net/el6-x86_64/atrpms/stable/ which is searched by yum. > > Here it is: > http://dl.atrpms.net/el6-x86_64/atrpms/stable/repodata/ > > -- > MfG > Kai Heide >
