[Bug 209632] net-mgmt/zabbix24-server: error in rc.d script
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu May 19 09:01:35 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209632
Bug ID: 209632
Summary: net-mgmt/zabbix24-server: error in rc.d script
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: mail at osfux.nl
CC: pg at pakhom.spb.ru
CC: pg at pakhom.spb.ru
Flags: maintainer-feedback?(pg at pakhom.spb.ru)
pkg version 2.4.7_1
A similar error as the one described in
/usr/ports/net-mgmt/zabbix24-proxy (209154)
appears to be present in zabbix24-server (we do not use the proxy pkg/port and
were affected).
Changing /usr/local/etc/rc.d/zabbix_server :
if get_pidfile_from_conf PidFile ${zabbix_agentd_config}; then
into
if get_pidfile_from_conf PidFile ${zabbix_server_config}; then
solves the issue.
Since we are using pkg for the machine affected we did not check if the latest
port version already contained a fix.
Superficially had a look at
http://svnweb.freebsd.org/ports/head/net-mgmt/zabbix24-server/files/zabbix_server.in?revision=413935
and saw that the line still contained agentd rather than server.
Hope this does not collide with 209154 too much...
Regards,
FuX
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list