红联Linux门户
Linux帮助

yum.pid已被锁定的解决办法

发布时间:2016-07-10 10:46:04来源:linux网站作者:战神悟空
刚刚打开虚拟机,然后打算安装sharutils 工具,在安装sharutils工具的时候终端提示 “/var/run/yum.pid 已被锁定,PID 为 1610 的另一个程序正在运行。”
yum.pid已被锁定的解决办法
 
[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 2016 - 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 2016 - 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 2016 - 00:17 ago
State  : Sleeping, pid: 1610
 
网上统一的解决办法:直接在终端运行 rm -f /var/run/yum.pid 将该文件删除,然后再次运行yum。
 
本文永久更新地址:http://www.linuxdiyf.com/linux/22246.html