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

mongodb does not start due to LANG error #144

Open
cehbrecht opened this issue Dec 15, 2017 · 0 comments
Open

mongodb does not start due to LANG error #144

cehbrecht opened this issue Dec 15, 2017 · 0 comments
Assignees
Labels

Comments

@cehbrecht
Copy link
Member

sometimes mongodb does not start and has the following error message in the var/log/supervisor/mongodb.log:

2017-01-05T15:01:27.808+0100 SEVERE: Failed global initialization: BadValue Invalid or no user locale set. Please ensure LANG and/or LC_* environment variables are set correctly.

It can be solved by setting:

$ export LC_ALL=C

... and restart the database.

@cehbrecht cehbrecht added the bug label Dec 15, 2017
@cehbrecht cehbrecht self-assigned this Dec 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant