Because I had some server-related problems last year (on another server, btw) I started to monitor my /var/log/syslog for entries containing "php.*error".
For this I use Zabbix.
Since Nov 29th at 05:01 am I'm getting this in my syslog from time to time:
grep -i php-fpm /var/log/syslog.1 | head -n1 | sed 's/p:[0-9a-f]*/p:******/g'
This moment corresponds with some update that has been made here:
ls -altr /opt/plesk/php/7.1/etc/
I have not much to go by besides the certainty that this didn't occur for quite some time and that it is only happening on one of my servers.
I have a few other Plesk servers.
This one is running Ubuntu 16.04 and Plesk 17.5.3
Anyone some tips to troubleshoot?
I have not received any feedback that something is not working properly....
For this I use Zabbix.
Since Nov 29th at 05:01 am I'm getting this in my syslog from time to time:
grep -i php-fpm /var/log/syslog.1 | head -n1 | sed 's/p:[0-9a-f]*/p:******/g'
Code:
Nov 29 05:01:37 ns4 kernel: [6134283.993177] traps: php-fpm[12051] general protection ip:****** sp:****** error:0
This moment corresponds with some update that has been made here:
ls -altr /opt/plesk/php/7.1/etc/
Code:
total 104K
-rw-r--r-- 1 root root 4.1K Feb 17 2017 php-fpm.conf
-rw-r--r-- 1 root root 1.2K Feb 17 2017 pear.conf
-rw-r--r-- 1 root root 70K Jul 7 05:48 php.ini
drwxr-xr-x 9 root root 4.0K Jul 7 16:14 ..
drwxr-xr-x 2 root root 4.0K Nov 29 04:27 rpm
drwxr-xr-x 2 root root 4.0K Nov 29 04:27 php.d
drwxr-xr-x 5 root root 4.0K Nov 29 04:27 .
drwxr-xr-x 2 root root 4.0K Nov 29 19:07 php-fpm.d
I have not much to go by besides the certainty that this didn't occur for quite some time and that it is only happening on one of my servers.
I have a few other Plesk servers.
This one is running Ubuntu 16.04 and Plesk 17.5.3
Anyone some tips to troubleshoot?
I have not received any feedback that something is not working properly....
Last edited: