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

yum 出现Existing lock /var/run/yum.pid: another copy is running as pid:3355

2013-11-24 14:13 531 查看




 

2010-07-27 11:09:40|  分类: linux|字号 订阅

使用yum命令时,出现:

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

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

    The other application is: yum-updatesd-he

……

主要原因就是yum在自动更新 只要关掉他就可以了

解决方案:

直接输入  rm -f    /var/run/yum.pid

或者:      /etc/init.d/yum-updatesd stop

也可以等更新完了再进行安装
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐