Another app is currently holding yum lock
1、问题分析:Another app is currently holding the yum lock. 意为另外一个应用正在锁住进程锁。waiting for it to exit.... 意为该应用等待解锁。此外,如图可以得知,yum的pid号为2724。

2、方法①
kill -9 2724执行上述命令即可,2724为系统报错的pid号
3、方法②
# kill -9 2724
the process could not be stopped
Second i attempt to kill all yum process
出现该进程无法被终止的情况,进而采用killall命令尝试
# killall -9 yum
still the process could not be stopped
若是通过以上两种方式都无法解决问题,那么采用以下命令
#rm -f /var/run/yum.pid 2724
随后执行更新
# yum -y update
最后确保yum-updatesd已经启动
#/etc/init.d/yum-updatesd status
# /etc/init.d/yum-updatesd start
声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
阅读量:129
阅读量:154
阅读量:29
阅读量:179
阅读量:164