zoukankan      html  css  js  c++  java
  • Another app is currently holding the yum lock解决方法

    用yum安装包有时候会提示

    ```
    Another app is currently holding the yum lock; waiting for it to exit...
      The other application is: PackageKit
        Memory : 128 M RSS (439 MB VSZ)
        Started: Fri Aug 28 08:08:31 2015 - 48:25 ago
        State  : Sleeping, pid: 3462

    ```
    解决方法:

    ```
    rm -f /var/run/yum.pid
    ```
    然后重新执行yum就可以了

    永久禁止该错误

    ```
    [root@oracle pluginconf.d]# cd /etc/yum/pluginconf.d/
    [root@oracle pluginconf.d]# ls
    product-id.conf  refresh-packagekit.conf  rhnplugin.conf  security.conf  subscription-manager.conf
    [root@oracle pluginconf.d]# vim refresh-packagekit.conf
    [main]
    enabled=0  --将原来的1改成0即可


    ```

    来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/29812844/viewspace-1988770/,如需转载,请注明出处,否则将追究法律责任

  • 相关阅读:
    su 命令切换用户带来的问题
    系统无法启动
    Linux单用户模式
    反射
    propety/静态方法
    内置方法,序列化模块
    第1月5周3天
    第1月4周5天
    第1月4周4日
    第1月4周3日
  • 原文地址:https://www.cnblogs.com/lzkalislw/p/15431797.html
Copyright © 2011-2022 走看看