Steps to reproduce:
- Ubuntu Server 24.04 LTS (noble) (normal, not minimal)
- Install Zabbix 7.0 LTS package
- sudo apt install zabbix-proxy-sqlite3 zabbix-sql-scripts
- sudo systemctl start zabbix-proxy
Result:
systemd[1]: zabbix-agent.service: Can't open PID file /run/zabbix/zabbix_agentd.pid (yet?) after start: No such file or directory
systemd[1]: zabbix-proxy.service: Failed with result 'protocol'.
**
2072:20260715:171014.969 using configuration file: /etc/zabbix/zabbix_proxy.conf 2072:20260715:171014.969 cannot open database file "zabbix_proxy": [2] No such file or directory 2072:20260715:171014.969 creating database ... 2072:20260715:171014.969 [Z3002] cannot create database 'zabbix_proxy': [0] unable to open database file 2072:20260715:171014.969 cannot initialize database: cannot open database
Expected:
/var/lib/zabbix path created and permissions granted to it for zabbix user, before or during the first run.
Database created.
Service started successfully.