yum提示Another app is currently holding the yum lock

前端之家收集整理的这篇文章主要介绍了yum提示Another app is currently holding the yum lock前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

使用yum安装计划任务功能,结果提示

#yum-yinstallvixie-cron
Loadedplugins:fastestmirror,refresh-packagekit,security
Existinglock/var/run/yum.pid:anothercopyisrunningaspid25960.
Anotherappiscurrentlyholdingtheyumlock;waitingforittoexit...

可能是系统自动升级正在运行,yum在锁定状态中。
已经有一个yum进程在运行了,使用kill干掉它:

#kill-s925960
#psaux|grepyum
root67440.00.0103260900pts/1S+14:590:00grepyum
root259600.00.000?ZSep190:01[yumBackend.py]<defunct>

很遗憾,kill对付不了它,那怎么办呢?

可以通过强制关掉yum进程:

#rm-f/var/run/yum.pid1

然后就可以使用yum了。

原文链接:https://www.f2er.com/bash/387472.html

猜你在找的Bash相关文章