lp:~vorlon/cloud-init

Owned by Steve Langasek
Get this repository:
git clone https://git.launchpad.net/~vorlon/cloud-init
Only Steve Langasek can upload to this repository. If you are Steve Langasek please log in for upload directions.

Branches

Name Last Modified Last Commit
lp.1959343 2022-01-28 00:28:49 UTC
Do not support setting up archive.canonical.com as a source

Author: Steve Langasek
Author Date: 2022-01-28 00:28:49 UTC

Do not support setting up archive.canonical.com as a source

Tthe partner archive is now obsolete. LP: #1959343.

lp.1134036 2018-06-15 20:39:24 UTC
Fix up invalid locales in the login environment; don't print warning messages.

Author: Steve Langasek
Author Date: 2018-06-15 20:39:24 UTC

Fix up invalid locales in the login environment; don't print warning messages.

Invalid locales in the environment at login (e.g. as provided by ssh
SendEnv from a client system which has a different set of available locales
than the server) currently result in a large warning message (once, per
login user, per instance) and a broken environment.

On Ubuntu systems, and probably others, this broken environment results in
wrong runtime behavior vs if no locale had been passed at all by the client;
in particular, Ubuntu systems will give UTF-8 as a character set by default
(either the en_US.UTF-8 or C.UTF-8 locale, depending on the version of
Ubuntu), and if an invalid locale is specified, the login instead will use
ASCII as the only supported character set.

This change reworks cloud-init's profile handling to:
 - fix up any invalid locale settings detected in the environment, so that
   the login session does not unnecessarily lose non-ascii character support
   due to a requested missing locale
 - remove the warning message, which is of disputed value.

This approximates the OpenSSH upstream guidance regarding a correct design
for this in OpenSSH itself, as described at
<https://bugzilla.mindrot.org/show_bug.cgi?id=1346#c38>, but will work on
all systems which do not have an ssh client+server that implement that does
not implement this proposed design (i.e.: all clients and servers currently
in existence).

LP: #1134036

master 2017-03-29 17:04:03 UTC
er, don't call blkid twice

Author: Steve Langasek
Author Date: 2017-03-29 17:04:03 UTC

er, don't call blkid twice

13 of 3 results
This repository contains Public information 
Everyone can see this information.

Subscribers