[Bug 217266] net-mgmt/icinga2 some parts of the API aren't working

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Feb 21 09:42:23 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217266

            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 at FreeBSD.org
          Reporter: freebsdbugs at filis.org
          Assignee: lme at FreeBSD.org
             Flags: maintainer-feedback?(lme at 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=$PATH:/usr/local/bin

to

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

fixed this issue here:

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

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


More information about the freebsd-ports-bugs mailing list