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

Issue Package Update Manger - PUM Error

Monolith-Colletiv

New Pleskian
Hello,

since 3 days I get this error on two different Server both are on

OS: ‪Ubuntu 18.04.2 LTS‬
Product: Plesk Onyx
Version 17.8.11 Update #49


Code:
Grund: 2019-04-16 03:17:04 INFO: pum is called with arguments: ['--list', '--repo-info', '--json']
2019-04-16 03:17:07 ERROR:
2019-04-16 03:17:07 ERROR: Exited with returncode 1.

I tried
Code:
atp-get upgrade && apt-get update -y

Like the KB said and another thread, it ran through without any errors.
The GUI Package Manager says everything is up to date, the Servers are working without any errors, but I keep getting these Mails every Night and like to solve it.

Anyone got an Idea?
 
Try to comment the only uncommented line in the file /etc/apt/sources.list.d/mod-pagespeed.list and then run

# plesk sbin pum --check
 
I do have the same problem for some days:


Plesk Onyx v17.8.11_build1708180301.19
Ubuntu 16.04.6 LTS

Code:
Grund: 2019-04-17 06:27:12 INFO: pum is called with arguments: ['--list', '--repo-info', '--json']
2019-04-17 06:29:18 ERROR: E:Failed to fetch http://de.archive.ubuntu.com/ubuntu/dists/xenial-updates/main/binary-i386/Packages  Could not open file /var/lib/apt/lists/partial/de.archive.ubuntu.com_ubuntu_dists_xenial-updates_main_binary-i386_Packages.xz - open (13: Permission denied) [IP: 141.30.62.22 80], E:Some index files failed to download. They have been ignored, or old ones used instead.
2019-04-17 06:29:18 ERROR: Exited with returncode 1.

@IgorG there is no file you mentioned above.

Looks like the url wich he is trying to fetch is wrong.
Its missing ".xz" i guess.

According to some site refreshing the list cache with the following command:
rm -r /var/lib/apt/lists

then run update & upgrade
should solve the issue.
 

Attachments

  • Unbenannt.png
    Unbenannt.png
    20.2 KB · Views: 4
Last edited:
Try to comment the only uncommented line in the file /etc/apt/sources.list.d/mod-pagespeed.list and then run

# plesk sbin pum --check

pum check worked without Errors, but doesn't this interfere with mod page speed being updated? And how the hell did you know that I was using mod-pagespeed?
 
Back
Top