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

Looks like MongoDB doesn't understand your locale settings #28

Closed
TomFreudenberg opened this issue Oct 15, 2015 · 5 comments
Closed

Looks like MongoDB doesn't understand your locale settings #28

TomFreudenberg opened this issue Oct 15, 2015 · 5 comments

Comments

@TomFreudenberg
Copy link
Member

TomFreudenberg commented Oct 15, 2015

This (mostly) depends on the Raspberry (Raspian) image because it did not provide a correct locale by default.


You get an error like:

image


In that case just update and set your locales e.g. to `en_US.UTF-8` by running:
sudo raspi-config

and update your locales settings

image

image

image

Scroll the list with <Up/Down>-keys and select your desired language(s) by <Space>-key. You can move via <Tab>-key between the areas and proceed thru <Enter>-key.

image


Reboot your system afterwards:
sudo reboot

Now you should be able to run your meteor and starting the bundled mongo without any issues.

I will provide some documentation on that soon on our tumblr blog.

Cheers
Tom

@TomFreudenberg TomFreudenberg changed the title Error when starting pre-built mongo on meteor 1.2.0.2 (Raspian) Error when starting pre-built mongo on meteor 1.2.0.2+ (Raspian) Oct 27, 2015
@retrixe
Copy link

retrixe commented Oct 31, 2015

Shouldn't this go into troubleshooting in the README?

@TomFreudenberg
Copy link
Member Author

Hi @ibu2004

You are right, but I hadn't the time yet - I just documented this here as an issue.

I will make a reference in the README until I make the final documentation

Thanks,
Tom

@TomFreudenberg
Copy link
Member Author

I updated the README.md

@TomFreudenberg TomFreudenberg changed the title Error when starting pre-built mongo on meteor 1.2.0.2+ (Raspian) Looks like MongoDB doesn't understand your locale settings Oct 31, 2015
@archonic
Copy link

Worked! Note that selecting a locale for generation is done with the spacebar, then proceeding to the next screen is done with enter.

@TomFreudenberg
Copy link
Member Author

Hi Josh ( @archonic )

thanks for your hint, I have updated the text above.

Cheers
Tom

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

No branches or pull requests

3 participants