[Bug 1637611] Re: snappy images should not ship /etc/profile.d/Z99-cloud-locale-test.sh
Oliver Grawert
ogra at ubuntu.com
Sat Oct 29 10:33:06 UTC 2016
seems /etc/profile.d/Z99-cloud-locale-test.sh is new, we need to remove
it at build time since we do not ship any locales it will always fail
and we enforce C.UTF-8 for every login.
** Summary changed:
- UTF-8 local via ssh is poorly handled
+ snappy images should not ship /etc/profile.d/Z99-cloud-locale-test.sh
** Also affects: livecd-rootfs (Ubuntu)
Importance: Undecided
Status: New
** Changed in: livecd-rootfs (Ubuntu)
Assignee: (unassigned) => Oliver Grawert (ogra)
** Changed in: snappy
Assignee: (unassigned) => Oliver Grawert (ogra)
** Changed in: livecd-rootfs (Ubuntu)
Importance: Undecided => Medium
** Changed in: snappy
Importance: Undecided => Medium
** Changed in: snappy
Status: New => Confirmed
** Changed in: livecd-rootfs (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to livecd-rootfs in Ubuntu.
https://bugs.launchpad.net/bugs/1637611
Title:
snappy images should not ship /etc/profile.d/Z99-cloud-locale-test.sh
Status in Snappy:
Confirmed
Status in livecd-rootfs package in Ubuntu:
Confirmed
Bug description:
ssh into a snappyfied beagleboardblack and you get the following
warning:
It's a brave new world here in Snappy Ubuntu Core! This machine
does not use apt-get or deb packages. Please see 'snap --help'
for app installation and transactional updates.
_____________________________________________________________________
WARNING! Your environment specifies an invalid locale.
The unknown environment variables are:
LC_CTYPE=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8 LC_ALL=
This can affect your user experience significantly, including the
ability to manage packages. You may install the locales by running:
sudo apt-get install locales
sudo apt-get install language-pack-en
or
sudo locale-gen en_US.UTF-8
To see all available language packs, run:
apt-cache search "^language-pack-[a-z][a-z]$"
To disable this message for all users, run:
sudo touch /var/lib/cloud/instance/locale-check.skip
_____________________________________________________________________
It's funny that the first message tells us not to use apt-get and then the second one tells us to do exactly that! Ideally of course, the locale would be automatically set up correctly.
To manage notifications about this bug go to:
https://bugs.launchpad.net/snappy/+bug/1637611/+subscriptions
More information about the foundations-bugs
mailing list