The recent Zabbix agent and proxy packages 6.0.34-release1.el8.x86_64 appear to have been released without TLS components compiled in.
After our 6am automated DNF update of Rocky Linux 8 machines, we suddenly have a dozen Zabbix agent/proxy machines unable to start these components.
DNF History output:
After our 6am automated DNF update of Rocky Linux 8 machines, we suddenly have a dozen Zabbix agent/proxy machines unable to start these components.
Code:
-- Unit zabbix-proxy.service has begun starting up. Sep 27 08:40:22 xxx.abc.com zabbix_agentd[8437]: zabbix_agentd [8437]: "TLSConnect" configuration parameter cannot be used: Zabbix agent was compiled without TLS support Sep 27 08:40:22 xxx.abc.com zabbix_agentd[8437]: zabbix_agentd [8437]: "TLSAccept" configuration parameter cannot be used: Zabbix agent was compiled without TLS support Sep 27 08:40:22 xxx.abc.com zabbix_agentd[8437]: zabbix_agentd [8437]: "TLSPSKIdentity" configuration parameter cannot be used: Zabbix agent was compiled without TLS support Sep 27 08:40:22 xxx.abc.com zabbix_agentd[8437]: zabbix_agentd [8437]: "TLSPSKFile" configuration parameter cannot be used: Zabbix agent was compiled without TLS support Sep 27 08:40:22 xxx.abc.com systemd[1]: zabbix-agent.service: Control process exited, code=exited status=1 Sep 27 08:40:22 xxx.abc.com systemd[1]: zabbix-agent.service: Failed with result 'exit-code'. -- The unit zabbix-agent.service has entered the 'failed' state with result 'exit-code'. Sep 27 08:40:22 xxx.abc.com systemd[1]: Failed to start Zabbix Agent. -- Subject: Unit zabbix-agent.service has failed
Code:
Sep 27 08:40:22 xxx.abc.com zabbix_proxy[8438]: zabbix_proxy [8438]: "TLSConnect" configuration parameter cannot be used: Zabbix proxy was compiled without TLS support Sep 27 08:40:22 xxx.abc.com zabbix_proxy[8438]: zabbix_proxy [8438]: "TLSAccept" configuration parameter cannot be used: Zabbix proxy was compiled without TLS support Sep 27 08:40:22 xxx.abc.com zabbix_proxy[8438]: zabbix_proxy [8438]: "TLSPSKIdentity" configuration parameter cannot be used: Zabbix proxy was compiled without TLS support Sep 27 08:40:22 xxx.abc.com zabbix_proxy[8438]: zabbix_proxy [8438]: "TLSPSKFile" configuration parameter cannot be used: Zabbix proxy was compiled without TLS support Sep 27 08:40:22 xxx.abc.com systemd[1]: zabbix-proxy.service: Control process exited, code=exited status=1 Sep 27 08:40:22 xxx.abc.com systemd[1]: zabbix-proxy.service: Failed with result 'exit-code'. -- The unit zabbix-proxy.service has entered the 'failed' state with result 'exit-code'. Sep 27 08:40:22 xxx.xxx.com systemd[1]: Failed to start Zabbix Proxy. -- Subject: Unit zabbix-proxy.service has failed
Code:
Upgrade zabbix-agent-6.0.34-release1.el8.x86_64 @zabbix Upgraded zabbix-agent-6.0.33-release2.el8.x86_64 @@System Upgrade zabbix-proxy-mysql-6.0.34-release1.el8.x86_64 @zabbix Upgraded zabbix-proxy-mysql-6.0.33-release2.el8.x86_64 @@System Upgrade zabbix-selinux-policy-6.0.34-release1.el8.x86_64 @zabbix Upgraded zabbix-selinux-policy-6.0.33-release2.el8.x86_64 @@System Upgrade zabbix-sql-scripts-6.0.34-release1.el8.noarch @zabbix Upgraded zabbix-sql-scripts-6.0.33-release2.el8.noarch @@System
Comment