Skip to Content

perl: warning: Setting locale failed.

" perl: warning: Setting locale failed " on accessing remote servers from Ezeelogin 

1. For the above warning message in remote servers, clear the Environment variables provided in the Ezeelogin GUI by clicking Settings > General > Security > Passthrough Environment Variables.

2. If the above doesn’t solve the issue set the environmental variables by adding the following into the /etc/profile

export LC_CTYPE=en_US.UTF-8

export LC_ALL=en_US.UTF-8

3. Another way to add the environmental variables are as follows : 

root@localhost:~ echo “LC_ALL=en_US.UTF-8 ” >> /etc/default/locale