• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

RPM Hung

September 10, 2021

Check if there’s a runaway rpm process. This returns number of processes that are running.

ps -ef | grep rpm | wc -l

ps -ef | grep rpm | wc -l

Kill it.

killall -9 rpm

killall -9 rpm

You should be able to run yum updates from this point on.

Filed Under: Linux Tagged With: hung, kill, processes, rpm

Search This Website

Subscribe Via Email

  • Home
  • About
  • Archives

Copyright © 2023