Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please use a locale setting which supports utf-8 #8

Open
RobertBerger opened this issue Oct 4, 2016 · 2 comments
Open

Please use a locale setting which supports utf-8 #8

RobertBerger opened this issue Oct 4, 2016 · 2 comments

Comments

@RobertBerger
Copy link
Owner

sudo apt-get install locales
sudo dpkg-reconfigure locales

add this to ~/.bashrc:

export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8

source ~/.bashrc

@rdech
Copy link

rdech commented May 31, 2018

Hi, I did it and when i access the container as root and then change to a normal user it does work but when I access the container directly in a non-root user this does not work.. Any hint why does it happen?

@RobertBerger
Copy link
Owner Author

I start the yocto-autobuilder with this script as root.
https://github.com/RobertBerger/yocto-autobuilder/blob/master/non-local_scripts/docker_run.sh
Now you should have a root shell.
Keep it open and access as genius via ssh from another shell the container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants