How did “people you might know” find you on social software>>>
During the development process, you need to use the yum command. Sometimes you will report the following error when executing yum
Another app is currently holding the yum lock; waiting for it to exit...
The other application is: yum
Memory : 48 M RSS (443 MB VSZ)
Started: Thu Mar 26 09:47:03 2020 - 00:23 ago
State : Running, pid: *****
Cause analysis: Yum can only support one routine. If one routine is already running, others must wait for the process to exit and release the lock. In this case,
can be restored with the following command:
rm -f /var/run/yum.pid
Record –
Similar Posts:
- Another app is currently holding the yum lock; waiting for it to exit…
- [Solved] Another app is currently holding the yum lock; waiting for it to exit…
- Project startup error: related to modules and node versions
- MySQL Error: Waiting for table metadata lock [How to Solve]
- MySQL reports an error lock wait timeout exceeded; Try restarting transaction problem solving method
- Concurrent notes (4): Notes on the use of wait / notify / notifyAll method
- [How to Solve] k8s pod erro exit code 137
- [Solved] Workflow Module jar package startup error: liquibase – waiting for changelog lock
- Git Error: Unable to create ‘D:/xxx/.git/index.lock’: File exists. Another git process seems to be running in this repository, e.g.an editor opened by ‘git commit’. Please make sure all p
- MySQL Lock Error: Lock wait timeout exceeded [How to Solve]