当前位置:网站首页>Yum prompt another app is currently holding the yum lock; waiting for it to exit...
Yum prompt another app is currently holding the yum lock; waiting for it to exit...
2022-07-06 10:38:00 【wx5caecf2ed0645】
Use yum Install the scheduled tasks feature , The results suggest :
# yum -y install vixie-cron
Loaded plugins: fastestmirror, refresh-packagekit, security
Existing lock /var/run/yum.pid: another copy is running as pid 25960.
Another app is currently holding the yum lock; waiting for it to exit...
Maybe the automatic upgrade of the system is running ,yum In the locked state .
There is already one yum The process is running , Use kill Kill it :
# kill -s 9 25960
# ps aux|grep yum
root 6744 0.0 0.0 103260 900 pts/1 S+ 14:59 0:00 grep yum
root 25960 0.0 0.0 0 0 ? Z Sep19 0:01 [yumBackend.py] <defunct>
unfortunately ,kill I can't deal with it , Then what shall I do? ?
You can turn it off by force yum process :
#rm -f /var/run/yum.pid
And then you can use it yum 了 .
边栏推荐
- MySQL实战优化高手10 生产经验:如何为数据库的监控系统部署可视化报表系统?
- MySQL31-MySQL事务日志
- MySQL的存储引擎
- Ueeditor internationalization configuration, supporting Chinese and English switching
- Discriminant model: a discriminant model creation framework log linear model
- [after reading the series] how to realize app automation without programming (automatically start Kwai APP)
- 解决在window中远程连接Linux下的MySQL
- Global and Chinese market of thermal mixers 2022-2028: Research Report on technology, participants, trends, market size and share
- CSDN-NLP:基于技能树和弱监督学习的博文难度等级分类 (一)
- MySQL real battle optimization expert 11 starts with the addition, deletion and modification of data. Review the status of buffer pool in the database
猜你喜欢

MySQL30-事务基础知识

Just remember Balabala

Mysql28 database design specification

MySQL27-索引優化與查詢優化

如何搭建接口自动化测试框架?

Super detailed steps for pushing wechat official account H5 messages

解决在window中远程连接Linux下的MySQL

MySQL32-锁

MySQL real battle optimization expert 11 starts with the addition, deletion and modification of data. Review the status of buffer pool in the database

A necessary soft skill for Software Test Engineers: structured thinking
随机推荐
API learning of OpenGL (2002) smooth flat of glsl
13 medical registration system_ [wechat login]
① BOKE
UEditor国际化配置,支持中英文切换
First blog
MySQL18-MySQL8其它新特性
Download and installation of QT Creator
In fact, the implementation of current limiting is not complicated
Mysql35 master slave replication
基于Pytorch的LSTM实战160万条评论情感分类
[unity] simulate jelly effect (with collision) -- tutorial on using jellysprites plug-in
Const decorated member function problem
[untitled]
用于实时端到端文本识别的自适应Bezier曲线网络
Global and Chinese markets for aprotic solvents 2022-2028: Research Report on technology, participants, trends, market size and share
Super detailed steps for pushing wechat official account H5 messages
MySQL combat optimization expert 09 production experience: how to deploy a monitoring system for a database in a production environment?
MNIST implementation using pytoch in jupyter notebook
[after reading the series] how to realize app automation without programming (automatically start Kwai APP)
Pytoch LSTM implementation process (visual version)