红联Linux门户
Linux帮助

/var/run/yum.pid已被锁定,PID为24455的另一个程序正在运行解决

发布时间:2016-12-09 09:35:32来源:linux网站作者:Aoril
使用yum安装Java出现了一个错误,如下:
[root@lkhan zabbix-3.0.4]# yum -y install java*
已加载插件:fastestmirror, security
/var/run/yum.pid 已被锁定,PID 为 24455 的另一个程序正在运行。
另外一个程序锁定了 yum;等待它退出……
The other application is: yum
Memory :  49 M RSS (885 MB VSZ)
Started: Thu Dec  8 14:53:35 2016 - 04:06 ago
State  : Traced/Stopped, pid: 24455
另外一个程序锁定了 yum;等待它退出……
The other application is: yum
Memory :  49 M RSS (885 MB VSZ)
Started: Thu Dec  8 14:53:35 2016 - 04:08 ago
State  : Traced/Stopped, pid: 24455
另外一个程序锁定了 yum;等待它退出……
The other application is: yum
Memory :  49 M RSS (885 MB VSZ)
Started: Thu Dec  8 14:53:35 2016 - 04:10 ago
State  : Traced/Stopped, pid: 24455
另外一个程序锁定了 yum;等待它退出……
The other application is: yum
Memory :  49 M RSS (885 MB VSZ)
Started: Thu Dec  8 14:53:35 2016 - 04:12 ago
State  : Traced/Stopped, pid: 24455
另外一个程序锁定了 yum;等待它退出……
 
网上统一的解决办法:直接在终端运行 rm -f /var/run/yum.pid 将该文件删除,然后再次运行yum。
 
本文永久更新地址:http://www.linuxdiyf.com/linux/26724.html