Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2025 12:42:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 284290] textproc/kibana8 - wrong path to executable in rc.d script
Message-ID:  <bug-284290-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 284290
           Summary: textproc/kibana8 - wrong path to executable 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: elastic@FreeBSD.org
          Reporter: mops@punkt.de
             Flags: maintainer-feedback?(elastic@FreeBSD.org)
          Assignee: elastic@FreeBSD.org

Hello,

/usr/local/etc/rc.d/kibana contains this line:

command_args=3D"-f ${kibana_syslog_output_flags} -p ${pidfile} -t ${name} \
        /usr/bin/env BABEL_DISABLE_CACHE=3D1 NODE_ENV=3Dproduction ${kibana=
_env} \
        ${NODE} --no-warnings --max-http-header-size=3D65536 \
        /usr/local/www/kibana8/src/cli/dist serve \
        --config ${kibana_config} --log-file ${kibana_log} \
        --xpack.reporting.enabled=3Dfalse ${kibana_args}"

But the "dist" executable is installed as:

/usr/local/www/kibana8/src/cli/dist.js


One of these needs to be changed.


Kind regards,
Patrick

--=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-284290-7788>