• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue ERR [util_exec] proc_close() failed ... by a Custom default pool configuration

Jormodn

New Pleskian
Hello Everyone,

I've created a custom configuration for my PHP-FPM Pool by adding the File php.ini in the Folder /var/www/vhosts/system/domain.com/conf/

It runs perfectly till today. I have Increase the Limits and rebuild the Configuration Files with
plesk bin php_settings -u
after this this error was displayed

root@server:/var/www/vhosts/system/domain.com/conf#

plesk bin php_settings -u
[2017-05-03 11:35:48] ERR [util_exec] proc_close() failed ['/opt/psa/admin/bin/phpinimng' '--type' 'fpm' '--service' 'plesk-php56-fpm' '--poold' '/opt/plesk/php/5.6/etc/php-fpm.d' '--restart'] with exit code [1]

[2017-05-03 11:35:49] ERR [panel] Remove PHP-FPM config for domain.com due to service failure.
phpinimng failed: invoke-rc.d: initscript plesk-php56-fpm, action "status" failed.

invoke-rc.d: initscript plesk-php56-fpm, action "status" failed.
invoke-rc.d: initscript plesk-php56-fpm, action "status" failed.
invoke-rc.d: initscript plesk-php56-fpm, action "status" failed.
invoke-rc.d: initscript plesk-php56-fpm, action "status" failed.
invoke-rc.d: initscript plesk-php56-fpm, action "status" failed.
Failed to restart plesk-php56-fpm service

exit status 1

The Configuration:
[php-fpm-pool-settings]
pm = dynamic
pm.max_children = 265
pm.start_servers = 128
pm.min_spare_servers = 82
pm.max_spare_servers = 128
pm.max_requests = 500

I delete the old configs from /opt/plesk/php/5.6/etc/php-fpm.d already but nothing happend

Greetings from Germany
 
Back
Top