zoukankan      html  css  js  c++  java
  • 【linux】State : 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。

  • 相关阅读:
    0531day05
    0530day04
    0529day03
    0528day02
    0527day01
    0527学习心得
    javascript 2
    javascript
    CSS
    CSS知识
  • 原文地址:https://www.cnblogs.com/watchfree/p/7208869.html
Copyright © 2011-2022 走看看