+4 votes
280 views
by
Errors LC_ALL, LC_CTYPE, SSH etc to sign with Mavericks

1 Answer

+5 votes
by (40.6k points)

Good again 
 
Today I managed to resolve an error that brought me down the street of bitterness. The problem is that when you log on any server by SSH, gave me the following problem: 
 
Last login: Wed Dec 18 13:42:18 2013 from IP_number 
 
perl: warning: Setting locale failed. 
perl: warning: Please check your locale settings That: 
LANGUAGE = (unset), 
LC_ALL = (unset), 
LC_CTYPE = "UTF-8", 
LANG = (unset) 
are supported and installed on your system. 
perl: warning: Falling back to the standard locale ("C"). 
 
The solution is as simple as editing the / etc / ssh_config file and comment out the line SendEnv LANG LC_ *, so that it is as follows: 
 
host * 
LANG LC_ * # SendEnv 
and go! 
Greetings !!

6.5k questions

8.2k answers

191 comments

71 users

Please leave a comment if the solution works or not.
(with device model) [X]Close
Ask a Question
Welcome to Wikiwhy Q&A, where you can ask questions and receive answers from other members of the community.

Categories

...