• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Recent content by Hassaan

  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 <[email protected]> >> 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...
Back
Top