• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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