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

    [root@localhost ~]# yum -y install mariadb-server mariadb mariadb-devel
    Loaded plugins: fastestmirror, langpacks
    Existing lock /var/run/yum.pid: another copy is running as pid 4142.
    Another app is currently holding the yum lock; waiting for it to exit...
      The other application is: PackageKit
        Memory : 129 M RSS (541 MB VSZ)
        Started: Wed Jul 20 21:34:31 2016 - 13:59 ago
        State  : Sleeping, pid: 4142
    Another app is currently holding the yum lock; waiting for it to exit...
      The other application is: PackageKit
        Memory : 129 M RSS (541 MB VSZ)
        Started: Wed Jul 20 21:34:31 2016 - 14:01 ago
        State  : Sleeping, pid: 4142
    ^C
    
    Exiting on user cancel.
    [root@localhost ~]# rm -rf /run/yum.pid

    小技巧:

      通过以下命令找到yum.pid的具体路径,然后rm -rf掉。

    find / -name yum.pid
  • 相关阅读:
    C#
    C#
    C#
    python——socket网络编程
    Python——面向对象
    Python——函数
    Python——列表深浅拷贝
    Python——文件操作
    多级菜单(增强版)
    Python 编码机制
  • 原文地址:https://www.cnblogs.com/tdcqma/p/5689848.html
Copyright © 2011-2022 走看看