Hi there,
I'm unable to get Zabbix-Proxy (sqlite3) to start. I'm running version 3.4.4-4 on Raspbian (latest stable version).
When trying to start the service using the command 'sudo service zabbix-proxy start' I receive the following error.
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.
If I run "systemctl status zabbix-proxy.service" I get the following.
● zabbix-proxy.service - Zabbix Proxy
Loaded: loaded (/lib/systemd/system/zabbix-proxy.service; disabled; vendor pr
Active: activating (auto-restart) (Result: signal) since Fri 2018-04-06 09:56
Process: 2026 ExecStart=/usr/sbin/zabbix_proxy -c $CONFFILE (code=killed, sign
Apr 06 09:56:57 raspberrypi systemd[1]: zabbix-proxy.service: Unit entered faile
Apr 06 09:56:57 raspberrypi systemd[1]: zabbix-proxy.service: Failed with result
lines 1-7/7 (END)
● zabbix-proxy.service - Zabbix Proxy
Loaded: loaded (/lib/systemd/system/zabbix-proxy.service; disabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: signal) since Fri 2018-04-06 09:56:57 UTC; 5s ago
Process: 2026 ExecStart=/usr/sbin/zabbix_proxy -c $CONFFILE (code=killed, signal=SEGV)
Apr 06 09:56:57 raspberrypi systemd[1]: zabbix-proxy.service: Unit entered failed state.
Apr 06 09:56:57 raspberrypi systemd[1]: zabbix-proxy.service: Failed with result 'signal'.
If I run "journalctl -xe" I get the following.
Apr 06 09:57:38 raspberrypi 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.
Apr 06 09:57:38 raspberrypi 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.
Apr 06 09:57:39 raspberrypi systemd[1]: zabbix-proxy.service: Control process exited, code=killed status=11
Apr 06 09:57:39 raspberrypi 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.
Apr 06 09:57:39 raspberrypi systemd[1]: zabbix-proxy.service: Unit entered failed state.
Apr 06 09:57:39 raspberrypi systemd[1]: zabbix-proxy.service: Failed with result 'signal'.
I appreciate this may be down to configuration issues but having looked through the config files at both ends (proxy and server) as well as looking through the official documentation I cannot find an issue.
It may be worth mentioning that I'm running the sqlite database file in RAM (tmpfs). This is re-creating upon each boot as obviously it gets deleted when shutdown or rebooted.
Thanks in advance.
Systemsmb
I'm unable to get Zabbix-Proxy (sqlite3) to start. I'm running version 3.4.4-4 on Raspbian (latest stable version).
When trying to start the service using the command 'sudo service zabbix-proxy start' I receive the following error.
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.
If I run "systemctl status zabbix-proxy.service" I get the following.
● zabbix-proxy.service - Zabbix Proxy
Loaded: loaded (/lib/systemd/system/zabbix-proxy.service; disabled; vendor pr
Active: activating (auto-restart) (Result: signal) since Fri 2018-04-06 09:56
Process: 2026 ExecStart=/usr/sbin/zabbix_proxy -c $CONFFILE (code=killed, sign
Apr 06 09:56:57 raspberrypi systemd[1]: zabbix-proxy.service: Unit entered faile
Apr 06 09:56:57 raspberrypi systemd[1]: zabbix-proxy.service: Failed with result
lines 1-7/7 (END)
● zabbix-proxy.service - Zabbix Proxy
Loaded: loaded (/lib/systemd/system/zabbix-proxy.service; disabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: signal) since Fri 2018-04-06 09:56:57 UTC; 5s ago
Process: 2026 ExecStart=/usr/sbin/zabbix_proxy -c $CONFFILE (code=killed, signal=SEGV)
Apr 06 09:56:57 raspberrypi systemd[1]: zabbix-proxy.service: Unit entered failed state.
Apr 06 09:56:57 raspberrypi systemd[1]: zabbix-proxy.service: Failed with result 'signal'.
If I run "journalctl -xe" I get the following.
Apr 06 09:57:38 raspberrypi 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.
Apr 06 09:57:38 raspberrypi 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.
Apr 06 09:57:39 raspberrypi systemd[1]: zabbix-proxy.service: Control process exited, code=killed status=11
Apr 06 09:57:39 raspberrypi 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.
Apr 06 09:57:39 raspberrypi systemd[1]: zabbix-proxy.service: Unit entered failed state.
Apr 06 09:57:39 raspberrypi systemd[1]: zabbix-proxy.service: Failed with result 'signal'.
I appreciate this may be down to configuration issues but having looked through the config files at both ends (proxy and server) as well as looking through the official documentation I cannot find an issue.
It may be worth mentioning that I'm running the sqlite database file in RAM (tmpfs). This is re-creating upon each boot as obviously it gets deleted when shutdown or rebooted.
Thanks in advance.
Systemsmb
Comment