大概意思是fastestmirror不能使用,fastestmirror是yum的一个加速插件
处理办法就是禁用这个插件
方法两种
第一种(已实验成功)
vi /etc/yum/pluginconf.d/fastestmirror.conf
把enabled=1改为0
vi /etc/yum.conf
把plugins=1改为0
第二种
yum>
sed -i "s/plugins=1/plugins=0" /etc/yum.conf
yum clean all
转载自:http://blog.youkuaiyun.com/motian06/article/details/17563097