使用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。