What do I do If I Receive "rpmdb PANIC" when using Yum?


this can happen in a virtuozzo box if there is a DB error in the rpm db.

 
From command line run:
 
rm /var/lib/rpm/__db*
rpm --rebuilddb
yum clean all

You will have to answer "yes" to each rpm db.
The second command rpm --rebuilddb will take a while - be patient
Once you do yum clean all you MAY have to reboot the server 1 or even 2 times
 
IF you receive this error in your virtuozzo environment be SURE to enter a support ticket at https://8dweb.com


Comments

Please login to comment