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.
-
Connect to the server via SSH
-
Install the
debsums
package:# apt-get install debsums
-
Reinstall the packages listed as corrupted in the error message:
# apt-get install --reinstall php7.0-xsl
-
Check the packages for consistency:
# dpkg --audit
Comments
2 comments
I have the same issue with CentOs 7.9, but this article applies only to Ubuntu/Debian.
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.
Please sign in to leave a comment.