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/>
References:  <bug-284290-37421@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-elastic (Nobod=
y)
<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=3D284290



--- Description ---
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



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