# yum update
老出错。显示
Existing lock /var/run/yum.pid: another copy is running as pid 2827.
Another app is currently holding the yum lock; waiting for it to exit...
Another app is currently holding the yum lock; waiting for it to exit...
不知道如何解决。(5ty(


wmbodbc 于 2008-03-18 16:08:13发表:
可以直接输入
[root@localhost ~]# rm -f /var/run/yum.pid
[root@localhost ~]# /etc/init.d/yum-updatesd stop
停止 yum-updatesd: [确定]
我们可以删除这个服务
#yum remove yum-updatesd
这样我们需要经常如下手动更新
#yum update