我是跟据本网提供的方法改YUM镜像源,可是好像出现了不少错误 ,不知怎么解决,在网上找了好多资料都解决不了,希望朋友帮忙:其中两个配置如下:
文件1:fedora-cn.repo
[core]
name=Fedora Core $releasever - $basearch
baseurl=http://mirror.lupaworld.com/fedora/fedora-cn/$releasever/$ba#search/os/
#mirrorlist=http://fedora.redhat.com/download/mirrors/fedora-core-$releasever
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY
[core-debuginfo]
name=Fedora Core $releasever - $basearch - Debug
baseurl=http://mirror.lupaworld.com/fedora/fedora-cn/$releasever/$basearch/debug/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY
[core-source]
name=Fedora Core $releasever - Source
baseurl=http://mirror.lupaworld.com/fedora/fedora-cn/$releasever/source/SRPMS/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY
文件2:fedora-extras.repo
[extras]
name=Fedora Extras $releasever - $basearch
baseurl=http://mirror.lupaworld.com/fedora/extras/$releasever/$#basearch/
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-extras
gpgcheck=1
[extras-debuginfo]
name=Fedora Extras $releasever - $basearch - Debug
baseurl=http://mirror.lupaworld.com/fedora/extras/$releasever/$basearch/debug/
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-extras
gpgcheck=1
[extras-source]
name=Fedora Extras $releasever - Source
baseurl=http://mirror.lupaworld.com/fedora/extras/$releasever/SRPMS/
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-extras
gpgcheck=1
错误 :
[root@localhost ~]# yum list eva
Loading "installonlyn" plugin
Setting up repositories
livna [1/5]
core [2/5]
http://mirror.lupaworld.com/fedo ... epodata/repomd.xml: [Errno 14] HTTP Error 404: Date: Thu, 14 Sep 2006 18:12:42 GMT
Server: Apache/2.0.54 (Ubuntu) PHP/4.4.0-3ubuntu2
Content-Length: 325
Content-Type: text/html; charset=iso-8859-1
Trying other mirror.
Cannot open/read repomd.xml file for repository: core
failure: repodata/repomd.xml from core: [Errno 256] No more mirrors to try.
Error: failure: repodata/repomd.xml from core: [Errno 256] No more mirrors to try.
本人真的好希望把这个问题给解决了,毕竟花了不少时间上去了。。。。