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