I upgraded our proxy from zabbix 3.0 and Raspian 8 to zabbix 5.0 and raspian 9 (stretch). I made the install with download the .deb which for my understanding just pastes the right lines in /etc/apt/sources.list.d/zabbix.list:
Raspi is running fine without any errors in syslog just the main error when starting zabbix-proxy in loop:
when running
result of journalctl -xe:
I've tried to reinstall zabbix-proxy by redownload .deb-file and purge all packages and directories before.
When I try to manual start zabbix-proxy i get a segmentation fault. (Don't know the exact things I made and can't find it anymore...)
Code:
deb http://repo.zabbix.com/zabbix/5.0/raspbian stretch main deb-src http://repo.zabbix.com/zabbix/5.0/raspbian stretch main
Code:
Oct 18 15:02:41 srvRaspiZabbix systemd[1]: Starting Zabbix Proxy... Oct 18 15:02:41 srvRaspiZabbix systemd[1]: zabbix-proxy.service: Control process exited, code=killed status=11 Oct 18 15:02:41 srvRaspiZabbix systemd[1]: Failed to start Zabbix Proxy. Oct 18 15:02:41 srvRaspiZabbix systemd[1]: zabbix-proxy.service: Unit entered failed state. Oct 18 15:02:41 srvRaspiZabbix systemd[1]: zabbix-proxy.service: Failed with result 'signal'. Oct 18 15:02:51 srvRaspiZabbix systemd[1]: zabbix-proxy.service: Service hold-off time over, scheduling restart. Oct 18 15:02:51 srvRaspiZabbix systemd[1]: Stopped Zabbix Proxy. Oct 18 15:02:51 srvRaspiZabbix systemd[1]: Starting Zabbix Proxy... Oct 18 15:02:52 srvRaspiZabbix systemd[1]: zabbix-proxy.service: Control process exited, code=killed status=11 Oct 18 15:02:52 srvRaspiZabbix systemd[1]: Failed to start Zabbix Proxy. Oct 18 15:02:52 srvRaspiZabbix systemd[1]: zabbix-proxy.service: Unit entered failed state. Oct 18 15:02:52 srvRaspiZabbix systemd[1]: zabbix-proxy.service: Failed with result 'signal'.
Code:
user@pi: systemctl start zabbix-proxy Job for zabbix-proxy.service failed because a fatal signal was delivered to the control process. See "systemctl status zabbix-proxy.service" and "journalctl -xe" for details.
Code:
Okt 18 15:08:49 srvRaspiZabbix systemd[1]: zabbix-proxy.service: Unit entered failed state. Okt 18 15:08:49 srvRaspiZabbix systemd[1]: zabbix-proxy.service: Failed with result 'signal'. Okt 18 15:08:59 srvRaspiZabbix systemd[1]: zabbix-proxy.service: Service hold-off time over, scheduling restart. Okt 18 15:08:59 srvRaspiZabbix systemd[1]: Stopped Zabbix Proxy. -- Subject: Unit zabbix-proxy.service has finished shutting down -- Defined-By: systemd -- Support: https://www.debian.org/support -- -- Unit zabbix-proxy.service has finished shutting down. Okt 18 15:08:59 srvRaspiZabbix systemd[1]: Starting Zabbix Proxy... -- Subject: Unit zabbix-proxy.service has begun start-up -- Defined-By: systemd -- Support: https://www.debian.org/support -- -- Unit zabbix-proxy.service has begun starting up. Okt 18 15:08:59 srvRaspiZabbix systemd[1]: zabbix-proxy.service: Control process exited, code=killed status=11 Okt 18 15:08:59 srvRaspiZabbix systemd[1]: Failed to start Zabbix Proxy. -- Subject: Unit zabbix-proxy.service has failed -- Defined-By: systemd -- Support: https://www.debian.org/support -- -- Unit zabbix-proxy.service has failed. -- -- The result is failed. Okt 18 15:08:59 srvRaspiZabbix systemd[1]: zabbix-proxy.service: Unit entered failed state. Okt 18 15:08:59 srvRaspiZabbix systemd[1]: zabbix-proxy.service: Failed with result 'signal'. Okt 18 15:09:01 srvRaspiZabbix dhclient[703]: bound to 10.6.76.227 -- renewal in 1337 seconds.
I've tried to reinstall zabbix-proxy by redownload .deb-file and purge all packages and directories before.
When I try to manual start zabbix-proxy i get a segmentation fault. (Don't know the exact things I made and can't find it anymore...)