Problems Detected with cPanel Controlled RPMs

Sep 6, 2018
13
2
3
England
cPanel Access Level
Root Administrator
One of our cPanel servers is reporting Problems were detected with cPanel-provided files which are RPM controlled but not listing any RPMs.

Log snippet provided below.


Code:
[2019-05-24 01:49:37 +0100]   Processing: Checking cPanel RPMs (with no RPM digest check)
[2019-05-24 01:49:37 +0100]    - Processing command `/usr/local/cpanel/scripts/check_cpanel_rpms --list-only --long-list --notify --no-digest`
[2019-05-24 01:50:18 +0100]      [/usr/local/cpanel/scripts/check_cpanel_rpms] [2019-05-24 01:50:18 +0100]   
[2019-05-24 01:50:18 +0100]      [/usr/local/cpanel/scripts/check_cpanel_rpms] [2019-05-24 01:50:18 +0100]   Problems were detected with cPanel-provided files which are RPM controlled.
[2019-05-24 01:50:18 +0100]      [/usr/local/cpanel/scripts/check_cpanel_rpms] [2019-05-24 01:50:18 +0100]   If you did not make these changes intentionally, you can correct them by running:
[2019-05-24 01:50:18 +0100]      [/usr/local/cpanel/scripts/check_cpanel_rpms] [2019-05-24 01:50:18 +0100]   
[2019-05-24 01:50:18 +0100]      [/usr/local/cpanel/scripts/check_cpanel_rpms] [2019-05-24 01:50:18 +0100]   > /usr/local/cpanel/scripts/check_cpanel_rpms --fix
[2019-05-24 01:50:18 +0100]      [/usr/local/cpanel/scripts/check_cpanel_rpms] [2019-05-24 01:50:18 +0100]   
[2019-05-24 01:50:18 +0100]      [/usr/local/cpanel/scripts/check_cpanel_rpms] [2019-05-24 01:50:18 +0100]   cpanel-analog,6.0,2.cp1136,.....UG..,/usr/local/cpanel/base/images
[2019-05-24 01:50:18 +0100]      [/usr/local/cpanel/scripts/check_cpanel_rpms] [2019-05-24 01:50:18 +0100]   cpanel-analog,6.0,2.cp1136,.....UG..,/usr/local/cpanel/base/images/analogo.gif
[2019-05-24 01:50:18 +0100]      [/usr/local/cpanel/scripts/check_cpanel_rpms] [2019-05-24 01:50:18 +0100]   cpanel-analog,6.0,2.cp1136,.....UG..,/usr/local/cpanel/base/images/analogo.png
Seems strange. Perhaps I'm not reading the log properly? Does anyone know why this is being logged without any RPMs being referenced and how I should resolve the issue? Thanks.
 

GOT

Get Proactive!
PartnerNOC
Apr 8, 2003
1,772
326
363
Chesapeake, VA
cPanel Access Level
DataCenter Provider
I would just run this command

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

Which will address any issues that might actually be there.
 

cPanelLauren

Product Owner II
Staff member
Nov 14, 2017
13,266
1,300
363
Houston
The suggestion by @GOT is what I would run as well, if you still experience issues you may need to rebuild the RPM database which can be done with the following:



Code:
/scripts/find_and_fix_rpm_issues
This script also detects duplicate cPanel RPMs, removes, and then
re-installs them if necessary.