4commerce-technologies-AG / meteor

This is a fork of Meteor.js to support not yet official enabled architectures with an universal bundler. Meteor is an ultra-simple, database-everywhere, data-on-the-wire, pure-Javascript web framework. Read additional information about this fork at:
http://meteor-universal.tumblr.com/
Other
195 stars 16 forks source link

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

Closed TomFreudenberg closed 8 years ago

TomFreudenberg commented 9 years ago

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

retrixe commented 9 years ago

Shouldn't this go into troubleshooting in the README?

TomFreudenberg commented 9 years ago

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 commented 9 years ago

I updated the README.md

archonic commented 8 years ago

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

TomFreudenberg commented 8 years ago

Hi Josh ( @archonic )

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

Cheers Tom