[Bug 226265] textproc/elasticsearch6: default config and rc.d script use deprecated variables
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Feb 28 16:35:23 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226265
Bug ID: 226265
Summary: textproc/elasticsearch6: default config and rc.d
script use deprecated variables
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: feld at FreeBSD.org
Reporter: redlamb19 at gmail.com
Flags: maintainer-feedback?(feld at FreeBSD.org)
Assignee: feld at FreeBSD.org
Aside from the missing file(s) (ref bug ID 226248), the default configuration
and rc.d script do not properly launch the elasticsearch service.
Configuration (/usr/local/etc/elasticsearch/elasticsearch.yml):
1. path.scripts is no longer supported and results in an unknown setting
exception. This configuration should be removed.
rc.d script (/usr/local/etc/rc.d/elasticsearch):
1. path.conf is no longer supported and results in an unknown setting
exception.
2. ES_PATH_CONF=/usr/local/etc/elasticsearch needs to be set prior to launching
ES.
Additionally, GC logging, which is enabled by default in ES 6, appears to be
incorrectly configured and attempts to log to an invalid location. This does
not appear to affect the execution of the service and simply prints an error to
the screen. The location of the GC logging is set withing jvm.options.
I'll try to write patches for these fixes later today.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list