• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Resolved Information on some packages might not be actual: inconsistencies were detected ...

Kristo

Basic Pleskian
On my linux ubuntu server the new "System Updates" package management from plesk onyx states the following:
Code:
Information on some packages might not be actual: inconsistencies were detected in the system's package manager database. Please resolve this issue manually.

The following command helps ...
Code:
# dpkg --audit

... to show these three packages with missing md5 checksums:
Code:
module-init-tools
libjson0:amd64
psa-mod-fcgid-configurator

So my question is if I can reinstall them without concern?
No one did touch these packages manually but there might be some customized content by plesk right?

ps
Meanwhile debsums is installed
 
I would suggest you run first

# 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

for fixing this issue.
 
I would suggest you run first

# 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

for fixing this issue.

Issue still persists. In addition I get a new Error when logging into plesk panel:
Code:
Execution failed.
Command: autoinstaller
Arguments: Array
(
    [0] => --select-product-id
    [1] => plesk
    [2] => --select-release-current
    [3] => --upgrade-installed-components
    [4] => --include-components-from-class
    [5] => aspect=panel
)

Details:
BUSY: Update-operation blocked by other update-process.
 
Last edited:
What about

# apt-get install debsums
# apt-get install --reinstall module-init-tools libjson0 psa-mod-fcgid-configurator

?
 
What about

# apt-get install debsums
# apt-get install --reinstall module-init-tools libjson0 psa-mod-fcgid-configurator

?
module-init-tools and libjson0 seems to be fine now.

Unfortunately psa-mod-fcgid-configurator could not be reinstalled:
Reinstallation of psa-mod-fcgid-configurator is not possible, it cannot be downloaded.
 
Just try to remove it
Done.

# dpkg --audit is now "empty"

Issue persists:
Code:
Warning: Information on some packages might not be actual: inconsistencies were detected in the system's package manager database. Please resolve this issue manually.
 
BIG THANKS!
Had the same issue but related to drweb packages.
After cleaning up and running your commands the message is gone.
 
Back
Top