> CentOS > CentOS故障 >

解决CentOS下yum update三个叹号问题

这篇日志记录了CentOS使用过程中遇到的问题,在经过了一个小时以上的探索后仍然没有头绪的问题

问题一:yum update三个叹号问题

[root@localhost ~]# yum update
Loaded plugins: fastestmirror, langpacks, priorities
base                                                     | 3.6 kB     00:00     
elrepo                                                   | 2.9 kB     00:00     
epel/x86_64/metalink                                     | 5.7 kB     00:00     
epel                                                     | 4.3 kB     00:00     
extras                                                   | 3.4 kB     00:00     
google-chrome                                            |  951 B     00:00     
librehat-shadowsocks                                     | 3.0 kB     00:00     
nux-dextop                                               | 2.9 kB     00:00     
rpmforge                                                 | 1.9 kB     00:00     
updates                                                  | 3.4 kB     00:00     
virtualbox/7/x86_64/signature                            |  198 B     00:00     
virtualbox/7/x86_64/signature                            |  951 B     00:00 !!! 
(1/3): epel/x86_64/updateinfo                              | 493 kB   00:00     
(2/3): extras/7/x86_64/primary_db                          | 101 kB   00:00     
(3/3): epel/x86_64/primary_db                              | 3.9 MB   00:02     
google-chrome/primary                                      | 1.8 kB   00:00     
Loading mirror speeds from cached hostfile
 * base: mirrors.aliyun.com
 * elrepo: ftp.yz.yamagata-u.ac.jp
 * epel: mirrors.hustunique.com
 * extras: mirrors.163.com
 * nux-dextop: li.nux.ro
 * rpmforge: mirrors.neusoft.edu.cn
 * updates: mirrors.neusoft.edu.cn
google-chrome                                                               3/3
651 packages excluded due to repository priority protections
No packages marked for update

这是在yum更新过程中遇到的,为什么virtualbox/7/x86_64/signature会下载了两遍,同时第二遍后面还有三个感叹号

感觉好像是gpgcheck的问题,但是virtualbox的repo文件中有两个相关的,一个是gpgcheck=1,另一个是repo_gpgcheck=1

同时在virtualbox.repo文件中所指向的网页中并没有找到大小为198B或是951B的文件

 

(责任编辑:IT)