• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue Warning: Information on some packages might not be actual: inconsistencies were detected in the system's package manager database. Please resolve this

Linulex

Silver Pleskian
Server operating system version
AlmaLinux 8.6 (Sky Tiger)
Plesk version and microupdate number
Version 18.0.44 Update #3, last updated on June 18, 2022 03:33 PM
I have this warning on every alma 8 i have.

I have already tried rebuilding the rpm database with

Code:
mkdir /var/lib/rpm/backup
cp -a /var/lib/rpm/__db* /var/lib/rpm/backup/
rm -f /var/lib/rpm/__db.[0-9][0-9]*
rpm --quiet -qa
rpm --rebuilddb
yum clean all

plesk sbin pum --check gives no errors

Code:
2022-06-19 11:13:13 INFO: pum is called with arguments: ['--check']
2022-06-19 11:13:15 INFO: pum completed successfully

all packages are up-to-date (tested via cli and plesk)

Code:
> yum clean all && yum -y update
103 files removed
AlmaLinux 8 - BaseOS                            4.6 MB/s | 2.8 MB     00:00   
AlmaLinux 8 - AppStream                          11 MB/s | 9.1 MB     00:00   
AlmaLinux 8 - Extras                             30 kB/s |  18 kB     00:00   
AlmaLinux 8 - PowerTools                        3.5 MB/s | 2.6 MB     00:00   
Extra Packages for Enterprise Linux 8 - x86_64   14 MB/s |  11 MB     00:00   
Extra Packages for Enterprise Linux Modular 8 - 4.5 MB/s | 1.0 MB     00:00   
PLESK_18_0_44 extras                            1.9 MB/s | 164 kB     00:00   
PHP 7.1                                         484 kB/s |  29 kB     00:00   
PHP 7.2                                         476 kB/s |  29 kB     00:00   
PHP 7.3                                         244 kB/s |  29 kB     00:00   
PHP 7.4                                         539 kB/s |  29 kB     00:00   
PHP 8.0                                         449 kB/s |  28 kB     00:00   
PHP 8.1                                         431 kB/s |  28 kB     00:00   
panel-migrator extension repository             512 kB/s |  34 kB     00:00   
site-import extension repository                534 kB/s |  34 kB     00:00   
Dependencies resolved.
Nothing to do.
Complete!

I found this support article for apt get

i ran both

# plesk installer --select-release-current --reinstall-patch --upgrade-installed-components
and then
# /usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/DailyMaintainance/script.php -f InstallSystemPackageUpdates

And the warning still exists

is there anything else i could do to make this warning go away or can i just ignore it?


regards
Jan
 
There are no duplicate packages either

# package-cleanup --cleandupes
Last metadata expiration check: 0:00:38 ago on Sun 19 Jun 2022 11:28:49 AM CEST.
Error: No duplicated packages found for removal.
 
Back
Top