kb: technical
Symptoms
Installing system updates on a RHEL-based OS using Plesk update tool fails with the error below:
PLESK_ERROR: Reason: 2022-01-12 03:36:22 INFO: pum is called with arguments: ['--list', '--repo-info', '--json']
2022-01-12 03:36:25 ERROR: failure: repodata/repomd.xml from PLESK_18_0_33-extras: [Errno 256] No more mirrors to try.
http://autoinstall.plesk.com/pool/PSA_18.0.33_5467/extras-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
2022-01-12 03:36:25 ERROR: Exited with returncode 1.
Cause
Unavailable repository remains in /etc/yum.repos.d/ from previous plesk installer executions.
Resolution
-
Connect to the server via SSH
- Remove the plesk repo file from /etc/yum.repos.d/ as it normally should be there only during plesk installer operations:
# mv /etc/yum.repos.d/plesk.repo ~/
Comments
0 comments
Please sign in to leave a comment.