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