Error: rpmdb open failed with cPanel

This can occur with older packages sitting on your drive. Try running the following:

rm -f /var/lib/rpm/__db*
db_verify /var/lib/rpm/Packages
rpm --rebuilddb
yum clean all
yum update

 

  • 4 Users Found This Useful

Was this answer helpful?

Related Articles

Account's error_log produces flood of missing modules

 Account's error_log produces flood of missing modules. Ex:   From error_log:     [23-Apr-2018...

Recursive chmod / Permission Change Across Directories for a File Type

The following command may be very useful for changing the permissions of a file type such as .php...

Create CXS Quarantine Directory

The following command may be used to create a quarantine directory for Configserver's CXS: cxs...

Nginx redirecting folder to another host or server

From time to time you may want to proxy out a path to another server or location. To perform a...

yum-utils not installed or found on Centos5 64-bit

When yum-utils is not installed or found on Centos5 64-bit the following commands may be used:...