• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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