Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Yum Command Hangs on Running Transaction Test Message Error  (Read 3225 times)

0 Members and 1 Guest are viewing this topic.

Aby

  • Guest
Yum Command Hangs on Running Transaction Test Message Error
« on: January 24, 2014, 02:19:59 pm »
yum Command Hangs on Running Transaction Test Message Error

The yum process is killed manually using the kill command.
This error indicates that other duplicate yum processes running on the system or older yum process causing problem. To fix this problem either reboot the server or type the following commands:
# /bin/rm /var/lib/rpm/__db.*
# cd /var/cache/yum
# /bin/rm -rf *
# yum clean all
# yum update
===