• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue Problems after cloudlinux removal

xdelios

Basic Pleskian
Hello,

So I had Cloudlinux installed and decided to remove it.
I had a couple of errors but sorted them out.

After all that I realised that the PHP OS version is not shown in components anymore in the panel.
I tried to run the update but its not working through the GUI and from the command line I get the following.

Code:
Exception: Failed to solve dependencies:
php-5.4.16-42.el7.x86_64 requires php-cli(x86-64) = 5.4.16-42.el7
php-fpm-5.4.16-42.el7.x86_64 requires php-common(x86-64) = 5.4.16-42.el7
php-5.4.16-42.el7.x86_64 requires php-common(x86-64) = 5.4.16-42.el7

How can I fix that?

I am running Plesk Onyx on Centos 7
 
Hi xdelios,

actually, the error message point you directly to the missing packages on your server. Pls. (re-)install them with your "yum" - package - manager on CentOS ( logged in as user "root" over SSH ):

Example:
Code:
yum install package-name
 
Indeed it was that simple...
One more thing if you could assist me.

From the moment I removed Cloudlinux I keep getting an error mail
/bin/sh: /usr/sbin/processpaneluserspackages: No such file or directory

I check my crons in plesk and I cant find that one, where else should I look and remove it ?
 
From the moment I removed Cloudlinux I keep getting an error mail
/bin/sh: /usr/sbin/processpaneluserspackages: No such file or directory

I check my crons in plesk and I cant find that one, where else should I look and remove it ?
Check under /etc/cron.d/ crontask labeled like lveutils-panel-cron
 
Thank you there was the problem.

One last thing if you could help me
I have very a problem with starting the design from within the plesk panel

I get this error

Unable to manage service by dosing ('srart', 'dns')

Just to clarify the named service is working just within the panel I get this error
 
Back
Top