[Bug 859814] Re: Locale issues with beta-1/2 cloud-images

2012-04-10 Thread Scott Moser
** Changed in: cloud-init Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/859814 Title: Locale issues with beta-1/2 cloud-images To m

[Bug 859814] Re: Locale issues with beta-1/2 cloud-images

2012-04-06 Thread Scott Moser
Ugh. I put a bad bug number in the changelog, but cloud-init (0.6.3~bzr554-0ubuntu1) precise; urgency=low * Provide user-friendly message when a user ssh's in with an invalid locale (LP: #960547) Marking fix-released in ubuntu ** Changed in: cloud-init (Ubuntu) Status: In Progre

[Bug 859814] Re: Locale issues with beta-1/2 cloud-images

2012-04-04 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-on-ec2/vmbuilder/automated-ec2-builds -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/859814 Title: Locale issues with beta-1/2 cloud-images To manag

[Bug 859814] Re: Locale issues with beta-1/2 cloud-images

2012-04-04 Thread Scott Moser
Fix-committed in revision 553. ** Changed in: cloud-init Status: New => Fix Committed ** Changed in: cloud-init Assignee: (unassigned) => Scott Moser (smoser) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in U

[Bug 859814] Re: Locale issues with beta-1/2 cloud-images

2012-04-04 Thread Launchpad Bug Tracker
** Branch linked: lp:cloud-init -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/859814 Title: Locale issues with beta-1/2 cloud-images To manage notifications about this bug go t

[Bug 859814] Re: Locale issues with beta-1/2 cloud-images

2012-04-04 Thread Scott Moser
** Also affects: cloud-init Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/859814 Title: Locale issues with beta-1/2 cloud-images To

[Bug 859814] Re: Locale issues with beta-1/2 cloud-images

2012-04-04 Thread Scott Moser
OK. So in talking with Ben, we've come up with the following plan: * remove the language-pack-en from the cloud-image seed (i just did this and pushed to lp:~ubuntu-core-dev/ubuntu-seeds/ubuntu.precise/ revision 2022). * leave cloud-init's locale generation code alone for 12.04 * add the prof

[Bug 859814] Re: Locale issues with beta-1/2 cloud-images

2012-04-02 Thread Scott Moser
Ug. whenever we think we're going down the right track, we find more information. But I guess, better to know it now then later. http://irclogs.ubuntu.com/2012/04/03/%23ubuntu-devel.html#t00:19 is a conversation between cjwatson, myself and infinity. There, I find out a. it is perfectly valid

[Bug 859814] Re: Locale issues with beta-1/2 cloud-images

2012-04-02 Thread Scott Moser
i've added language-pack-en to the cloud-images seed. So we can back out the automated-ec2-builds changes. ** Branch linked: lp:~utlemming/cloud-init/cloud-init.profile.d ** Branch linked: lp:~utlemming/cloud-init/cloud-init.locale -- You received this bug notification because you are a membe

[Bug 859814] Re: Locale issues with beta-1/2 cloud-images

2012-04-02 Thread Scott Moser
I proposed that for merging at https://code.launchpad.net/~smoser /ubuntu-seeds/cloud-images-language-pack-en/+merge/100411 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/859814 Ti

[Bug 859814] Re: Locale issues with beta-1/2 cloud-images

2012-04-02 Thread Launchpad Bug Tracker
** Branch linked: lp:~smoser/ubuntu-seeds/cloud-images-language-pack-en -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/859814 Title: Locale issues with beta-1/2 cloud-images To

[Bug 859814] Re: Locale issues with beta-1/2 cloud-images

2012-04-02 Thread Scott Moser
Ben, the right way to do this is for us to add 'language-pack-en' to the cloud-image seed at http://bazaar.launchpad.net/~ubuntu-core-dev/ubuntu- seeds/ubuntu.precise/files . -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in

[Bug 859814] Re: Locale issues with beta-1/2 cloud-images

2012-03-30 Thread Ben Howard
Added "language-pack-en" to all Precise builds. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/859814 Title: Locale issues with beta-1/2 cloud-images To manage notifications abo

[Bug 859814] Re: Locale issues with beta-1/2 cloud-images

2012-03-30 Thread Scott Moser
** Description changed: Default locale of image appears to be en_US.UTF-8 - however when I logon from a en_GB.UTF-8 client via SSH I get the following errors - springs up in a few places while doing things on the server. This was from a local openstack test instance; however I get the s

[Bug 859814] Re: Locale issues with beta-1/2 cloud-images

2012-03-30 Thread Scott Moser
Some more data here, the following results in postgresql not started on installation: $ LC_ALL=en_GB.UTF-8 ssh ubuntu@$HOSTNAME $ sudo apt-get install postgresql-9.1 ... Adding user postgres to group ssl-cert Building PostgreSQL dictionaries from installed myspell/hunspell packages... Setting up

[Bug 859814] Re: Locale issues with beta-1/2 cloud-images

2012-03-30 Thread Scott Moser
** Description changed: Default locale of image appears to be en_US.UTF-8 - however when I logon from a en_GB.UTF-8 client via SSH I get the following errors - springs up in a few places while doing things on the server. This was from a local openstack test instance; however I get the s

[Bug 859814] Re: Locale issues with beta-1/2 cloud-images

2012-03-30 Thread Ben Howard
So a couple of findings here. We are doing locales wrong: generating the locales is only part of the process of localizations. So while Cloud-Init generates the locales, the images are far from localized. In order to have a localized image, the base language pack (i.e. language-pack-{en,fr,de,...}

[Bug 859814] Re: Locale issues with beta-1/2 cloud-images

2012-03-29 Thread Scott Moser
** Changed in: cloud-init (Ubuntu) Assignee: Scott Moser (smoser) => Ben Howard (utlemming) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/859814 Title: Locale issues with b

[Bug 859814] Re: Locale issues with beta-1/2 cloud-images

2012-03-29 Thread Launchpad Bug Tracker
** Branch linked: lp:~smoser/cloud-init/precise-locale-warning -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/859814 Title: Locale issues with beta-1/2 cloud-images To manage no

[Bug 859814] Re: Locale issues with beta-1/2 cloud-images

2012-03-29 Thread Scott Moser
** Changed in: cloud-init (Ubuntu) Importance: Low => Medium ** Changed in: cloud-init (Ubuntu) Status: Expired => In Progress ** Changed in: cloud-init (Ubuntu) Assignee: (unassigned) => Scott Moser (smoser) -- You received this bug notification because you are a member of Ubunt

[Bug 859814] Re: Locale issues with beta-1/2 cloud-images

2011-12-26 Thread Launchpad Bug Tracker
[Expired for cloud-init (Ubuntu) because there has been no activity for 60 days.] ** Changed in: cloud-init (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bug

[Bug 859814] Re: Locale issues with beta-1/2 cloud-images

2011-10-27 Thread Scott Moser
There was some discussion on this, but i believe the only real way to fix it is to add locales to the image. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/859814 Title: Locale i

[Bug 859814] Re: Locale issues with beta-1/2 cloud-images

2011-09-26 Thread Dave Walker
** Changed in: cloud-init (Ubuntu) Milestone: ubuntu-11.10 => None ** Tags removed: server-o-rs -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/859814 Title: Locale issues wi

[Bug 859814] Re: Locale issues with beta-1/2 cloud-images

2011-09-26 Thread Dave Walker
** Changed in: cloud-init (Ubuntu) Milestone: None => ubuntu-11.10 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/859814 Title: Locale issues with beta-1/2 cloud-images To m

[Bug 859814] Re: Locale issues with beta-1/2 cloud-images

2011-09-26 Thread Dave Walker
ubuntu@server-1251:~$ cat /etc/cloud/build.info build_name: server serial: 20110921.1 ubuntu@server-1251:~$ locale LANG=en_US.UTF-8 LANGUAGE= LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER

[Bug 859814] Re: Locale issues with beta-1/2 cloud-images

2011-09-26 Thread Scott Moser
I can confirm this, and also confirm it on 11.04. I suspect it is the case with even 10.04. $ env LC_ALL=en_GB.UTF-8 ssh 10.55.60.59 'cat /etc/cloud/build.info; echo ===; locale' bash: warning: setlocale: LC_ALL: cannot change locale (en_GB.UTF-8) build_name: server serial: 20110426 === locale:

[Bug 859814] Re: Locale issues with beta-1/2 cloud-images

2011-09-26 Thread Dave Walker
** Tags added: server-o-rs -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/859814 Title: Locale issues with beta-1/2 cloud-images To manage notifications about this bug go to: ht