ubuntu-cloudimg-query in precise cannot query for quantal
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| cloud-utils |
Undecided
|
Unassigned | ||
| pyjuju |
High
|
Unassigned | ||
| cloud-utils (Ubuntu) |
Medium
|
Unassigned |
Bug Description
This seems like a fundamental problem for a tool that will be supported for the next 4.5 years and, at least in theory, 9 releases.
++ ubuntu-
confused by argument: quantal
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: cloud-utils 0.25-0ubuntu5
ProcVersionSign
Uname: Linux 3.2.0-31-virtual x86_64
ApportVersion: 2.0.1-0ubuntu13
Architecture: amd64
Date: Sat Oct 6 03:46:34 2012
PackageArchitec
ProcEnviron:
TERM=xterm
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: cloud-utils
UpgradeStatus: No upgrade log present (probably fresh install)
Clint Byrum (clint-fewbar) wrote : | #1 |
Clint Byrum (clint-fewbar) wrote : | #2 |
Changed in juju: | |
status: | New → Triaged |
importance: | Undecided → High |
James Page (james-page) wrote : | #3 |
Clint
I've not been able to reproduce this - it seems to work just fine (tested on 12.04):
ubuntu-
https:/
Changed in cloud-utils (Ubuntu): | |
status: | New → Incomplete |
Clint Byrum (clint-fewbar) wrote : | #4 |
I can reproduce over and over in a clean chroot:
$ schroot -c precise-amd64 -u root
(precise-
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libapt-inst1.3 libdb4.8
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
euca2ools file libmagic1 libyaml-0-2 python-boto python-crypto python-m2crypto python-paramiko python-yaml
Suggested packages:
python-crypto-dbg python-crypto-doc
The following NEW packages will be installed:
cloud-utils euca2ools file libmagic1 libyaml-0-2 python-boto python-crypto python-m2crypto python-paramiko
python-yaml
0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
Need to get 2319 kB of archives.
After this operation, 16.2 MB of additional disk space will be used.
Do you want to continue [Y/n]?
Get:1 http://
Get:2 http://
Get:3 http://
Get:4 http://
Get:5 http://
Get:6 http://
Get:7 http://
Get:8 http://
Get:9 http://
Get:10 http://
Fetched 2319 kB in 4s (559 kB/s)
Selecting previously unselected package libyaml-0-2.
(Reading database ... 14967 files and directories currently installed.)
Unpacking libyaml-0-2 (from .../libyaml-
Selecting previously unselected package python-m2crypto.
Unpacking python-m2crypto (from .../python-
Selecting previously unselected package libmagic1.
Unpacking libmagic1 (from .../libmagic1_
Selecting previously unselected package file.
Unpacking file (from .../archives/
Selecting previously unselected package python-boto.
Unpacking python-boto (from .../python-
Selecting previously unselected package euca2ools.
Unpacking euca2ools (from .../euca2ools_
Selecting previously unselected package python-crypto.
Unpacking python-crypto (from .../python-
Selecting previously unselected package python-paramiko.
Unpacking python-paramiko (from .../python-
Selecting previously unselected package python-yaml.
Unpacking python-yaml (from .../python-
Selecting previously unselected package cloud-utils.
Unpacking cloud-utils (from .../cloud-
Setting up libyaml-0-...
Clint Byrum (clint-fewbar) wrote : | #5 |
Looks like missing dependencies. Namely, distro-info, once that is installed:
(precise-
/usr/bin/
failed to get https:/
And then with any release:
failed to get https:/
Because ca-certificates is missing:
So, this boils down to three missing deps... distro-info, wget, and ca-certificates.
Changed in cloud-utils (Ubuntu): | |
status: | Incomplete → Triaged |
importance: | Undecided → Medium |
Changed in juju: | |
status: | Triaged → Invalid |
Changed in cloud-utils: | |
status: | New → Invalid |
Scott Moser (smoser) wrote : | #6 |
the distro-info is not a dependency its a Suggests.
wget and ca-certificates is valid though.
Scott Moser (smoser) wrote : | #7 |
ah. the distro-info is aRecommends. and that is present in quantal.
Launchpad Janitor (janitor) wrote : | #8 |
This bug was fixed in the package cloud-utils - 0.26-0ubuntu2
---------------
cloud-utils (0.26-0ubuntu2) raring; urgency=low
* debian/copyright: fix formatting
* sync to trunk at revno 216
* support for GPT partitions in growpart via sgdisk (LP: #1087526)
* depend on wget and ca-certificates for ubuntu-
(LP: #1062671)
* fix sfdisk parsing (LP: #1007415)
-- Scott Moser <email address hidden> Mon, 04 Feb 2013 15:18:49 -0500
Changed in cloud-utils (Ubuntu): | |
status: | Triaged → Fix Released |
no longer affects: | lxc |
This affects LXC, as this means it cannot spawn new releases of ubuntu with the ubuntu-cloud template, and thus juju. I'm just adding them for tracking of the issue.