apt-get install multipath-tools
manually
export LANGUAGE=en_US.UTF-8 export LANG=en_US.UTF-8 export LC_ALL=en_US.UTF-8
locale-gen en_US.UTF-8 dpkg-reconfigure locales
or
edit /etc/profile
add this lines to this file
export LANGUAGE=en_US.UTF-8 export LANG=en_US.UTF-8 export LC_ALL=en_US.UTF-8