当前位置:网站首页>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 了 .
边栏推荐
- Baidu Encyclopedia data crawling and content classification and recognition
- Const decorated member function problem
- MySQL实战优化高手10 生产经验:如何为数据库的监控系统部署可视化报表系统?
- Discriminant model: a discriminant model creation framework log linear model
- 基于Pytorch肺部感染识别案例(采用ResNet网络结构)
- MySQL实战优化高手06 生产经验:互联网公司的生产环境数据库是如何进行性能测试的?
- Global and Chinese market for intravenous catheter sets and accessories 2022-2028: Research Report on technology, participants, trends, market size and share
- [leectode 2022.2.13] maximum number of "balloons"
- MySQL23-存儲引擎
- Database middleware_ MYCAT summary
猜你喜欢
The underlying logical architecture of MySQL
16 medical registration system_ [order by appointment]
MySQL23-存储引擎
How to build an interface automation testing framework?
Implement sending post request with form data parameter
MySQL combat optimization expert 12 what does the memory data structure buffer pool look like?
Not registered via @enableconfigurationproperties, marked (@configurationproperties use)
MySQL28-数据库的设计规范
Introduction tutorial of typescript (dark horse programmer of station B)
Mysql28 database design specification
随机推荐
16 medical registration system_ [order by appointment]
MySQL28-数据库的设计规范
MySQL36-数据库备份与恢复
First blog
MySQL learning diary (II)
MySQL23-存儲引擎
Mysql23 storage engine
Bytetrack: multi object tracking by associating every detection box paper reading notes ()
ByteTrack: Multi-Object Tracking by Associating Every Detection Box 论文阅读笔记()
Windchill configure remote Oracle database connection
Use xtrabackup for MySQL database physical backup
Sed text processing
Good blog good material record link
[after reading the series of must know] one of how to realize app automation without programming (preparation)
Security design verification of API interface: ticket, signature, timestamp
[after reading the series] how to realize app automation without programming (automatically start Kwai APP)
C language string function summary
用于实时端到端文本识别的自适应Bezier曲线网络
UnicodeDecodeError: ‘utf-8‘ codec can‘t decode byte 0xd0 in position 0成功解决
API learning of OpenGL (2004) gl_ TEXTURE_ MIN_ FILTER GL_ TEXTURE_ MAG_ FILTER