zoukankan      html  css  js  c++  java
  • centos 解决:Another app is currently holding the yum lock; waiting for it to exit

    centos执行yum时出现错误:

    Loaded plugins: fastestmirror, refresh-packagekit, security
    Existing lock /var/run/yum.pid: another copy is running as pid 3174.
    Another app is currently holding the yum lock; waiting for it to exit...
      The other application is: PackageKit
        Memory :  28 M RSS (341 MB VSZ)
        Started: Wed Apr 19 02:38:44 2017 - 00:21 ago
        State  : Sleeping, pid: 3174
    Another app is currently holding the yum lock; waiting for it to exit...
      The other application is: PackageKit
        Memory :  28 M RSS (341 MB VSZ)
        Started: Wed Apr 19 02:38:44 2017 - 00:23 ago
        State  : Sleeping, pid: 3174
    Another app is currently holding the yum lock; waiting for it to exit...
      The other application is: PackageKit
        Memory :  28 M RSS (341 MB VSZ)
        Started: Wed Apr 19 02:38:44 2017 - 00:25 ago
        State  : Sleeping, pid: 3174

    解决: rm -fr /var/run/yum.pid

  • 相关阅读:
    Node.js Express框架
    Node.js Web模块
    Node.js 工具模块
    Node.js GET/POST请求
    Node.js 文件系统
    Node.js 常用工具
    【day03】Xhtml
    【day02】Xhtml
    【紫书】【重要】Not so Mobile UVA
    【紫书】Tree UVA
  • 原文地址:https://www.cnblogs.com/jessezeng/p/6734753.html
Copyright © 2011-2022 走看看