• 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!
  • 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.

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