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?
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:
Post Tags: another, app, is, currently, holding, the, yum, lock, waiting, for, it, to, exit
This Post Has Been Viewed 957 Times Since Mon Jan 28, 2008 5:39 am Posted By hostman with 2 replies
Post Description:
Post Tags: another, app, is, currently, holding, the, yum, lock, waiting, for, it, to, exit
This Post Has Been Viewed 957 Times Since Mon Jan 28, 2008 5:39 am Posted By hostman with 2 replies
| Another App Is Currently Holding The Yum Lock; Waiting For It To Exit... |
Leave Your Comments [ dejar commentarios ]
Comments and replies About Another App Is Currently Holding The Yum Lock; Waiting For It To Exit...
:: 1 :: #38597 - Reply By larycab89 On Mon Jan 28, 2008 5:46 am
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.
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.
:: 2 :: #52827 - Reply By G Narasimha Rao On Mon May 05, 2008 9:20 pm
good i got the solution for ur blog thanks...

