Skip to content

Instantly share code, notes, and snippets.

@henrich
Created November 9, 2015 01:03
Show Gist options
  • Save henrich/6236571951e77b7f4c55 to your computer and use it in GitHub Desktop.
Save henrich/6236571951e77b7f4c55 to your computer and use it in GitHub Desktop.
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 したら普通に動いたけど…??
@henrich
Copy link
Author

henrich commented Nov 9, 2015

http://aboutnagaishi.hatenablog.com/entry/2015/03/07/212338 らしい。sshで繋いだ方の問題とは。

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