• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved package cannot be loaded

Stefan Reiser

New Pleskian
Hello everybody,

I have a new Linux server with current Plesk license:

Version Plesk Onyx v17.8.11_build1708180613.11 os_Ubuntu 18.04
OS Ubuntu 18.04.1 LTS

and during the automatic update the following error message appears regularly and the package cannot be loaded:

Fehler: Paketliste konnte nicht abgerufen werden: 2019-02-12 12:12:10 INFO: pum is called with arguments: ['--list', '--repo-info', '--json'] 2019-02-12 12:12:11 ERROR: W:GPG error: Index of /imunify360/ubuntu/16.04 xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8C55A6628608CB71, E:The repository 'Index of /imunify360/ubuntu/16.04 xenial InRelease' is not signed. 2019-02-12 12:12:11 ERROR: Exited with returncode 1.

I connect to the server via SSH and run :

#plesk bin license --retrieve

the message:

Updating Plesk license key: [2019-02-12 12:03:54.543] ERR [panel] 2019-02-12 12:03:53 INFO: pum is called with arguments: ['--list', '--repo-info', '--json']
2019-02-12 12:03:54 ERROR: W:GPG error: Index of /imunify360/ubuntu/16.04 xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8C55A6628608CB71, E:The repository 'Index of /imunify360/ubuntu/16.04 xenial InRelease' is not signed.
2019-02-12 12:03:54 ERROR: Exited with returncode 1.
Done
[2019-02-12 12:03:59.118] ERR [panel] 2019-02-12 12:03:57 INFO: pum is called with arguments: ['--list', '--repo-info', '--json']
2019-02-12 12:03:59 ERROR: W:GPG error: Index of /imunify360/ubuntu/16.04 xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8C55A6628608CB71, E:The repository 'Index of /imunify360/ubuntu/16.04 xenial InRelease' is not signed.
2019-02-12 12:03:59 ERROR: Exited with returncode 1.
[2019-02-12 12:04:03.582] ERR [panel] 2019-02-12 12:04:01 INFO: pum is called with arguments: ['--list', '--repo-info', '--json']
2019-02-12 12:04:03 ERROR: W:GPG error: Index of /imunify360/ubuntu/16.04 xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8C55A6628608CB71, E:The repository 'Index of /imunify360/ubuntu/16.04 xenial InRelease' is not signed.
2019-02-12 12:04:03 ERROR: Exited with returncode 1.
Updating license key EXT.05234197.0000: [2019-02-12 12:04:07.526] ERR [panel] 2019-02-12 12:04:05 INFO: pum is called with arguments: ['--list', '--repo-info', '--json']
2019-02-12 12:04:07 ERROR: W:GPG error: Index of /imunify360/ubuntu/16.04 xenial InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8C55A6628608CB71, E:The repository 'Index of /imunify360/ubuntu/16.04 xenial InRelease' is not signed.
2019-02-12 12:04:07 ERROR: Exited with returncode 1.
Done
 
Yes, I did. It comes Internal Error. See logs of detail.
Only I don't find the logfiles. I looked under var/log and expected a directory imunify360 there. Only found the file i360deploy.log.

It says:
Failed (code: 1)
Failed (code: 1)


I want to be able to call my packages normally via plesk.


my Linux is
OS Ubuntu 18.04.1 LTS
and the Error message W:GPG error: Index of /imunify360/ubuntu/16.04 why 16.04?

Best regards stefan

PS.I hope you can read everything, translated it with deepl.com.
 
Who also has this problem, please proceed as follows:

Check if the file /etc/apt/sources.list.d/imunify360* files exists? Should this be the case then delete it and it should work again.

Thank you for your time.
 
Deleting the sources to avoid warnings about the missing public keys to verify the signatures is an interesting way of solving this issue :eek:.

The better approach would be to install the key, if you are using Imunify360:

Code:
wget -O RPM-GPG-KEY-CloudLinux https://repo.imunify360.cloudlinux.com/defense360/RPM-GPG-KEY-CloudLinux
apt-key add RPM-GPG-KEY-CloudLinux
 
Back
Top