当前位置:网站首页>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 了 .
边栏推荐
- MySQL29-数据库其它调优策略
- MySQL20-MySQL的数据目录
- MySQL实战优化高手03 用一次数据更新流程,初步了解InnoDB存储引擎的架构设计
- Mysql27 index optimization and query optimization
- API learning of OpenGL (2002) smooth flat of glsl
- [reading notes] rewards efficient and privacy preserving federated deep learning
- February 13, 2022-3-middle order traversal of binary tree
- 16 medical registration system_ [order by appointment]
- MySQL實戰優化高手04 借著更新語句在InnoDB存儲引擎中的執行流程,聊聊binlog是什麼?
- MySQL实战优化高手09 生产经验:如何为生产环境中的数据库部署监控系统?
猜你喜欢

MySQL combat optimization expert 02 in order to execute SQL statements, do you know what kind of architectural design MySQL uses?

【C语言】深度剖析数据存储的底层原理

Mysql27 index optimization and query optimization

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

Use xtrabackup for MySQL database physical backup
![[unity] simulate jelly effect (with collision) -- tutorial on using jellysprites plug-in](/img/1f/93a6c6150ec2b002f667a882569b7b.jpg)
[unity] simulate jelly effect (with collision) -- tutorial on using jellysprites plug-in

Export virtual machines from esxi 6.7 using OVF tool

MySQL32-锁

Mysql30 transaction Basics

Security design verification of API interface: ticket, signature, timestamp
随机推荐
A necessary soft skill for Software Test Engineers: structured thinking
Good blog good material record link
Just remember Balabala
好博客好资料记录链接
Global and Chinese market of thermal mixers 2022-2028: Research Report on technology, participants, trends, market size and share
MySQL combat optimization expert 03 uses a data update process to preliminarily understand the architecture design of InnoDB storage engine
MySQL combat optimization expert 05 production experience: how to plan the database machine configuration in the real production environment?
In fact, the implementation of current limiting is not complicated
Nanny hand-in-hand teaches you to write Gobang in C language
Mysql30 transaction Basics
[paper reading notes] - cryptographic analysis of short RSA secret exponents
MySQL31-MySQL事务日志
Implement context manager through with
15 medical registration system_ [appointment registration]
Mysql25 index creation and design principles
Jar runs with error no main manifest attribute
Discriminant model: a discriminant model creation framework log linear model
Transactions have four characteristics?
Texttext data enhancement method data argument
How to make shell script executable