Existing lock /var/run/yum.pid: another copy is running as pid 30580.
Another app is currently holding the yum lock; waiting for it to exit...
The other application is: yum
Memory : 18 M RSS (303 MB VSZ)
Started: Mon Jul 16 11:50:21 2012 - 00:06 ago
State : Traced/Stopped, pid: 30580
Another app is currently holding the yum lock; waiting for it to exit...
The other application is: yum
Memory : 18 M RSS (303 MB VSZ)
Started: Mon Jul 16 11:50:21 2012 - 00:06 ago
State : Traced/Stopped, pid: 30580
解决方法:
rm -f /var/run/yum.pid
本文解决了一个应用等待yum进程占用yum锁的问题,通过删除/var/run/yum.pid文件来解决冲突,确保应用正常运行。
585

被折叠的 条评论
为什么被折叠?



