top of page
Search

Altered RPM issues

  • knowledgediary4min
  • Mar 3, 2020
  • 1 min read

Run the commands :

/usr/local/cpanel/scripts/check_cpanel_rpms --fix

mkdir /root/old_rpm_dbs/

mv /var/lib/rpm/__db* /root/old_rpm_dbs/

rpm --rebuilddb

/scripts/upcp


Alternative

/ Scripts / autorepair fix_duplicate_cpanel_rpms

/ Scripts / upcp --force

 
 
 

Recent Posts

See All
clear script

#!/bin/bash rm -f ./cleanspace.sh bold=$(tput bold) normal=$(tput sgr0) TIMESTAMP=$(date +%d-%m-%Y-%H-%M) LOGFILE="/root/cleardisk-$TIME...

 
 
 
innodb restore

Create a new folder: mkdir /var/lib/mysql2 From R1: Restore from the /var/lib/mysql folder: + The folder which is called the db name...

 
 
 
Scripts

#not wordpress site grep shop2vizag.com /var/log/messages | awk '{print $6}' | cut -d: -f1 |sort -n |uniq -c |sort -n #Domains using...

 
 
 

Comments


  • White Facebook Icon
  • White Twitter Icon
  • White Instagram Icon
  • White YouTube Icon

© 2023 by Knowledge4mind. Proudly created with Wix.com

bottom of page