Created
April 24, 2012 08:06
-
-
Save mlafeldt/2477731 to your computer and use it in GitHub Desktop.
Vagrant locales
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant@lucid32:~$ locale | |
locale: Cannot set LC_CTYPE to default locale: No such file or directory | |
locale: Cannot set LC_ALL to default locale: No such file or directory | |
LANG=en_US | |
LC_CTYPE=UTF-8 | |
LC_NUMERIC="en_US" | |
LC_TIME="en_US" | |
LC_COLLATE="en_US" | |
LC_MONETARY="en_US" | |
LC_MESSAGES="en_US" | |
LC_PAPER="en_US" | |
LC_NAME="en_US" | |
LC_ADDRESS="en_US" | |
LC_TELEPHONE="en_US" | |
LC_MEASUREMENT="en_US" | |
LC_IDENTIFICATION="en_US" | |
LC_ALL= |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant@lucid32:~$ locale | |
LANG=en_US | |
LC_CTYPE=en_US.UTF-8 | |
LC_NUMERIC="en_US" | |
LC_TIME="en_US" | |
LC_COLLATE=en_US.UTF-8 | |
LC_MONETARY="en_US" | |
LC_MESSAGES=en_US.UTF-8 | |
LC_PAPER="en_US" | |
LC_NAME="en_US" | |
LC_ADDRESS="en_US" | |
LC_TELEPHONE="en_US" | |
LC_MEASUREMENT="en_US" | |
LC_IDENTIFICATION="en_US" | |
LC_ALL= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just going to add a comment here to say that if you're having difficulty installing PostgreSQL on a vagrant box this might fix it.
I was getting errors like this during the installation of PostgreSQL and it was leaving the machine in a broken state:
Also see: https://gist.github.com/jschoolcraft/1963369