• 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

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

StefanoSudati

New Pleskian
Server operating system version
Debian 12.11
Plesk version and microupdate number
Plesk Obsidian v18.0.71_build1800250729.09 os_Debian 12.0
Hi everyone, here's my problem. Can someone help me please? Thanks.

There was an issue with updating system packages and third-party components on the cloud.xxxxxxxxx.com server. Please wait for the next automatic update or run the update manually: https://cloud.xxxxxxxxx.com:8443/admin/pum

Reason: 2025-08-12 06:26:10 INFO: pum is called with arguments: ['--list', '--repo-info', '--json']
2025-08-12 06:26:48 ERROR: Apt cache fetch failed. Try to run the `apt-get update` command.
2025-08-12 06:26:48 ERROR:
2025-08-12 06:26:48 ERROR: Exited with returncode 1.

---------------------------------
via SSH:

apt-get update && apt-get upgrade -y
Hit:1 Index of /pool/PSA_18.0.71_17351 bookworm InRelease
Hit:2 Index of /PHP74_17 bookworm InRelease
Hit:3 Index of /PHP80_17 bookworm InRelease
Hit:4 Index of /PHP81_17 bookworm InRelease
Hit:5 Index of /PHP82_17 bookworm InRelease
Hit:6 Index of /grafana/deb stable InRelease
Hit:7 Index of /PHP83_17 bookworm InRelease
Hit:8 Index of /PHP84_17 bookworm InRelease
Hit:10 Index of /debian bookworm InRelease
Hit:11 Index of /debian-security bookworm-security InRelease
Hit:12 Index of /debian bookworm-updates InRelease
Hit:13 Index of /debian/12/slot-1/ bookworm InRelease
Hit:14 Index of /alt-common/deb/debian/12/stable/ bookworm InRelease
Hit:9 Tools/debian/ - MariaDB bookworm InRelease
Hit:15 Index of /debian/12/slot-2/ bookworm InRelease
Hit:16 Index of /debian/12/slot-3/ bookworm InRelease
Hit:17 Index of /debian/12/slot-4/ bookworm InRelease
Hit:18 Index of /debian/12/slot-5/ bookworm InRelease
Hit:19 Index of /debian/12/slot-6/ bookworm InRelease
Hit:21 Index of /debian/12/slot-7/ bookworm InRelease
Hit:22 Index of /debian/12/slot-8/ bookworm InRelease
Hit:20 https://dlm.mariadb.com/repo/mariadb-server/11.4/repo/debian bookworm InRelease
Reading package lists... Done
N: Ignoring file 'imunify360-testing.list.example' in directory '/etc/apt/source s.list.d/' as it has an invalid filename extension
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following package was automatically installed and is no longer required:
libc6-i386
Use 'apt autoremove' to remove it.
The following packages will be upgraded:
galera-4
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 11.9 MB of archives.
After this operation, 44.8 MB of additional disk space will be used.
Get:1 https://dlm.mariadb.com/repo/mariadb-server/11.4/repo/debian bookworm/main amd64 galera-4 amd64 26.4.23-deb12 [11.9 MB]
Fetched 11.9 MB in 2s (6,466 kB/s)
apt-listchanges: Reading changelogs...
N: Ignoring file 'imunify360-testing.list.example' in directory '/etc/apt/source s.list.d/' as it has an invalid filename extension
(Reading database ... 153272 files and directories currently installed.)
Preparing to unpack .../galera-4_26.4.23-deb12_amd64.deb ...
Unpacking galera-4 (26.4.23-deb12) over (26.4.20-0+deb12u1) ...
Setting up galera-4 (26.4.23-deb12) ...
N: Ignoring file 'imunify360-testing.list.example' in directory '/etc/apt/source s.list.d/' as it has an invalid filename extension
 
Is that the full output of the SSH command? Cause I'm not seeing any errors, just a notice about the imunify360-testing.list.example (which you can simply rename to be .disabled or delete it or move it out to clear that notice).
 
Hi scsa20
Yes via SSH is ok!

The problem is here:

There was an issue with updating system packages and third-party components on the cloud.xxxxxxxxx.com server. Please wait for the next automatic update or run the update manually: https://cloud.xxxxxxxxx.com:8443/admin/pum

Reason: 2025-08-12 06:26:10 INFO: pum is called with arguments: ['--list', '--repo-info', '--json']
2025-08-12 06:26:48 ERROR: Apt cache fetch failed. Try to run the `apt-get update` command.
2025-08-12 06:26:48 ERROR:
2025-08-12 06:26:48 ERROR: Exited with returncode 1.

This is the error I received in my email, so I tried updating manually and it worked.
The error occurs almost every day.
 
If it works fine tells me it's just complaining about the .example file, you can try moving that example file out from /etc/apt/sources.list.d and see if it goes away.
 
Back
Top