• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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