• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved System Updates error

grimley

New Pleskian
Have searched extensively for a fix. Based on my understanding, this is internal to Plesk (?) and can be ignored (?).

Have turned off automatic updates via the panel. (Running "stretch" 9.11 on Obsidian 18.0.19 - not sure why "jessie" updates woud still be in the mix.)

(Thanks)

Reason: 2019-09-28 06:25:14 INFO: pum is called with arguments: ['--list', '--repo-info', '--json']
2019-09-28 06:25:18 ERROR: W:GPG error: http://autoinstall.plesk.com/debian/PMM_0.1.10 jessie InRelease: The following signatures were invalid: 8BADC1A02FC9C07FB8C20EC0BD11A6AA914BDF7E, E:The repository 'http://autoinstall.plesk.com/debian/PMM_0.1.10 jessie InRelease' is not signed.
2019-09-28 06:25:18 ERROR: Exited with returncode 1.
 
Rename Jessie to Stretch:

# sed -i 's/jessie/stretch/' /etc/apt/sources.list.d/plesk-migrator.list
# sed -i 's/jessie/stretch/' /etc/apt/sources.list.d/plesk-ext-ruby.list
 
Rename Jessie to Stretch:

# sed -i 's/jessie/stretch/' /etc/apt/sources.list.d/plesk-migrator.list
# sed -i 's/jessie/stretch/' /etc/apt/sources.list.d/plesk-ext-ruby.list

Excellent. Adjusting the "plesk-migrator.list" file did the trick.
The "plesk-ext-ruby.list" file is not present. Should it be added? Does it contain the same parameters as the plesk-migrator.list file?

Thank you for your assistance.
 
Back
Top