Hello, I'm having an issue installing version 2.4 on Ubuntu using a provisioner(ansible). I need to be able to remotely install the package/build from source and am unable to do so because of the debconf dialog that asks:
Configure database for zabbix-server-mysql with dbconfig-common?
A remote install hangs at that point.
I've tried using the hacky fix: export DEBCONF_FRONTEND=noninteractive to turn off those dialogs globally but then the install just hangs. Is there any way around this?
Configure database for zabbix-server-mysql with dbconfig-common?
A remote install hangs at that point.
I've tried using the hacky fix: export DEBCONF_FRONTEND=noninteractive to turn off those dialogs globally but then the install just hangs. Is there any way around this?
Comment