1
[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 all

我已经尝试了所有:

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

以及这些的变体。到目前为止,没有任何东西可以解决它。我也试过重启VPS,但没有成功。

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

谢谢。

4

1 回答 1

0

您在 VPS 上有多少内存以及正在运行哪些进程?Yum 无法在内存不足的 VPS 上运行。它会死。

于 2012-11-16T01:48:36.410 回答