Articles in this section

System updates warning in Plesk: Information on some packages might not be actual: inconsistencies were detected in the system's package manager database. Please resolve this issue manually

Plesk for Linux kb: technical ABT: Group A

Applicable to:

  • Plesk for Linux

Symptoms

  • The following warning is shown under Tools & Settings > System Updates:

    PLESK_WARN: 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 error is shown when running dpkg --audit on Debian-based systems:

    # dpkg --audit
    The following packages are missing the md5sums control file in the database, they need to be reinstalled: php7.0-xsl XSL module for PHP (dummy)

Cause

The package is shown as corrupted, because MD5 checksum was not generated on its installation, due to debsums package missing from the system.

Resolution

Note: Contact your Hosting Provider or Plesk support if Plesk related packages cannot be downloaded.

  1. Connect to the server via SSH
  2. Install the debsums package:

    # apt-get install debsums

  3. Reinstall the packages listed as corrupted in the error message:

    # apt-get install --reinstall php7.0-xsl

  4. Check the packages for consistency:

    # dpkg --audit

Alternative solution:
# for pkg in dhcp3-client dhcp3-common psa-backup-manager psa-mimp psa11-php-fakepackage psa11.5-php-fakepackage sw-boost1.41.0; do
touch /var/lib/dpkg/info/${pkg}.md5sums
done
# dpkg --audit

Was this article helpful?

Comments

2 comments
Date Votes
  • I have the same issue with CentOs 7.9, but this article applies only to Ubuntu/Debian.

    0
  • In this scenario, I'd recommend checking the environment following this one:

    https://support.plesk.com/hc/en-us/articles/12377586286615

    If it's not the case - contact the Plesk support so we'll have a closer look.

    0

Please sign in to leave a comment.