You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Systemd reports Job for opensearch.service failed because the control process exited with error code.
Check logs sudo journalctl -xe
Expected behavior
OpenSearch should start
Plugins
None
Host/Environment (please complete the following information):
OS: Debian Buster
Version: OpenSearch 2.1.0 (min)
Additional context
It seems set -e -o pipefail was added as part of #3278 but accidentally added where the option was not supported. Easiest workaround would be to set the shebang line to #!/usr/bin/env bash
The text was updated successfully, but these errors were encountered:
Uses a shell environment where `-o pipefail` is available.
Closes#4005
Signed-off-by: Cole White <[email protected]>
(cherry picked from commit b24b02f)
Uses a shell environment where `-o pipefail` is available.
Closes#4005
Signed-off-by: Cole White <[email protected]>
(cherry picked from commit b24b02f)
Co-authored-by: Cole White <[email protected]>
Describe the bug
OpenSearch unable to start after fresh install:
To Reproduce
Steps to reproduce the behavior:
systemctl start opensearch.service
Job for opensearch.service failed because the control process exited with error code.
sudo journalctl -xe
Expected behavior
OpenSearch should start
Plugins
None
Host/Environment (please complete the following information):
Additional context
It seems
set -e -o pipefail
was added as part of #3278 but accidentally added where the option was not supported. Easiest workaround would be to set the shebang line to#!/usr/bin/env bash
The text was updated successfully, but these errors were encountered: