Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elasticsearch 5.4.0 installation fails on Ubuntu in an LCD container #37

Open
waynegemmell opened this issue Jun 8, 2017 · 0 comments

Comments

@waynegemmell
Copy link

Hi

When installing ES 5.4.0 on Ubuntu in an LXD container you need to install with the following command

export ES_SKIP_SET_KERNEL_PARAMETERS=true; apt install elasticsearch

The ES_SKIP_SET_KERNEL_PARAMETERS=true env variable is necesarl because there are kernel parameters that are tuned on installation that are not available to the container and installation fails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant