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

index | next in thread | previous in thread | raw e-mail

Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-elastic (Nobody)
<elastic@FreeBSD.org> for maintainer-feedback:
Bug 284290: textproc/kibana8 - wrong path to executable in rc.d script
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284290



--- Description ---
Hello,

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

command_args="-f ${kibana_syslog_output_flags} -p ${pidfile} -t ${name} \
	/usr/bin/env BABEL_DISABLE_CACHE=1 NODE_ENV=production ${kibana_env} \
	${NODE} --no-warnings --max-http-header-size=65536 \
	/usr/local/www/kibana8/src/cli/dist serve \
	--config ${kibana_config} --log-file ${kibana_log} \
	--xpack.reporting.enabled=false ${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


home | help

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