• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Issue Error on plesk update

benew

New Pleskian
Hi , everyone . I need help about about update process.
When i try to make uptade my plesk panel on linux , it gives this error.

____________________

Traceback (most recent call last):
File "/usr/local/psa/bin/yum_install", line 286, in <module>
main()
File "/usr/local/psa/bin/yum_install", line 272, in main
res = installer.resolve(to_install, to_remove, opts.tries)
File "/usr/local/psa/bin/yum_install", line 184, in resolve
raise Exception("Failed to solve dependencies:\n" + '\n'.join(msgs))
Exception: Failed to solve dependencies:
pp18.0.29-bootstrapper-18.0-2.centos.7+p18.0.29.1+t200807.1333.x86_64 requires ca-certificates >= 2020.2.41
plesk-core-18.0-2.centos.7+p18.0.29.1+t200807.1333.x86_64 requires ca-certificates >= 2020.2.41
Execute command /usr/local/psa/admin/bin/send-error-report install --version 18.0.29
[2020-08-11 00:03:57.211452] Warning: Failed to attach to cgroup /sys/fs/cgroup/systemd/user/root/tasks, installer might be unexpectedly killed later by the system
[2020-08-11 00:03:57.224688] Error: The Yum utility failed to install the required packages.
Attention! Your software might be inoperable.
Visit Plesk Help Center to search for a solution.

______________________



Do you have any suggestions for me to make update process properly ?

Thanks.
 
Check the version of ca-certificates package first with

# rpm -qa | grep ca-certificates

and update it with yum if necessary.
 
On my Plesk server I see:

# rpm -qa | grep ca-certificates
ca-certificates-2020.2.41-70.0.el7_8.noarch
 
i am also taking error on updating certificates :(

Code:
Loaded plugins: fastestmirror, protectbase
Loading mirror speeds from cached hostfile
 * epel: epel.mirror.far.fi
 * rpmfusion-free-updates: mirror.yandex.ru
0 packages excluded due to repository protections
No packages marked for update
 
I'd suggest you contact Plesk Support Team. Investigation directly on your server is required.
 
Back
Top