• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Plesk PHP 7.3 FPM service failed to start

Ko Ko Zin

New Pleskian
Hi there,

I've been running plesk-php73-fpm on my Ubuntu 14.04 LTS VPS server. It suddenly stopped working and now the service `plesk-php73-fpm` cannot be started again. Every time I tried to start the service via `/etc/init.d/plesk-php73-fpm`, it failed with the following message in error log:

[06-Oct-2020 15:50:30] NOTICE: configuration file /opt/plesk/php/7.3/etc/php-fpm.conf test is successful
[06-Oct-2020 15:50:30] ERROR: Unable to set priority for the master process: Permission denied (13)
[06-Oct-2020 15:50:30] ERROR: FPM initialization failed

The error log doesn't explain enough details. Starting the PHP-FPM 7.3.5 via Plesk panel have the following error:

Plesk-Services.png

I've tried to reboot the server several times and still no different. Now, I've to switch all my sites to FastCGI instead of FPM since the FPM service has stopped and all sites went down.

Is there anyone have been experienced with the same issue?
 
You probably have a missing or orphaned php-file in /etc/php/7.0/fpm/pool.d/ or some other folder.

As of version 18.0.30 you can issue plesk repair web -php-fpm-configuration to fix that.
Before I had to use my own scripts to find out what was happening.

I do have a problem with that command myself as it detects one of my own PHP-configs as obsolete and deletes it without asking.
But I don't think anyone else will have that problem.
 
@mr-wolf, thanks for your answer. I've already tried plesk repair web command several times and got no luck. Now, I uninstalled plesk-php73-fpm and reinstalled it and it's working again.

I'm not sure what has happened with plesk itself. Look like something messed up while doing plesk auto updates on last weekend.
 
Are you running version 18.0.30 as that -php-fpm-configuration is a fairly new option?
Did you use the option -php-fpm-configuration ?

I ran a "plesk repair web" without options this week and noticed it also runs the php-fpm configuration check by default, but I don't know for sure if it did that from the start of its introduction on September 15th.

Anyhow, it's now too late to find out which file/domain was the culprit.
 
Are you running version 18.0.30 as that -php-fpm-configuration is a fairly new option?
Did you use the option -php-fpm-configuration ?

I ran a "plesk repair web" without options this week and noticed it also runs the php-fpm configuration check by default, but I don't know for sure if it did that from the start of its introduction on September 15th.

Anyhow, it's now too late to find out which file/domain was the culprit.

No, my Plesk version is 17.8.11 and the command `plesk web repair` doesn't recognize the option `php-fpm-configuration`.

My plesk panel says The system is up-to-date. Checked on Oct 2, 2020 01:32 AM. So, I'm not sure whether version 18 is not available for Ubuntu 14.04 LTS.
 
Isn't 14.04 EOL anyway? Cause plesk already pulled 7.3 support for jessie.

Yes. It has already been EOL since last year, but I don't know whether I could be able to upgrade OS version on my VPS server. I was so keen to do about that.

I have to check with the service provider if they could allow to upgrade OS or need to upgrade my subscription or change the server with the latest OS version.
 
Never do an upgrade of a production machine.
It's better to make a clean install and migrate.
Currently I'm setting up an Ubuntu 20.04 LTS machine with Plesk that's replacing an Ubuntu 16 LTS that was in service for more than 5 years
 
Sure. I don't even have time to manage for that. And I'm not a system expert and we had a system admin who manage that server before. Now, I'm managing most of the things myself.

If we've enough budget, my priority is to move to cloud server that could be saved the time and effort to manage such things. Plesk is great, but the VPS infra is not stable in all these years for our in-house project.

Thanks for discussion.
 
In that case even more reasons to NOT do an OS upgrade at all with the probable risk of opening up a can of worms and stay with a system that's at least working.
 
Back
Top