Yum冻结'装载镜像速度'或'设置包装袋'

时间:2012-11-13 21:39:24

标签: linux centos yum

[root@LibertysLastArmy ~]# sudo yum -v update
Loading "fastestmirror" plugin
Config time: 0.067
Yum Version: 3.2.22
Setting up Package Sacks
Loading mirror speeds from cached hostfile


Exiting on user cancel
[root@LibertysLastArmy ~]# su root
[root@LibertysLastArmy ~]# su
[root@LibertysLastArmy ~]# su root
[root@LibertysLastArmy ~]# yum -v update
Loading "fastestmirror" plugin
Config time: 0.053
Yum Version: 3.2.22
Setting up Package Sacks
Loading mirror speeds from cached hostfile


Exiting on user cancel
[root@LibertysLastArmy ~]# yum --noplugins -v update
Config time: 0.076
Yum Version: 3.2.22
Setting up Package Sacks


Exiting on user cancel

每当我尝试使用yum时都会发生这种情况。我尝试过使用yum clear,

我已经尝试了所有:

su -c'rm -rf / var / lib / rpm / __ db *' su -c'rpm --rebuilddb' su -c'yum check-update'

和这些变种。到目前为止,没有任何东西可以修复 我也尝试重启VPS但没有成功。

目前正在运行CentOS 5.6(最终版)。任何帮助,将不胜感激。我的目标是最终安装GCC,因为我缺少gcc源码的编译器。

感谢。

1 个答案:

答案 0 :(得分:0)

您对VPS有多少内存以及正在运行的进程? Yum不能在低内存的VPS上运行。它会死的。