Hello all,
I am running zabbix 6.0.12 (zabbix-server-mysql/focal,now 1:6.0.12-1+ubuntu20.04 amd64) on ubuntu Linux 5.15.0-58-generic and since a few days, it displays that the zabbix server is not running.
Indeed sudo /etc/init.d/zabbix-server restart responds it cannot start ("the service did not take the steps required by its unit configuration").
To try to understand it, I've been running "to front" and I obtain the following:
$ sudo /usr/sbin/zabbix_server -f -R log_level_increase -c /etc/zabbix/zabbix_server.conf
zabbix_server [7355]: Cannot perform runtime control command: Cannot connect to service "rtc": [111] Connection refused.
I dug into what rtc can be... whether it's the hardware clock or some zabbix internal. The string above indeed appears into the zabbix source but I could not understand which socket has a connection refused.
Can it be there a service that we have let, through the updates of Ubuntu, disappear?
The web-service works and displays data but it's all old data (nothing more in latest data). The agent seems to run (according to ps).
thanks very much for your hints.
I am running zabbix 6.0.12 (zabbix-server-mysql/focal,now 1:6.0.12-1+ubuntu20.04 amd64) on ubuntu Linux 5.15.0-58-generic and since a few days, it displays that the zabbix server is not running.
Indeed sudo /etc/init.d/zabbix-server restart responds it cannot start ("the service did not take the steps required by its unit configuration").
To try to understand it, I've been running "to front" and I obtain the following:
$ sudo /usr/sbin/zabbix_server -f -R log_level_increase -c /etc/zabbix/zabbix_server.conf
zabbix_server [7355]: Cannot perform runtime control command: Cannot connect to service "rtc": [111] Connection refused.
I dug into what rtc can be... whether it's the hardware clock or some zabbix internal. The string above indeed appears into the zabbix source but I could not understand which socket has a connection refused.
Can it be there a service that we have let, through the updates of Ubuntu, disappear?
The web-service works and displays data but it's all old data (nothing more in latest data). The agent seems to run (according to ps).
thanks very much for your hints.

Comment