On Wednesday, 25 September 2013 14:49:05 UTC+1, [email protected] wrote: > > Hi teilo, > > I created the file custom.sh in /etc/profile.d/ folder: > > export LANG=en_US.UTF-8 > export LC_ALL=en_US.UTF-8 > > which should (as far I know) set the settings system wide. > > no it doesn't - see my earlier email
> Calling echo $LANG as jenkins user in the bash shows > echo $LANG > en_US.UTF-8 > > that doesn''t matter as you are running that in an INTERACTIVE LOGIN shell - what happens when you run the command directly via ssh (not in a shell in ssh but directly in ssh - again see previous post). if you want to change this system wide then you probably need to change /etc/sysconfig/i18n - but there may be other places... try searching in your favourite search engine on this subject and it will enlighten you, e.g. https://wiki.jenkins-ci.org/display/JENKINS/SSH+Slaves+plugin#SSHSlavesplugin-Loginprofilefiles http://stackoverflow.com/questions/216202/why-does-an-ssh-remote-command-get-fewer-environment-variables-then-when-run-man -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
