Results 1 to 4 of 4
another app is currently holding the yum lock
memory :......
started:.........
state:.........pid :....
how can solve this problem plz help me...
- 08-11-2011 #1Just Joined!
- Join Date
- Jul 2011
- Posts
- 6
Another app is holding the yum lock
another app is currently holding the yum lock
memory :......
started:.........
state:.........pid :....
how can solve this problem plz help me
- 08-11-2011 #2
Probably a rhn download is running in the background or you (or another root user) is actually installing right now.
If so, waiting a bit will resolve the issue.
It can also be, that a yum process is frozen or crashed.
Check the former with ps.
You can also try to clean up unfinished transactions with
which is part of the yum-utils (that hopefully is already installed)Code:/usr/sbin/yum-complete-transaction
If all else fails, then kill all processes related to yum (including rhn) and do
Code:rm -rf /var/cache/yum yum makecache
Last edited by Irithori; 08-12-2011 at 05:16 AM.
You must always face the curtain with a bow.
- 08-12-2011 #3
It's also possible that a lock file failed to be deleted. I don't know where to look for it, though, since I run Debian.
- 08-12-2011 #4
By default, Fedora attempts to alert you to all available updates.
It's the GUI front end of yum that is most likely locking you from running updates in the terminal.Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.


Reply With Quote