• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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