[Bug 1325746] Re: dpkg-reconfigure doesn't work as expected

2014-07-22 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.5-0ubuntu1.1

---
cloud-init (0.7.5-0ubuntu1.1) trusty-proposed; urgency=medium

  [ Ben Howard ]
  * debian/patches/lp1316475-1303986-cloudsigma.patch: Backport of
CloudSigma Datasource from 14.10
- [FFe] Support VendorData for CloudSigma (LP: #1303986).
- Only query /dev/ttys1 when CloudSigma is detected (LP: #1316475).

  [ Scott Moser ]
  * debian/cloud-init.templates: fix choices so dpkg-reconfigure works as
expected (LP: #1325746)
 -- Scott Moser smo...@ubuntu.com   Fri, 20 Jun 2014 13:29:29 -0400

** Changed in: cloud-init (Ubuntu Trusty)
   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/1325746

Title:
  dpkg-reconfigure doesn't work as expected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1325746/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1325746] Re: dpkg-reconfigure doesn't work as expected

2014-07-07 Thread Scott Moser
$ rel=$(lsb_release -sc);
$ echo deb http://archive.ubuntu.com/ubuntu/ $rel-proposed main | sudo tee 
/etc/apt/sources.list.d/$rel-proposed.list
deb http://archive.ubuntu.com/ubuntu/ trusty-proposed main

$ sudo apt-get update -q
$ sudo apt-cache policy cloud-init
sudo: unable to resolve host trusty-20140707-215033
cloud-init:
  Installed: 0.7.5-0ubuntu1
  Candidate: 0.7.5-0ubuntu1.1
  Version table:
 0.7.5-0ubuntu1.1 0
500 http://archive.ubuntu.com/ubuntu/ trusty-proposed/main amd64 
Packages
 *** 0.7.5-0ubuntu1 0
500 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main amd64 
Packages
100 /var/lib/dpkg/status

### Verify broken ###
$ sudo DEBIAN_FRONTEND=text dpkg-reconfigure cloud-init
## answered: 9,13
## (Openstack, None)
## Saw lots of messages like:
### Use of uninitialized value in string eq at /usr/.../Multiselect.pm line 38

$ cat /etc/cloud/cloud.cfg.d/90_dpkg.cfg
# to update this file, run dpkg-reconfigure cloud-init
datasource_list: [ CloudStack ]

### update ###
$ sudo apt-get install cloud-init --assume-yes --quiet

### show fixed
$ sudo DEBIAN_FRONTEND=text dpkg-reconfigure cloud-init

$ cat /etc/cloud/cloud.cfg.d/90_dpkg.cfg
# to update this file, run dpkg-reconfigure cloud-init
datasource_list: [ Openstack, None ]

$ cat /etc/cloud/cloud.cfg.d/90_dpkg.cfg
# to update this file, run dpkg-reconfigure cloud-init
datasource_list: [ Openstack, None ]


** Tags removed: verification-needed
** Tags added: verification-done

-- 
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/1325746

Title:
  dpkg-reconfigure doesn't work as expected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1325746/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1325746] Re: dpkg-reconfigure doesn't work as expected

2014-06-24 Thread Chris J Arges
Hello Scott, or anyone else affected,

Accepted cloud-init into trusty-proposed. The package will build now and
be available at http://launchpad.net/ubuntu/+source/cloud-
init/0.7.5-0ubuntu1.1 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: cloud-init (Ubuntu Trusty)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

-- 
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/1325746

Title:
  dpkg-reconfigure doesn't work as expected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1325746/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1325746] Re: dpkg-reconfigure doesn't work as expected

2014-06-20 Thread Scott Moser
** Changed in: cloud-init (Ubuntu Trusty)
   Status: Triaged = In Progress

** Description changed:

+ [Impact]
+ 
+  * 'dpkg-reconfigure cloud-init' does not work as expected.
+ 
+ [Test Case]
+ 
+  * install cloud-init
+  * dpkg-reconfigure cloud-init
+  * make some changes to selections
+  * notice errors like:
+Use of uninitialized value in string eq at 
/usr/share/perl5/Debconf/Element/Multiselect.pm line 38, GEN1 line 3.
+ 
+  * notice that /etc/cloud.cfg/90_dpkg.cfg is not updated as expected.
+  * running 'dpkg-reconfigure cloud-init' again will not have kept your 
selections.
+ 
+ [Regression Potential]
+ 
+  * low. this was busted. the fix is correct and is in utopic.
+ 
+ 
+ --- original bug report ---
  running 'dpkg-reconfigure cloud-init' shows an issue.
  
  To recreate:
-  dpkg-reconfigure cloud-init
-  check some boxes (including anything after MAAS)
-  notice that:
-* debconf complains :
-   Use of uninitialized value in list assignment at 
/usr/share/perl5/Debconf/Element/Multiselect.pm line 12
-* /etc/cloud/cloud.cfg.d/90_dpkg.cfg does not have all datasources in it.
-   
+  dpkg-reconfigure cloud-init
+  check some boxes (including anything after MAAS)
+  notice that:
+    * debconf complains :
+   Use of uninitialized value in list assignment at 
/usr/share/perl5/Debconf/Element/Multiselect.pm line 12
+    * /etc/cloud/cloud.cfg.d/90_dpkg.cfg does not have all datasources in it.
+ 
  Also, running again will show 'Ec2' not selected.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: cloud-init 0.7.5-0ubuntu1
  ProcVersionSignature: User Name 3.13.0-27.50-generic 3.13.11
  Uname: Linux 3.13.0-27-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  Date: Mon Jun  2 21:12:27 2014
  Ec2AMI: ami-08f3
  Ec2AMIManifest: FIXME
  Ec2AvailabilityZone: nova
  Ec2InstanceType: m1.small
  Ec2Kernel: aki-0548
  Ec2Ramdisk: ari-0548
  PackageArchitecture: all
  ProcEnviron:
-  TERM=screen
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=set
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=screen
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=set
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: cloud-init
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
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/1325746

Title:
  dpkg-reconfigure doesn't work as expected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1325746/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1325746] Re: dpkg-reconfigure doesn't work as expected

2014-06-20 Thread Scott Moser
Danieru, 
  I just uploaded this fix.
  An SRU team member will review it and release it into trusty-proposed.
  After that, it needs verification and then will et into trusty-updates.

StableReleaseProcess is described in detail at 
https://wiki.ubuntu.com/StableReleaseUpdates
You can help by verifying it when it *does* get into trusty-proposed.

-- 
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/1325746

Title:
  dpkg-reconfigure doesn't work as expected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1325746/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1325746] Re: dpkg-reconfigure doesn't work as expected

2014-06-04 Thread danieru
This is blocking me from creating Trusty images for Openstack. Is there
a workaround for this, and/or will the fix be backported to Trusty?

-- 
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/1325746

Title:
  dpkg-reconfigure doesn't work as expected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1325746/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1325746] Re: dpkg-reconfigure doesn't work as expected

2014-06-03 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.6~bzr976-0ubuntu1

---
cloud-init (0.7.6~bzr976-0ubuntu1) utopic; urgency=medium

  * debian/cloud-init.templates: fix choices so dpkg-reconfigure works as
expected (LP: #1325746)
  * New upstream snapshot.
* tests: SmartOS test not depend on /dev/ttyS1 device node (LP: #1316597)
* poll ttyS1 only after check for 'cloudsigma' in dmidecode (LP: #1316475)
* cloudsigma: support vendor-data (LP: #1303986)
 -- Scott Moser smo...@ubuntu.com   Tue, 03 Jun 2014 16:41:07 -0400

** Changed in: cloud-init (Ubuntu Utopic)
   Status: Triaged = 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/1325746

Title:
  dpkg-reconfigure doesn't work as expected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1325746/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1325746] Re: dpkg-reconfigure doesn't work as expected

2014-06-02 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/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/1325746

Title:
  dpkg-reconfigure doesn't work as expected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1325746/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1325746] Re: dpkg-reconfigure doesn't work as expected

2014-06-02 Thread Scott Moser
** Also affects: cloud-init (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Also affects: cloud-init (Ubuntu Utopic)
   Importance: Undecided
   Status: New

** Changed in: cloud-init (Ubuntu Trusty)
   Importance: Undecided = Medium

** Changed in: cloud-init (Ubuntu Trusty)
   Status: New = Triaged

** Changed in: cloud-init (Ubuntu Trusty)
 Assignee: (unassigned) = Scott Moser (smoser)

** Changed in: cloud-init (Ubuntu Utopic)
   Status: New = Triaged

** Changed in: cloud-init (Ubuntu Utopic)
   Importance: Undecided = Medium

** Changed in: cloud-init (Ubuntu Utopic)
 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 Ubuntu.
https://bugs.launchpad.net/bugs/1325746

Title:
  dpkg-reconfigure doesn't work as expected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1325746/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs