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

Search results

  1. H

    Resolved PHP-FPM seems busy

    My average memory consumption is less then 15MB. I'm not experienced person for tuning PHP-FPM. Can you help me out in this?
  2. H

    Resolved PHP-FPM seems busy

    I am receiving the following error in php-fpm error logs [13-Jun-2017 23:49:31] WARNING: [pool instahd.info] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, there are 0 idle, and 131 total children [13-Jun-2017 23:49:32] WARNING: [pool...
  3. H

    Issue child 27377 exited with code 0 after 27411.172160 seconds from start

    OK Can you please answer my other questions? Is their anyway to close useless child before 27434.607111 seconds? Is my this value is OK? process_control_timeout = 10s
  4. H

    Issue child 27377 exited with code 0 after 27411.172160 seconds from start

    So should I changed log level into warning instead of notice? Is their anyway to close useless child before 27434.607111 seconds? Is my this value is OK? process_control_timeout = 10s
  5. H

    Issue child 27377 exited with code 0 after 27411.172160 seconds from start

    Hello, I recently setup Plesk Onyx on my server. I see these following strange messages in my logs. [02-Jun-2017 11:06:37] NOTICE: [pool pakhotline.info] child 23017 exited with code 0 after 27138.993114 seconds from start [02-Jun-2017 11:06:37] NOTICE: [pool pakhotline.info] child 26916...
  6. H

    Issue Unable to set php_value 'pm'

    I am seeing the following error for all of my domain in logs from last two days. This command display following errors. tail /var/log/plesk-php70-fpm/error.log [16-May-2017 20:51:59] WARNING: [pool playsongs.pk] child 28347 said into stderr: "ERROR: Unable to set php_value 'pm'"...
  7. H

    Issue PHP70-FPM ERROR: unable to read what child say: Bad file descriptor (9)

    Here is latest error logs, Should I raise pm.max_children = 4000 more? [13-Apr-2017 08:21:20] ERROR: unable to read what child say: Bad file descriptor (9) [13-Apr-2017 08:27:52] ERROR: unable to read what child say: Bad file descriptor (9) [13-Apr-2017 08:27:52] ERROR: unable to read what...
  8. H

    Issue PHP70-FPM ERROR: unable to read what child say: Bad file descriptor (9)

    Thank you, I have enabled slow queries log but what about other recommendations? May be currently now required but for future what do you suggest? I have restarted mariadb to enable slow queries. Here is latest recommendations by mysqltuner -------- Recommendations...
  9. H

    Issue PHP70-FPM ERROR: unable to read what child say: Bad file descriptor (9)

    "bad file descriptor" issue is not only issue I received, I received 499 errors in logs of some domain and high mysql load consumption. Here I'm attaching mysqltuner Full logs, I hope it might help ... >> MySQLTuner 1.7.1 - Major Hayden <major@mhtx.net> >> Bug reports, feature requests...
  10. H

    Issue PHP70-FPM ERROR: unable to read what child say: Bad file descriptor (9)

    Yes, all database are small not even cross 1GB in size. I have hosted multiple website but any from them does not have more then 3K visitors per day. No, I don't use remote database server. Output of SHOW status LIKE 'Qc%'; MariaDB [(none)]> SHOW status LIKE 'Qc%'...
  11. H

    Issue PHP70-FPM ERROR: unable to read what child say: Bad file descriptor (9)

    Output of command is MariaDB [(none)]> SELECT CEILING(Total_InnoDB_Bytes*1.6/POWER(1024,3)) RIBPS FROM -> (SELECT SUM(data_length+index_length) Total_InnoDB_Bytes -> FROM information_schema.tables WHERE engine='InnoDB') A; +-------+ | RIBPS | +-------+ | 1 | +-------+ 1 row in set...
  12. H

    Issue PHP70-FPM ERROR: unable to read what child say: Bad file descriptor (9)

    Thank you so much for suggestions. I have run mysqltuner and logs are following General recommendations: Control warning line(s) into /var/log/mariadb/mariadb.log file Control error line(s) into /var/log/mariadb/mariadb.log file Restrict Host for user@% to user@SpecificDNSorIp...
  13. H

    Missing access logs and pipe logs enabled

    You can recompile apache via following command $PRODUCT_ROOT_D/admin/sbin/websrvmng -v -a Ref: How do I enable Piped Logs for Apache Web Server
  14. H

    Issue PHP70-FPM ERROR: unable to read what child say: Bad file descriptor (9)

    I can Share other configs too, please let me know about it ...
  15. H

    Issue PHP70-FPM ERROR: unable to read what child say: Bad file descriptor (9)

    Here are latest logs [11-Apr-2017 15:07:06] ERROR: unable to read what child say: Bad file descriptor (9) [11-Apr-2017 15:07:06] ERROR: unable to read what child say: Bad file descriptor (9) [11-Apr-2017 15:27:39] ERROR: unable to read what child say: Bad file descriptor (9) [11-Apr-2017...
  16. H

    Issue PHP70-FPM ERROR: unable to read what child say: Bad file descriptor (9)

    Thank you for great response. I have raised the value of max children to 4000 but still see errors in logs. As you mentioned I try to find max_children in logs but there is nothing like this I run following command to find in logs grep -i max_children /var/log/plesk-php70-fpm/error.log
  17. H

    Issue PHP70-FPM ERROR: unable to read what child say: Bad file descriptor (9)

    Thank you for great response, I have changed to 4000 and regenerate PHP settings for all domains Latest Logs [11-Apr-2017 15:07:06] ERROR: unable to read what child say: Bad file descriptor (9) [11-Apr-2017 15:07:06] ERROR: unable to read what child say: Bad file descriptor (9) [11-Apr-2017...
  18. H

    Issue PHP70-FPM ERROR: unable to read what child say: Bad file descriptor (9)

    Which should I use pm = ondemand or pm = dynamic I don't have experience in tuning servers, can you recommend an optimized setting for me? 2nd question: I can check which domain is causing/reaching max_children ??
  19. H

    Issue PHP70-FPM ERROR: unable to read what child say: Bad file descriptor (9)

    I am continuously receiving following errors in my `php-fpm` logs. I have read and tried some similar question available on serverfault.com but Issue does not resolved. [11-Apr-2017 08:33:27] ERROR: unable to read what child say: Bad file descriptor (9) [11-Apr-2017 09:49:26] ERROR...
  20. H

    Resolved Default Site on IP is not changing

    Hi, I try to change default site from Tool & Setting => IP Address but its showing in task process bar. I have rebooted the system but this task process bar is still there from 25 day :( I am attach the screenshot of my plesk panel.
Back
Top