linuxState : Uninterruptible, pid: 3936

Posted watchfree

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linuxState : Uninterruptible, pid: 3936相关的知识,希望对你有一定的参考价值。

运行centos7中yum命令时提示:

Existing lock /var/run/yum.pid: another copy is running as pid 3936.
Another app is currently holding the yum lock; waiting for it to exit...
The other application is: PackageKit
Memory : 26 M RSS (355 MB VSZ)
Started: Wed Jul 19 23:21:24 2017 - 00:16 ago
State : Uninterruptible, pid: 3936
Another app is currently holding the yum lock; waiting for it to exit...

 

解决方式:rm -f /var/run/yum.pid

将该文件删除,然后再次运行yum。

以上是关于linuxState : Uninterruptible, pid: 3936的主要内容,如果未能解决你的问题,请参考以下文章