您的位置:首页 > 运维架构

Existing lock /var/run/yum.pid: another copy is running as pid 解决办法

2014-06-16 22:02 417 查看
转自:/article/4428871.html

今天用yum安装软件时报错:
[root@lvs2 yum.repos.d]# yum -y install ipvsadm

Loaded plugins: rhnplugin, security

This system is not registered with RHN.

RHN support will be disabled.

Existing lock /var/run/yum.pid: another copy is running as pid 11986.

Another app is currently holding the yum lock; waiting for it to exit...

The other application is: pirut

Memory : 54 M RSS (103 MB VSZ)

Started: Fri Jul 2 01:09:33 2010 - 18:52:40 ago

State : Sleeping, pid: 11986

解决办法如下:
1。rm -rf /var/run/yum.pid
2./etc/init.d/yum-updatesd stop
问题得到解决!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐