Moving from Zabbix 5 to 6 it seems that LogFile has not been patched in the Makefile 'post-patch' target also /var/log/zabbix/ is always assumed. I'd expect that logfiles land there by default.
Created attachment 238275 [details] Git-formatted patch Here is a patch. Just copied from 5. Works in poudriere: nobody@123-release-amd64-default-head:/usr/local/etc/zabbix6 % grep -r LogFile=/ . ./zabbix_agentd.conf:LogFile=/var/log/zabbix/zabbix_agentd.log ./zabbix_agentd.conf.sample:LogFile=/var/log/zabbix/zabbix_agentd.log ./zabbix_proxy.conf:LogFile=/var/log/zabbix/zabbix_proxy.log ./zabbix_server.conf:LogFile=/var/log/zabbix/zabbix_server.log ./zabbix_proxy.conf.sample:LogFile=/var/log/zabbix/zabbix_proxy.log ./zabbix_server.conf.sample:LogFile=/var/log/zabbix/zabbix_server.log
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=80a2fce1d2b6071173203e7ee1c8eb09edb46663 commit 80a2fce1d2b6071173203e7ee1c8eb09edb46663 Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2022-11-28 21:00:44 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2022-11-28 21:12:41 +0000 net-mgmt/zabbix6-server: Update to 6.0.11 - Update to 6.0.11 - Fix build of agent with pcre2 - Small makefile cleanups - Fix LogFile path in configs - Fix pkg-message dates PR: 268032 PR: 267925 PR: 267943 net-mgmt/zabbix6-proxy/Makefile | 2 - net-mgmt/zabbix6-server/Makefile | 74 ++++++++++++++++------------ net-mgmt/zabbix6-server/distinfo | 6 +-- net-mgmt/zabbix6-server/files/pkg-message.in | 23 +++++---- net-mgmt/zabbix6-server/pkg-plist.frontend | 1 - 5 files changed, 57 insertions(+), 49 deletions(-)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=76f20363dcfcedacbb80224d4b752d27fa887f5b commit 76f20363dcfcedacbb80224d4b752d27fa887f5b Author: Juraj Lutter <otis@FreeBSD.org> AuthorDate: 2022-11-29 09:58:25 +0000 Commit: Juraj Lutter <otis@FreeBSD.org> CommitDate: 2022-11-29 12:29:27 +0000 net-mgmt/zabbix62-server: Update to 6.2.5 - Update to 6.2.5 - Fix build of agent with pcre2 - Small makefile cleanups - Fix LogFile path in configs PR: 268032 PR: 267943 net-mgmt/zabbix62-proxy/Makefile | 2 - net-mgmt/zabbix62-server/Makefile | 79 +++++++++++++++++------------ net-mgmt/zabbix62-server/distinfo | 6 +-- net-mgmt/zabbix62-server/pkg-plist.frontend | 1 - 4 files changed, 49 insertions(+), 39 deletions(-)
Committed (based on your patch), thanks.