Found that if you do not have a log entry already in the tmp folder for zabbix_server.log or zabbix_agentd.log a new file will be created but there are no permissions on the file and a permission error occurs.
The files are getting created with a permission of "000" and not with a permission of "664". I just had to manually change the permisions with the cmod command.
000 -> ---------
644 -> rw-rw-r--
The files are getting created with a permission of "000" and not with a permission of "664". I just had to manually change the permisions with the cmod command.
000 -> ---------
644 -> rw-rw-r--
Comment