Jump to content

Linux centos yum lock

Go to solution Solved by Altecice,
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.

Yeah i got the same issue, never looked much into it. Didnt find a solution

cpu: intel i5 4670k @ 4.5ghz Ram: G skill ares 2x4gb 2166mhz cl10 Gpu: GTX 680 liquid cooled cpu cooler: Raijintek ereboss Mobo: gigabyte z87x ud5h psu: cm gx650 bronze Case: Zalman Z9 plus


Listen if you care.

Cpu: intel i7 4770k @ 4.2ghz Ram: G skill  ripjaws 2x4gb Gpu: nvidia gtx 970 cpu cooler: akasa venom voodoo Mobo: G1.Sniper Z6 Psu: XFX proseries 650w Case: Zalman H1

Link to comment
https://linustechtips.com/topic/351834-linux-centos-yum-lock/#findComment-4783470
Share on other sites

Link to post
Share on other sites

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.

Quack 🦆

Link to comment
https://linustechtips.com/topic/351834-linux-centos-yum-lock/#findComment-4783489
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×