亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費注冊 查看新帖 |

Chinaunix

  平臺 論壇 博客 文庫
最近訪問板塊 發(fā)新帖
查看: 44158 | 回復: 7
打印 上一主題 下一主題

[系統(tǒng)安裝] centos7 怎么配置yum 163的源 [復制鏈接]

論壇徽章:
0
跳轉到指定樓層
1 [收藏(0)] [報告]
發(fā)表于 2014-11-21 16:39 |只看該作者 |倒序瀏覽
配置錯了,不能yum
面試配置
[base]
name=CentOS-$releasever - Base - 163.com
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
baseurl=http://mirrors.163.com/centos/7.0.1406/updates/x86_64/repodata/repomd.xml
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

#released updates
[updates]
name=CentOS-$releasever - Updates - 163.com
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
baseurl=http://mirrors.163.com/centos/7.0.1406/updates/x86_64/repodata/repomd.xml
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

#packages used/produced in the build but not released
[addons]
name=CentOS-$releasever - Addons - 163.com
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=addons
baseurl=http://mirrors.163.com/centos/7.0.1406/updates/x86_64/repodata/repomd.xml
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras - 163.com
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras
baseurl=http://mirrors.163.com/centos/7.0.1406/updates/x86_64/repodata/repomd.xml
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus - 163.com
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus
baseurl=http://mirrors.163.com/centos/7.0.1406/updates/x86_64/repodata/repomd.xml
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

#contrib - packages by Centos Users
[contrib]
name=CentOS-$releasever - Contrib - 163.com
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib
baseurl=http://mirrors.163.com/centos/7.0.1406/updates/x86_64/repodata/repomd.xml
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7


錯誤信息
[root@localhost yum.repos.d]# yum clean all
已加載插件:fastestmirror, langpacks
Repository base is listed more than once in the configuration
Repository updates is listed more than once in the configuration
Repository addons is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
Repository contrib is listed more than once in the configuration
正在清理軟件源: addons base extras updates
Cleaning up everything
[root@localhost yum.repos.d]#
[root@localhost yum.repos.d]# yum makecache
已加載插件:fastestmirror, langpacks
Repository base is listed more than once in the configuration
Repository updates is listed more than once in the configuration
Repository addons is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
Repository contrib is listed more than once in the configuration
http://mirrors.163.com/centos/7/ ... epodata/repomd.xml: [Errno 12] Timeout on http://mirrors.ion too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
正在嘗試其它鏡像。
http://mirrors.163.com/centos/7/ ... epodata/repomd.xml: [Errno 12] Timeout on http://mirrors.163.com/centos/7/ ... epodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
正在嘗試其它鏡像。
http://mirrors.163.com/centos/7/ ... epodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
正在嘗試其它鏡像。


One of the configured repositories failed (CentOS-7 - Addons - 163.com),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:

     1. Contact the upstream for the repository and get them to fix the problem.

     2. Reconfigure the baseurl/etc. for the repository, to point to a working
        upstream. This is most often useful if you are using a newer
        distribution release than is supported by the repository (and the
        packages for the previous distribution release still work).

     3. Disable the repository, so yum won't use it by default. Yum will then
        just ignore the repository until you permanently enable it again or use
        --enablerepo for temporary usage:

            yum-config-manager --disable addons

     4. Configure the failing repository to be skipped, if it is unavailable.
        Note that yum will try to contact the repo. when it runs most commands,
        so will have to try and fail each time (and thus. yum will be be much
        slower). If it is a very temporary problem though, this is often a nice
        compromise:

            yum-config-manager --save --setopt=addons.skip_if_unavailable=true

failure: repodata/repomd.xml from addons: [Errno 256] No more mirrors to try.
http://mirrors.163.com/centos/7/ ... epodata/repomd.xml: [Errno 12] Timeout on http://mirrors.163.com/centos/7/ ... epodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
http://mirrors.163.com/centos/7/ ... epodata/repomd.xml: [Errno 12] Timeout on http://mirrors.163.com/centos/7/ ... epodata/repomd.xml: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
http://mirrors.163.com/centos/7/ ... epodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
[root@localhost yum.repos.d]#

論壇徽章:
10
金牛座
日期:2014-09-16 19:02:48技術圖書徽章
日期:2015-11-24 01:37:29操作系統(tǒng)版塊每日發(fā)帖之星
日期:2015-11-18 06:20:002015年亞洲杯之沙特阿拉伯
日期:2015-04-13 17:33:462015年迎新春徽章
日期:2015-03-04 09:51:162015年辭舊歲徽章
日期:2015-03-03 16:54:15午馬
日期:2014-12-04 19:33:55白羊座
日期:2014-09-17 19:34:42巨蟹座
日期:2014-09-16 21:09:4815-16賽季CBA聯(lián)賽之同曦
日期:2016-06-27 23:23:07
2 [報告]
發(fā)表于 2014-11-21 19:29 |只看該作者
本帖最后由 qq58945591 于 2014-11-21 19:36 編輯

把每行的這個repodata/repomd.xml 去掉。

baseurl=http://mirrors.163.com/centos/7.0.1406/os/x86_64



baseurl=http://mirrors.163.com/centos/7.0.1406/updates/x86_64



baseurl=http://mirrors.163.com/centos/7.0.1406/extras/x86_64





把baseurl= 換成上面這3個

論壇徽章:
224
2022北京冬奧會紀念版徽章
日期:2015-08-10 16:30:32操作系統(tǒng)版塊每日發(fā)帖之星
日期:2016-02-18 06:20:00操作系統(tǒng)版塊每日發(fā)帖之星
日期:2016-03-01 06:20:00操作系統(tǒng)版塊每日發(fā)帖之星
日期:2016-03-02 06:20:0015-16賽季CBA聯(lián)賽之上海
日期:2019-09-20 12:29:3219周年集字徽章-周
日期:2019-10-01 20:47:4815-16賽季CBA聯(lián)賽之八一
日期:2020-10-23 18:30:5320周年集字徽章-20	
日期:2020-10-28 14:14:2615-16賽季CBA聯(lián)賽之廣夏
日期:2023-02-25 16:26:26CU十四周年紀念徽章
日期:2023-04-13 12:23:1015-16賽季CBA聯(lián)賽之四川
日期:2023-07-25 16:53:45操作系統(tǒng)版塊每日發(fā)帖之星
日期:2016-05-10 19:22:58
3 [報告]
發(fā)表于 2014-11-22 07:04 |只看該作者
這面試目的就是虐人

平時配置這個,都是復制粘貼一路過來的,沒問題
現(xiàn)在。。。。這面試

論壇徽章:
0
4 [報告]
發(fā)表于 2014-11-24 10:31 |只看該作者
改了后報:
[root@localhost yum.repos.d]# yum clean all
已加載插件:fastestmirror, langpacks
Repository 'base': Error parsing config: Error parsing "baseurl = 'baseurl=http://mirrors.163.com/centos/7.0.1406/os/x86_64'": URL must be http, ftp, file or https not ""
Repository 'updates': Error parsing config: Error parsing "baseurl = 'baseurl=http://mirrors.163.com/centos/7.0.1406/updates/x86_64'": URL must be http, ftp, file or https not ""
Repository addons is listed more than once in the configuration
Repository 'extras': Error parsing config: Error parsing "baseurl = 'baseurl=http://mirrors.163.com/centos/7.0.1406/extras/x86_64'": URL must be http, ftp, file or https not ""
Repository centosplus is listed more than once in the configuration
Repository contrib is listed more than once in the configuration
正在清理軟件源: addons base extras updates
Cleaning up everything

論壇徽章:
224
2022北京冬奧會紀念版徽章
日期:2015-08-10 16:30:32操作系統(tǒng)版塊每日發(fā)帖之星
日期:2016-02-18 06:20:00操作系統(tǒng)版塊每日發(fā)帖之星
日期:2016-03-01 06:20:00操作系統(tǒng)版塊每日發(fā)帖之星
日期:2016-03-02 06:20:0015-16賽季CBA聯(lián)賽之上海
日期:2019-09-20 12:29:3219周年集字徽章-周
日期:2019-10-01 20:47:4815-16賽季CBA聯(lián)賽之八一
日期:2020-10-23 18:30:5320周年集字徽章-20	
日期:2020-10-28 14:14:2615-16賽季CBA聯(lián)賽之廣夏
日期:2023-02-25 16:26:26CU十四周年紀念徽章
日期:2023-04-13 12:23:1015-16賽季CBA聯(lián)賽之四川
日期:2023-07-25 16:53:45操作系統(tǒng)版塊每日發(fā)帖之星
日期:2016-05-10 19:22:58
5 [報告]
發(fā)表于 2014-11-24 10:51 |只看該作者
http://mirrors.163.com/.help/centos.html


發(fā)現(xiàn)沒有7的下載

論壇徽章:
224
2022北京冬奧會紀念版徽章
日期:2015-08-10 16:30:32操作系統(tǒng)版塊每日發(fā)帖之星
日期:2016-02-18 06:20:00操作系統(tǒng)版塊每日發(fā)帖之星
日期:2016-03-01 06:20:00操作系統(tǒng)版塊每日發(fā)帖之星
日期:2016-03-02 06:20:0015-16賽季CBA聯(lián)賽之上海
日期:2019-09-20 12:29:3219周年集字徽章-周
日期:2019-10-01 20:47:4815-16賽季CBA聯(lián)賽之八一
日期:2020-10-23 18:30:5320周年集字徽章-20	
日期:2020-10-28 14:14:2615-16賽季CBA聯(lián)賽之廣夏
日期:2023-02-25 16:26:26CU十四周年紀念徽章
日期:2023-04-13 12:23:1015-16賽季CBA聯(lián)賽之四川
日期:2023-07-25 16:53:45操作系統(tǒng)版塊每日發(fā)帖之星
日期:2016-05-10 19:22:58
6 [報告]
發(fā)表于 2014-11-24 10:53 |只看該作者
http://mirrors.aliyun.com/help/centos

也沒有,看來7真是個問題

論壇徽章:
0
7 [報告]
發(fā)表于 2014-11-24 11:06 |只看該作者
哎,我滴個汗,不知道什么時候有

論壇徽章:
10
金牛座
日期:2014-09-16 19:02:48技術圖書徽章
日期:2015-11-24 01:37:29操作系統(tǒng)版塊每日發(fā)帖之星
日期:2015-11-18 06:20:002015年亞洲杯之沙特阿拉伯
日期:2015-04-13 17:33:462015年迎新春徽章
日期:2015-03-04 09:51:162015年辭舊歲徽章
日期:2015-03-03 16:54:15午馬
日期:2014-12-04 19:33:55白羊座
日期:2014-09-17 19:34:42巨蟹座
日期:2014-09-16 21:09:4815-16賽季CBA聯(lián)賽之同曦
日期:2016-06-27 23:23:07
8 [報告]
發(fā)表于 2014-11-24 15:26 |只看該作者
touchoa 發(fā)表于 2014-11-24 10:31
改了后報:
[root@localhost yum.repos.d]# yum clean all
已加載插件:fastestmirror, langpacks


baseurl = 'baseurl=http://mirrors.163.com/centos/7.0.1406/extras/x86_64 '          #錯誤的配置




baseurl=http://mirrors.163.com/centos/7.0.1406/extras/x86_64                             #正確的配置
您需要登錄后才可以回帖 登錄 | 注冊

本版積分規(guī)則 發(fā)表回復

  

北京盛拓優(yōu)訊信息技術有限公司. 版權所有 京ICP備16024965號-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報專區(qū)
中國互聯(lián)網(wǎng)協(xié)會會員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關心和支持過ChinaUnix的朋友們 轉載本站內(nèi)容請注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP