I started with 7.5.2 FC2 and had a migration manager error, so I figured I check for updates to it and update it to clear out the log status. I do a yum list updates and get a slew, so I read a bit about how we need to uninstall some stuff so I did just try
Code: Select all
yum remove qmail-scanner spamassassin clamav
yum update
Code: Select all
conflict between qmail-scanner and drweb
conflict between qmail-scanner and drweb-qmail
Code: Select all
yum remove drweb drweb-qmail
Code: Select all
yum update psa-migration-manager
Reason for failure: module_cs_gs_configs.MYI file missing (later discovered that it was 1 of 3 missing. When it tried to update the databases it failed because it couldn't find these files.)
I tried to fix it with
Code: Select all
yum update cs-gs
yum update
What did fix it was...
Going into MySQL, finding the messed up tables (module_cs_gs_configs, module_cs_gs_parameters, module_cs_gs_servers) and deleting them.
After this I downloaded the rpm file from art to my hd, specifically psa-7.5.3-fc2.build75050506.13.i586.rpm.
Then I ran
Code: Select all
rpm -Uvh --justdb psa-7.5.3-fc2.build75050506.13.i586.rpm
rpm -Uhv --force psa-7.5.3-fc2.build75050506.13.i586.rpm
Hope this helps someone...
Stucco