php-fpm73 service constant restart

dauser9001

New member
Joined
May 6, 2020
Messages
4
I've been using DirectAdmin for 2 years now on 300 different machines but this is a first:
The php-fpm73 service keeps constantly restarting - /usr/local/php73/var/log/php-fpm.log looks like this:
Code:
[06-May-2020 10:24:10] NOTICE: systemd monitor interval set to 10000ms
[06-May-2020 10:24:16] NOTICE: fpm is running, pid 26636
[06-May-2020 10:24:16] NOTICE: ready to handle connections
[06-May-2020 10:24:16] NOTICE: systemd monitor interval set to 10000ms
[06-May-2020 10:24:21] NOTICE: fpm is running, pid 26669
[06-May-2020 10:24:21] NOTICE: ready to handle connections
[06-May-2020 10:24:21] NOTICE: systemd monitor interval set to 10000ms
[06-May-2020 10:24:26] NOTICE: fpm is running, pid 26702
[06-May-2020 10:24:26] NOTICE: ready to handle connections
[06-May-2020 10:24:26] NOTICE: systemd monitor interval set to 10000ms
[06-May-2020 10:24:31] NOTICE: fpm is running, pid 26735
[06-May-2020 10:24:31] NOTICE: ready to handle connections
[06-May-2020 10:24:31] NOTICE: systemd monitor interval set to 10000ms
[06-May-2020 10:24:37] NOTICE: fpm is running, pid 26774
[06-May-2020 10:24:37] NOTICE: ready to handle connections
[06-May-2020 10:24:37] NOTICE: systemd monitor interval set to 10000ms
[06-May-2020 10:24:42] NOTICE: fpm is running, pid 26807
[06-May-2020 10:24:42] NOTICE: ready to handle connections
[06-May-2020 10:24:42] NOTICE: systemd monitor interval set to 10000ms
[06-May-2020 10:24:47] NOTICE: fpm is running, pid 26841
[06-May-2020 10:24:47] NOTICE: ready to handle connections
[06-May-2020 10:24:47] NOTICE: systemd monitor interval set to 10000ms

of course this is just the end of it...
No change in build/configure, build is updated
How can I find the cause for this?
 
maybe this 73 compiled with some broken module? check website logs
 
compare /usr/local/php73/etc/php-fpm.conf
with same on stable server
 
compare /usr/local/php73/etc/php-fpm.conf
with same on stable server
The only thing I found different in the faulty server besides the abundant notices of "ready to handle connections" which I already posted was one warning only which stated
Code:
WARNING: [pool webapps] child 307 exited on signal 9 (SIGKILL) after 0.007886 seconds from start
 
Back
Top