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