Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2017 09:42:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 217266] net-mgmt/icinga2 some parts of the API aren't working
Message-ID:  <bug-217266-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217266

            Bug ID: 217266
           Summary: net-mgmt/icinga2 some parts of the API aren't working
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: lme@FreeBSD.org
          Reporter: freebsdbugs@filis.org
          Assignee: lme@FreeBSD.org
             Flags: maintainer-feedback?(lme@FreeBSD.org)

it seems the rc script needs to pass /usr/local/sbin along with the PATH
variable to icinga2 as it can't locate the binary otherwise.
changing

export PATH=3D$PATH:/usr/local/bin

to

export PATH=3D$PATH:/usr/local/bin:/usr/local/sbin

fixed this issue here:

https://github.com/Icinga/icinga2/issues/4709

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217266-13>