zoukankan      html  css  js  c++  java
  • yum.pid 已被锁定

     
    刚刚打开虚拟机,然后打算安装sharutils 工具
    在安装sharutils 工具的时候 终端提示 “/var/run/yum.pid 已被锁定,PID 为 1610 的另一个程序正在运行。”

    root@steven ~]# yum install sharutils -y
    已加载插件:fastestmirror, security
    /var/run/yum.pid 已被锁定,PID 为 1610 的另一个程序正在运行。
    另外一个程序锁定了 yum;等待它退出……
      The other application is: yum
        Memory :  23 M RSS (700 MB VSZ)
        Started: Wed Mar 18 12:24:18 2015 - 00:13 ago
        State  : Uninterruptible, pid: 1610
    另外一个程序锁定了 yum;等待它退出……
      The other application is: yum
        Memory :  23 M RSS (701 MB VSZ)
        Started: Wed Mar 18 12:24:18 2015 - 00:15 ago
        State  : Running, pid: 1610
    另外一个程序锁定了 yum;等待它退出……
      The other application is: yum
        Memory :  23 M RSS (701 MB VSZ)
        Started: Wed Mar 18 12:24:18 2015 - 00:17 ago
        State  : Sleeping, pid: 1610


    网上统一的解决办法:直接在终端运行 rm -f /var/run/yum.pid 将该文件删除,然后再次运行yum。
  • 相关阅读:
    文档视图
    引入缓冲池技术
    数据库访问与查询
    OnInitialUpdate函数
    显示股票视图的全局函数
    切换视图的核心代码
    GuiEdit的使用
    操作方法
    SQL 使用 解析
    调用API 实现 窗体 拖动
  • 原文地址:https://www.cnblogs.com/chunguang/p/5630443.html
Copyright © 2011-2022 走看看