- 論壇徽章:
- 0
|
首先我搜了一圈 ,rhel6 修改yum源為163的方法 , 但是都是報錯error 404
簡單點的比如這個
http://www.cnblogs.com/dadong616/p/5586697.html
我采用的是配置163yum的方法 ,然后我的repo文件是這么配置的
[root@localhost yum.repos.d]# cat 163.repo
[163]
name=163
baseurl=http://mirrors.163.com/centos/6/os/x86_64/Packages/
gpgcheck=0
enabled=1
http://mirrors.163.com/centos/6/os/x86_64/Packages/
這個地址是有效的, 可以使用web打開 , 但是我在使用yum的時候, 冒錯如下:
[root@localhost yum.repos.d]# yum install telnet
Loaded plugins: fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
http://mirrors.163.com/centos/6/ ... epodata/repomd.xml: [Errno 14] HTTP Error 404 : http://mirrors.163.com/centos/6/ ... repodata/repomd.xml
Trying other mirror.
To address this issue please refer to the below knowledge base article
https://access.redhat.com/articles/1320623
If above article doesn't help to resolve this issue please open a ticket with Red Hat Support.
確實http://mirrors.163.com/centos/6/ ... repodata/repomd.xml 這個文件是打不開, 但也不是我配錯, 而是就沒有repodata/repomd.xml
那么這個問題要如何解決, 或者有沒有能修改aliyum源的方法
希望能有行之有效的, 解決方法, 錯誤的原因時候因為對方?jīng)]有這個文件 ,而且我看了下, 對應(yīng)網(wǎng)站上也沒有這個文件
百度了一圈, 我看很多都是抄來抄去,沒有真正實踐過
|
|