美文网首页
linux # yum # Another app is cur

linux # yum # Another app is cur

作者: FlyingPenguin | 来源:发表于2018-11-29 09:48 被阅读19次
[root /]# yum install wget 
Existing lock /var/run/yum.pid: another copy is running as pid 177065.
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: yum
    Memory :    0  RSS (313 MB VSZ)
    Started: Wed Nov 28 17:22:44 2018 - 16:20:55 ago
    State  : Traced/Stopped, pid: 177065
Another app is currently holding the yum lock; waiting for it to exit...
  The other application is: yum
    Memory :    0  RSS (313 MB VSZ)
    Started: Wed Nov 28 17:22:44 2018 - 16:20:57 ago
    State  : Traced/Stopped, pid: 177065

解决方法:

[root /]# ps -ef | grep 177065
root      17663 141074  0 09:45 ?        00:00:00 grep --color=auto 177065
root     177065 141074  0 Nov28 ?        00:00:00 /usr/bin/python /usr/bin/yum install lszrz
[root /]# kill -9 177065
[root /]# 
[3]-  Killed                  yum install lszrz

然后再安装即可。

相关文章

网友评论

      本文标题:linux # yum # Another app is cur

      本文链接:https://www.haomeiwen.com/subject/vfdxcqtx.html