Created
August 19, 2014 19:21
-
-
Save 3manuek/148dfb59a2043176439b to your computer and use it in GitHub Desktop.
issue on initdb
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
sekondquad@axle:~/minmax15$ bin/initdb -D /data/sekondquad/AXLE/sekondquad/minmax15/ | |
The files belonging to this database system will be owned by user "sekondquad". | |
This user must also own the server process. | |
initdb: invalid locale settings; check LANG and LC_* environment variables | |
sekondquad@axle:~/minmax15$ 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_GB.UTF-8 | |
LANGUAGE=en_GB:en | |
LC_CTYPE=UTF-8 | |
LC_NUMERIC="en_GB.UTF-8" | |
LC_TIME="en_GB.UTF-8" | |
LC_COLLATE="en_GB.UTF-8" | |
LC_MONETARY="en_GB.UTF-8" | |
LC_MESSAGES="en_GB.UTF-8" | |
LC_PAPER="en_GB.UTF-8" | |
LC_NAME="en_GB.UTF-8" | |
LC_ADDRESS="en_GB.UTF-8" | |
LC_TELEPHONE="en_GB.UTF-8" | |
LC_MEASUREMENT="en_GB.UTF-8" | |
LC_IDENTIFICATION="en_GB.UTF-8" | |
LC_ALL= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment