Created
November 9, 2015 01:03
-
-
Save henrich/6236571951e77b7f4c55 to your computer and use it in GitHub Desktop.
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@debian-jessie:~$ env|grep LANG | |
LANG=en_US.UTF-8 | |
(snip) | |
Get:1 http://security.debian.org/ jessie/updates/main libgssapi-krb5-2 amd64 1.12.1+dfsg-19+deb8u1 [151 kB] | |
(snip) | |
Fetched 3897 kB in 3s (990 kB/s) | |
Can't set locale; make sure $LC_* and $LANG are correct! | |
Reading changelogs... Done | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = (unset), | |
LC_TIME = "ja_JP.UTF-8", | |
LC_MONETARY = "ja_JP.UTF-8", | |
LC_MEASUREMENT = "ja_JP.UTF-8", | |
LC_NUMERIC = "ja_JP.UTF-8", | |
LC_PAPER = "ja_JP.UTF-8", | |
LANG = "en_US.UTF-8" | |
are supported and installed on your system. | |
perl: warning: Falling back to a fallback locale ("en_US.UTF-8"). | |
locale: Cannot set LC_ALL to default locale: No such file or directory | |
(Reading database ... 35750 files and directories currently installed.) | |
$ export LC_ALL=en_US.UTF-8 したら普通に動いたけど…?? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://aboutnagaishi.hatenablog.com/entry/2015/03/07/212338 らしい。sshで繋いだ方の問題とは。