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
plesk sbin pum --check gives no errors
all packages are up-to-date (tested via cli and plesk)
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
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