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