• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Resolved pum is called with arguments: ['--list', '--repo-info', '--json']

gaurav.kumar

New Pleskian
Hi
Please help me for following issueu

-----OS--------
CentOS Linux"
VERSION="7 (Core)"



I have to try to update packages automatically from Web Panel, it gives the following error.

------------------------------------------------------------------------------------------------------------------------
Reason: 2021-01-28 03:44:11 INFO: pum is called with arguments: ['--list', '--repo-info', '--json']
2021-01-28 03:44:12 ERROR: failure: repodata/repomd.xml from PLESK_18_0_27-extras: [Errno 256] No more mirrors to try.
http://autoinstall.plesk.com/pool/PSA_18.0.27_3253/extras-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
2021-01-28 03:44:12 ERROR: Exited with returncode 1.
-----------------------------------------------------------------------------------------------------------------------------------------------

And then I try to update it manually but still I'm getting these error as following
-------------------------------------------------------------------------------------------------------
[root@---~]# plesk sbin pum --list
2021-01-28 14:07:40 INFO: pum is called with arguments: ['--list']
2021-01-28 14:07:42 ERROR: failure: repodata/repomd.xml from PLESK_18_0_27-extras: [Errno 256] No more mirrors to try.
http://autoinstall.plesk.com/pool/PSA_18.0.27_3253/extras-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
2021-01-28 14:07:42 ERROR: Exited with returncode 1.
exit status 1

[root@---~]# plesk sbin pum --repo-info
2021-01-28 14:07:58 INFO: pum is called with arguments: ['--repo-info']
2021-01-28 14:07:58 ERROR: invalid usage
2021-01-28 14:07:58 ERROR: Exited with returncode 1.
exit status 1

[root@---~]# plesk sbin pum --json
2021-01-28 14:08:17 INFO: pum is called with arguments: ['--json']
2021-01-28 14:08:17 ERROR: invalid usage
2021-01-28 14:08:17 ERROR: Exited with returncode 1.
 
Please check whether you are using the authentic Plesk repositories for the update.
1) Login to Plesk with "admin".
2) Click on "Add or Remove Components"
3) Click the "Cancel" link on the bottom right edge of that page.
4) Click the "Updates Sources and Installation Settings" tab.
5) Select "Official Plesk updates server".
6) Click "Save".

plesk01.jpg

Afterwards, retry the update.
 
Hello Peter,

Thank you for your reply,

I have just checked, "Official Plesk updates server" is already there.

so what else, I can do?

please help
 
The resource is not available on Plesk servers (sorry, I did not check that earlier). Th oldest available resource pool is
PSA_18.0.28_3485

When you write "update packages automatically from Web Panel" what are you actually trying to do? I interpreted this as an attempt to upgrade Plesk to the latest version, but maybe that is not what you are doing, maybe you try to update other packages, and while pum tries to do that it runs into inaccessible Plesk packages which causes it to stop.

Have you tried to run
# yum update
on the console instead?
 
Hi Peter,

Yes, I try to run $ yum update

Here is what is got

----------------------------
Loaded plugins: fastestmirror
Determining fastest mirrors
* base: d36uatko69830t.cloudfront.net
* extras: d36uatko69830t.cloudfront.net
* updates: d36uatko69830t.cloudfront.net
PLESK_17_PHP56 | 2.9 kB 00:00:00
PLESK_17_PHP70 | 2.9 kB 00:00:00
PLESK_17_PHP71 | 2.9 kB 00:00:00
PLESK_17_PHP72 | 2.9 kB 00:00:00
PLESK_17_PHP73 | 2.9 kB 00:00:00
http://autoinstall.plesk.com/pool/PSA_18.0.27_3253/extras-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below wiki article


If above article doesn't help to resolve this issue please use My View - CentOS Bug Tracker.



One of the configured repositories failed (PLESK_18_0_27 extras),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:

1. Contact the upstream for the repository and get them to fix the problem.

2. Reconfigure the baseurl/etc. for the repository, to point to a working
upstream. This is most often useful if you are using a newer
distribution release than is supported by the repository (and the
packages for the previous distribution release still work).

3. Run the command with the repository temporarily disabled
yum --disablerepo=PLESK_18_0_27-extras ...

4. Disable the repository permanently, so yum won't use it by default. Yum
will then just ignore the repository until you permanently enable it
again or use --enablerepo for temporary usage:

yum-config-manager --disable PLESK_18_0_27-extras
or
subscription-manager repos --disable=PLESK_18_0_27-extras

5. Configure the failing repository to be skipped, if it is unavailable.
Note that yum will try to contact the repo. when it runs most commands,
so will have to try and fail each time (and thus. yum will be be much
slower). If it is a very temporary problem though, this is often a nice
compromise:

yum-config-manager --save --setopt=PLESK_18_0_27-extras.skip_if_unavailable=true

failure: repodata/repomd.xml from PLESK_18_0_27-extras: [Errno 256] No more mirrors to try.
http://autoinstall.plesk.com/pool/PSA_18.0.27_3253/extras-rpm-CentOS-7-x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
 
It seems that you are still on a Plesk Onyx. I am not sure how to proceed and think that this is either a question for @IgorG or for official Plesk support. I simply don't know why it is trying to update to a version that is no longer available in the Plesk repositories and how to tell Plesk that it should update to a newer version. Are you sure that you are on a "real" CentOS 7?

Better ask Plesk directly on this issue.
 
i have the same error this morning, i have receive by email this :
Raison : 2022-03-27 03:49:34 INFO: pum is called with arguments: ['--list', '--repo-info', '--json']
2022-03-27 03:49:36 ERROR: failure: repodata/9080c39c97c692415e856760bdbdfb562413dc91e2ef75b98784478443145d21-primary.sqlite.bz2 from elrepo: [Errno 256] No more mirrors to try.
http://mirror.eu.oneandone.net/soft...91e2ef75b98784478443145d21-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found
2022-03-27 03:49:36 ERROR: Exited with returncode 1.

And in SSH with a yum update :

elrepo/x86_64/primary_db FAILED
http://mirror.eu.oneandone.net/soft...91e2ef75b98784478443145d21-primary.sqlite.bz2: [Errno 14] HTTP Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below wiki article


If above article doesn't help to resolve this issue please use My View - CentOS Bug Tracker.

Is possible is the reposity just down and he will comeback in few time ?
 
Back
Top