首页> 开发问题 >服务器问题 服务器问题
yum执行时Another app is currently holding the yum lock; waiting for it to exit... The other application is: yum
作者:小萝卜 2019-12-20 【 其它 】 浏览 2135
简介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)
相关文章
- 重启服务器之后 网站报错SQLSTATE[HY000] [2002] Connection refused
- cp: omitting directory `/www/yingcaizhibo/filespath/flash'复制文件出错
- Linux启动提示Kernel panic - not syncing: Attempted to kill init解决办法
- 可以ping通虚拟机但不能telnet 9000端口
- IIS7.0运行PHP报错"php-cgi.exe - FastCGI 进程意外退出"
- Linux中“is not in the sudoers file”解决方法
- ckfinder报错:从服务器读取XML数据出错
- MySQL报错: SQLSTATE[HY000]: General error: 1030 Got error 28 from storage engine解决办法
- 网页提示错误(net::ERR_EMPTY_RESPONSE)
- The program 'yum' is currently not installed. You can install it by typing:
