• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Issue PHP pfm service - No such file or directory

Andri

New Pleskian
Hi,
I rebooted my servers and notice on two servers which I upgrade from Onyx to Obsidian that all PHP pfm services doesn't start because of missing folder.

Error message:
[12-Apr-2020 15:28:10] ERROR: unable to bind listening socket for address '/run/plesk/plesk-php73-fpm.sock': No such file or directory (2)

When I create folder /run/plesk/ service starts and work as excepted, but after reboot I have to manually recreate that folder again.
 
Last edited:
The /run/plesk directory does not exist on the system. There are two 3rd-party bugs which may cause such behaviour:
  1. Bug in systemd package 229-4ubuntu21.9.
    Patched kernel for VZ was released for this bug but this issue may reoccur on OpenVZ6.
  2. Incorrect ownership on ‘/’ directory in the system.
For a permanent solution, it's required either to update Ubuntu kernel or create a cron task, which will create /run/plesk directory automatically after the server reboot.
 
Back
Top