Dont know if I post at the correct forum but ok. I do have a little ‘annoying’ issue on my CentOS 6.2 installation.
Every time I connect with SSH or just on the terminal via VMWare vSphere I see this message:
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
export LC_CTYPE="en_US.UTF-8"
Nice … and thanks for the solution, seems a lot of people are having this issue in CentOS … and either there are multiple fixes, or conflicting information.