vancanneyt
Verified User
- Joined
- Dec 13, 2012
- Messages
- 92
After the kernel patches released by CentOS, serious issues rose with systemctl and php.
Initial issues described in this thread: http://forum.directadmin.com/showthread.php?t=55775&p=285648#post285648
I had to manually start the process from command line (/usr/local/php72/sbin/php-fpm72) to get php-fpm running. With systemctl it keeps crashing minutes after it loads (see thread). Logs don’t lead me to where the problem is
It got to my attention that at midnight when logrotate happens, php-fpm rellad also failed through systemctl
When manually running command systemctl reload php-fpm72.service it gives: “job for php-fpm72 invalid
Also performed set_permissions to exclude any permission problem, same result
Any help is welcome on how to resolve this rather serious issue.
Initial issues described in this thread: http://forum.directadmin.com/showthread.php?t=55775&p=285648#post285648
I had to manually start the process from command line (/usr/local/php72/sbin/php-fpm72) to get php-fpm running. With systemctl it keeps crashing minutes after it loads (see thread). Logs don’t lead me to where the problem is
It got to my attention that at midnight when logrotate happens, php-fpm rellad also failed through systemctl
Code:
2018:01:06-00:11:01: Error reloading service php-fpm72 : uid 0 gid 0 : /usr/bin/systemctl reload php-fpm72.service >/dev/null 2>/dev/null
When manually running command systemctl reload php-fpm72.service it gives: “job for php-fpm72 invalid
Also performed set_permissions to exclude any permission problem, same result
Any help is welcome on how to resolve this rather serious issue.
Last edited: