when installing zabbix_agentd it tries to add user and group with IDs 118. This does not work, because on my system 118 is taken by named. Pakefire install doesn’t report any error though, just later you cannot start zabbix_agentd via /etc/init.d/zabbix_agentd start or the WebUI, as it would be started as root due to the missing user
Starting Zabbix Agent…
zabbix_agentd [15589]: user zabbix does not exist
zabbix_agentd [15589]: cannot run as root!
must be some left over crud. I checked the git repo and it seems ipfire doesn’t bring this user by default. I also didn’t find any files or folders owned by this user or group. Did ipfire sometime have BIND as a pakfire package?
Anyway, I deleted the named user and installed the zabbix_agentd package again - works