Richard G
Verified User
I'm running in to this kid of errors and it's causing white screens on for example forum software, this is from the php-fpm73.log file:
So all those exit code 70.
When doing a status request for php-fpm73 I got this:
Unknown value's? Seems wrong to me.
The white screen can be undone by waiting longer, or best by restarting php-fpm.
I have enough resources:
These white screens happen unregularly, what can be causing this?
Code:
[11-Jan-2021 20:16:21] WARNING: [pool klaas] child 30085 exited with code 70 after 0.008986 seconds from start
[11-Jan-2021 20:16:21] NOTICE: [pool klaas] child 30086 started
[11-Jan-2021 20:16:22] WARNING: [pool klaas] child 30086 exited with code 70 after 0.502812 seconds from start
[11-Jan-2021 20:16:22] NOTICE: [pool klaas] child 30087 started
[11-Jan-2021 20:16:29] WARNING: [pool satfun] child 30047 exited with code 70 after 32.714847 seconds from start
[11-Jan-2021 20:16:29] NOTICE: [pool satfun] child 30092 started
[11-Jan-2021 20:16:35] WARNING: [pool satfun] child 30092 exited with code 70 after 5.563168 seconds from start
[11-Jan-2021 20:16:35] NOTICE: [pool satfun] child 30100 started
[11-Jan-2021 20:16:35] WARNING: [pool satfun] child 30100 exited with code 70 after 0.041921 seconds from start
So all those exit code 70.
When doing a status request for php-fpm73 I got this:
Code:
Redirecting to /bin/systemctl status php-fpm73.service
● php-fpm73.service - The PHP FastCGI Process Manager
Loaded: loaded (/etc/systemd/system/php-fpm73.service; enabled; vendor preset: disabled)
Active: active (running) since Sun 2021-01-10 04:33:54 CET; 1 day 15h ago
Process: 24796 ExecReload=/bin/kill -USR2 $MAINPID (code=exited, status=0/SUCCESS)
Main PID: 14555 (php-fpm73)
Status: "Processes active: 1, idle: 1, Requests: 57083, slow: 0, Traffic: 0req/sec"
CGroup: /system.slice/php-fpm73.service
├─14555 php-fpm: master process (/usr/local/php73/etc/php-fpm.conf)
├─18082 php-fpm: pool sslstream
└─30211 php-fpm: pool satfun
Jan 10 04:34:10 server24.server010.nl systemd[1]: [/etc/systemd/system/php-fpm73.service:54] Unknown lvalue 'ProtectControlGroups' in sectio...ervice'
Jan 10 04:34:10 server24.server010.nl systemd[1]: [/etc/systemd/system/php-fpm73.service:57] Unknown lvalue 'RestrictRealtime' in section 'Service'
Jan 10 04:34:10 server24.server010.nl systemd[1]: [/etc/systemd/system/php-fpm73.service:41] Unknown lvalue 'ProtectKernelModules' in sectio...ervice'
Jan 10 04:34:10 server24.server010.nl systemd[1]: [/etc/systemd/system/php-fpm73.service:48] Unknown lvalue 'ProtectKernelTunables' in secti...ervice'
Jan 10 04:34:10 server24.server010.nl systemd[1]: [/etc/systemd/system/php-fpm73.service:54] Unknown lvalue 'ProtectControlGroups' in sectio...ervice'
Jan 10 04:34:10 server24.server010.nl systemd[1]: [/etc/systemd/system/php-fpm73.service:57] Unknown lvalue 'RestrictRealtime' in section 'Service'
Jan 10 04:35:02 server24.server010.nl systemd[1]: Reloading The PHP FastCGI Process Manager.
Jan 10 04:35:02 server24.server010.nl systemd[1]: Reloaded The PHP FastCGI Process Manager.
Jan 11 00:49:01 server24.server010.nl systemd[1]: Reloading The PHP FastCGI Process Manager.
Jan 11 00:49:01 server24.server010.nl systemd[1]: Reloaded The PHP FastCGI Process Manager.
The white screen can be undone by waiting longer, or best by restarting php-fpm.
I have enough resources:
Code:
top - 20:21:21 up 16 days, 18:37, 1 user, load average: 0.08, 0.18, 0.22
Tasks: 297 total, 1 running, 296 sleeping, 0 stopped, 0 zombie
%Cpu(s): 0.1 us, 0.1 sy, 0.0 ni, 99.8 id, 0.1 wa, 0.0 hi, 0.0 si, 0.0 st
KiB Mem : 65714844 total, 32504800 free, 8625696 used, 24584348 buff/cache
KiB Swap: 33521660 total, 33521660 free, 0 used. 56404944 avail Mem
These white screens happen unregularly, what can be causing this?