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

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