Zabbix_agentd package fails to add user and group for zabbix

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!

this is the line I am referring to

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

No.

Bind is installed as a core package but only for the utilities

dig
host
nslookup
nsupdate

It does not install named and has not since it was installed back in 2013.

1 Like