Hi,
I used to have exactly the same problem when the machine rebooted in the middle of an RPM installation or if the rpm process was killed -9.
The process doesn't die, but doesn't seem to do anything
from that point on. strace shows this: futex(0xb76dcae8, FUTEX_WAIT, 2,
NULL
...
How can I resolve this?
I see that one suggestion is rm /var/lib/rpm/__db*. How do I rebuild it
then?
I found that cleaning the metadata doesn't remove the sqlite databases, so
I removed these from /var/yum/cache as well. The rebuilt databases were
different, but it didn't solve the problem.