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

Warning with "locales" on Raspberry Pi OS Lite #4

Open
leograba opened this issue Aug 29, 2024 · 0 comments
Open

Warning with "locales" on Raspberry Pi OS Lite #4

leograba opened this issue Aug 29, 2024 · 0 comments

Comments

@leograba
Copy link
Member

When installing the Torizon Plugin on a fresh install of 64-bit Raspberry Pi OS Lite and a Raspberry Pi 5, I saw the following warnings:

This script will:
  - Add Toradex's, Fluent Bit's and Docker's package feed to your system;
  - Install fluent-bit, docker, aktualizr and rac (remote access client) applications;
  - Create a docker-compose binary at /usr/bin;
  - Install a docker-compose systemd service;
  - Create torizon user and add it to sudo and docker groups;
  - Attempt to provision the device on Torizon Cloud using a pair code;
  - Create a log file in /tmp/install-torizon-plugin.log.
Do you want to continue? [Y/n]
Installation has started, it may take a few minutes.
Now we have to create the torizon user so remote access works out of the box. Please, fill in the password for torizon user.
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_TIME = "pt_BR.UTF-8",
	LC_MONETARY = "pt_BR.UTF-8",
	LC_CTYPE = "pt_BR.UTF-8",
	LC_ADDRESS = "pt_BR.UTF-8",
	LC_TELEPHONE = "pt_BR.UTF-8",
	LC_NAME = "pt_BR.UTF-8",
	LC_MEASUREMENT = "pt_BR.UTF-8",
	LC_IDENTIFICATION = "pt_BR.UTF-8",
	LC_NUMERIC = "pt_BR.UTF-8",
	LC_PAPER = "pt_BR.UTF-8",
	LANG = "en_GB.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("en_GB.UTF-8").
Adding user `torizon' ...
Adding new group `torizon' (1001) ...
Adding new user `torizon' (1001) with group `torizon (1001)' ...

Oddly enough, the config I did using the Raspberry Pi Imager did include locales:

image

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

1 participant