全性能、配备齐全的服务器,满足每项预算.
使用我们的高防CDN服务,您可以获得免费SSL证书
①Loaded plugins: fastestmirror Determining fastest mirror 解决方案:
Centons下其大概意思是fastestmirror不能使用,fastestmirror是yum的一个加速插件,具体我也没有仔细了解过,可能是系统不支持或者缺少组建导致的。处理办法就是禁用这个插件,方法如下:root@www.ctohome.com]# vi /etc/yum/pluginconf.d/fastestmirror.conf [main] enabled=0 //把1改为0 verbose=0 socket_timeout=3 hostfilepath=/var/cache/yum/timedhosts.txt maxhostfileage=10 maxthreads=15 #exclude=.gov, facebook=======================================================================================修改以下配置文件#vi /etc/yum.conf
[main]cachedir=/var/cache/yum/$basearch/$releaseverkeepcache=0debuglevel=2logfile=/var/log/yum.logexactarch=1obsoletes=1gpgcheck=1plugins=1 #将plugins的值修改为0installonly_limit=5
②Cannot retrieve repository metadata (repomd.xml) for repository: epel. 解决方案:
vi /etc/yum.repos.d/epel.repo将项[xxx]中的enabled=1改为enabled=0
③One of the configured repositories failed
在 /etc/resolv.conf 中 添加 DNS 地址nameserver DNS地址列:nameserver 8.8.8.8(有时在IP配置文件中写入DNS地址不生效,需要在此文件中写入才可以)