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

Issue INFO pum is called with arguments Cannot retrieve repository metadata (repomd.xml)

Rafa ME

New Pleskian
Hi! I hope someone can help me, thanks in advance.

My server runs ‪CentOS 6.10 (Final)‬ with Plesk Obsidian 18.0.21, It has been working for more than 5 years, that is, it's not a new installation.

Since August 7, I have received the same message every day:

Motivo: 2020-08-20 03:27:17 INFO: pum is called with arguments: ['--list', '--repo-info', '--json']
2020-08-20 03:27:17 ERROR: Cannot retrieve repository metadata (repomd.xml) for repository: PLESK_17_PHP53. Please verify its path and try again
2020-08-20 03:27:17 ERROR: Exited with returncode 1.

Always investigating I usually find the solution, but in this case, although it seems simple, I can not find the problem. I have been testing various solutions found in this forum, and this one from Plesk support:


Specifically, on this solution, I cannot apply the first command (yum-config-manager --disable epel), because it says that this command does not exist (-bash: yum-config-manager: command not found), as it seems that someone indicates precisely in the comments of that same article.

Thanks!!!
 
You're in the Onyx forum, not Obsidian.
I wonder why it tries to get PHP5.3 from the onyx repository (PLESK_17), though? Something left over from the upgrade? I don't think Obsidian supports the ancient 5.x versions of PHP at all.
 
it says that this command does not exist (-bash: yum-config-manager: command not found),
The yum-config-manager is included in yum-utils package. Therefore, first, you need to install it.
 
Back
Top