Hello,
We have configured our one instance in basic AWS cloude and we had tried to install php & mysql it getting issue.
As per document we are executing query we it shows error your yum server busy in another process please wait to exit.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahendra MahajanPosted Sep 2, 2015, 2:11 AM
Harshad PansuriyaPosted Sep 2, 2015, 1:39 AM
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
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.