首页> 开发问题 >服务器问题 服务器问题
yum执行时Another app is currently holding the yum lock; waiting for it to exit... The other application is: yum
作者:小萝卜 2019-12-20 【 其它 】 浏览 1909
简介yum执行时Another app is currently holding the yum lock; waiting for it to exit... The other application is: yum
可能是系统自动升级正在运行,yum在锁定状态中。
已经有一个yum进程在运行了,使用kill干掉它:
很遗憾,kill对付不了它,那怎么办呢?
可以通过强制关掉yum进程:
#rm -f /var/run/yum.pid
然后就可以使用yum了。
很赞哦! (0)
相关文章
- 可以ping通虚拟机但不能telnet 9000端口
- ckfinder报错:从服务器读取XML数据出错
- cp: omitting directory `/www/yingcaizhibo/filespath/flash'复制文件出错
- The program 'yum' is currently not installed. You can install it by typing:
- 网页提示错误(net::ERR_EMPTY_RESPONSE)
- MySQL报错:which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mod
- Linux启动提示Kernel panic - not syncing: Attempted to kill init解决办法
- MySQL报错: SQLSTATE[HY000]: General error: 1030 Got error 28 from storage engine解决办法
- polkit pkexec 本地提权漏洞(CVE-2021-4034)解决办法
- Linux中“is not in the sudoers file”解决方法