Another App Is Currently Holding The Yum Lock; Waiting For It To Exit...
another app is currently holding the yum lock; waiting for it to exit...
another, app, is, currently, holding, the, yum, lock, waiting, for, it, to, exit
Another App Is Currently Holding The Yum Lock; Waiting For It To Exit...
Post Description: another app is currently holding the yum lock; waiting for it to exit...
POST# 1044
Posted On: Fri Feb 29, 2008 12:01 pm
web hosting
Topic: Another App Is Currently Holding The Yum Lock; Waiting For It To Exit...
what does this error mean:

Another app is currently holding the yum lock; waiting for it to exit...

i've never see this error before, how can i stop it?


Mon Jan 28, 2008 5:46 am
1
larycab89
Reply #1766
i dont know if this is good advise, but i found this, just google it

hit ctrl-c; that's the key combination to kill any currently running process in a bash shell or terminal.

to find out what's locking up yum, try running:

# ps aux | grep yum

note the pid number of the process and run this to kill the process:

# kill (insert pid number)

check to see if the process has been killed by rerunning:

# ps aux | grep yum

if not, rinse and repeat until the process is killed; some processes can be very stubborn.

What do you think?

* name:  

* email:  

* Please enter comments:


Receive Replies on my Comments
(An email will be sent to you when someone replies to your comments)

Add image to comments
yes no             upload