[Bug 1569630] [NEW] charm-tools 2.1.2 is not installable

2016-04-12 Thread Chuck Short
Public bug reported:

21:51:04 Reading package lists...
21:51:04 Building dependency tree...
21:51:05 Reading state information...
21:51:05 amulet is already the newest version.
21:51:05 juju-deployer is already the newest version.
21:51:05 Some packages could not be installed. This may mean that you have
21:51:05 requested an impossible situation or if you are using the unstable
21:51:05 distribution that some required packages have not yet been created
21:51:05 or been moved out of Incoming.
21:51:05 The following information may help to resolve the situation:
21:51:05 
21:51:05 The following packages have unmet dependencies:
21:51:05  charm-tools : Depends: python-path.py but it is not installable
21:51:05 E: Unable to correct problems, you have held broken packages.
21:51:05 Build step 'Execute shell' marked build as failure
21:51:05 Archiving artifacts
21:51:05 Finished: FAILURE

** Affects: charm-tools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to charm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1569630

Title:
  charm-tools 2.1.2 is not installable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/charm-tools/+bug/1569630/+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 1569538] [NEW] Mount points fail removal

2016-04-12 Thread Chuck Short
Public bug reported:

LVM instance removal fail because the console.log is still open on the
mount point.

** Affects: nova-lxd (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova-lxd in Ubuntu.
https://bugs.launchpad.net/bugs/1569538

Title:
  Mount points fail removal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova-lxd/+bug/1569538/+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 1569535] [NEW] Image detection is not backward compatible

2016-04-12 Thread Chuck Short
Public bug reported:

When using images from a liberty installation. Images are not detected
as valid images.

** Affects: nova-lxd (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova-lxd in Ubuntu.
https://bugs.launchpad.net/bugs/1569535

Title:
  Image detection is not backward compatible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova-lxd/+bug/1569535/+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 1569502] Re: [SRU] liberty point releases

2016-04-12 Thread Corey Bryant
** Also affects: neutron (Ubuntu Wily)
   Importance: Undecided
   Status: New

** Changed in: neutron (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to neutron in Ubuntu.
https://bugs.launchpad.net/bugs/1569502

Title:
  [SRU] liberty point releases

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron/+bug/1569502/+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 1473527] Re: module ssh-authkey-fingerprints fails Input/output error: /dev/console

2016-04-12 Thread Scott Moser
I've seen this reproduce more and more in curtin tests lately in xenial:
   
https://server-team-jenkins.canonical.com/job/curtin-vmtest-venonat-devel/15/artifact/output/XenialBcacheBasic/logs/install-serial.log/*view*/
  
https://server-team-jenkins.canonical.com/job/curtin-vmtest-venonat-devel/15/artifact/output/XenialTestBasic/logs/install-serial.log
from 
https://server-team-jenkins.canonical.com/job/curtin-vmtest-venonat-devel/15/artifact/output/XenialTestBasic/logs/

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

Title:
  module ssh-authkey-fingerprints fails Input/output error: /dev/console

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1473527/+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 1569469] [NEW] smartos datasource stacktrace if no system-product-name in dmi data

2016-04-12 Thread Scott Moser
Public bug reported:

if there is no product name in dmi data, cloud-init log will show

DataSourceCloudSigma.py[WARNING]: failed to get hypervisor product name via dmi 
data
util.py[WARNING]: Getting data from  failed
util.py[DEBUG]: Getting data from  failed#
Traceback (most recent call last):#
  File "/usr/lib/python3/dist-packages/cloudinit/sources/__init__.py", line 
266, in find_source#
if s.get_data():#
  File "/usr/lib/python3/dist-packages/cloudinit/sources/DataSourceSmartOS.py", 
line 250, in get_data#
if 'smartdc' not in system_type.lower():#
AttributeError: 'NoneType' object has no attribute 'lower'


Fix is simple enough.

** Affects: cloud-init
 Importance: Medium
 Status: Confirmed

** Affects: cloud-init (Ubuntu)
 Importance: Medium
 Status: Confirmed

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

** Changed in: cloud-init
   Status: New => Confirmed

** Changed in: cloud-init (Ubuntu)
   Status: New => Confirmed

** Changed in: cloud-init
   Importance: Undecided => Medium

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

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

Title:
  smartos datasource stacktrace if no system-product-name in dmi data

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1569469/+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 1473527] Re: module ssh-authkey-fingerprints fails Input/output error: /dev/console

2016-04-12 Thread Scott Moser
** Changed in: cloud-init (Ubuntu)
   Status: New => Confirmed

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

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

Title:
  module ssh-authkey-fingerprints fails Input/output error: /dev/console

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1473527/+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 1313550] Re: ping does not work as a normal user on trusty tarball cloud images.

2016-04-12 Thread Scott Moser
Marking as 'fix-released' in maas in wily and xenial, as the fix went into 
trunk at revision 4028.
https://code.launchpad.net/~rvb/maas/lp-1313550/+merge/262314

** Changed in: maas (Ubuntu Wily)
   Status: New => Fix Released

** Changed in: maas (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: maas (Ubuntu Vivid)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1313550

Title:
  ping does not work as a normal user on trusty tarball cloud images.

To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/1313550/+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 1569018] Re: [FFe] support lxc bridge configuration

2016-04-12 Thread Scott Moser
fix-commited in trunk at 1202

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

** Also affects: cloud-init
   Importance: Undecided
   Status: New

** Changed in: cloud-init
   Status: New => Triaged

** Changed in: cloud-init
   Status: Triaged => Fix Committed

** Changed in: cloud-init
   Importance: Undecided => Medium

** 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 Ubuntu.
https://bugs.launchpad.net/bugs/1569018

Title:
  [FFe] support lxc bridge configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1569018/+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 1505839] Re: Unable to install from text mode interface

2016-04-12 Thread Scott Moser
just for some more info, I asked for clarification from cjwatson.
 $ rmadison  gfx-boot-theme-ubuntu
 gfxboot-theme-ubuntu | 0.13.2 | precise | source, amd64, i386
 gfxboot-theme-ubuntu | 0.13.3 | precise-updates | source, amd64, i386
 gfxboot-theme-ubuntu | 0.16.1 | trusty  | source, amd64, i386
 gfxboot-theme-ubuntu | 0.18.0 | vivid   | source, amd64, i386
 gfxboot-theme-ubuntu | 0.18.0 | wily| source, amd64, i386
 gfxboot-theme-ubuntu | 0.20.0 | xenial  | source, amd64, i386

Even though gfx-boot-theme-ubuntu did nto change from vivid to wily
where the regression occurred, cjwatson suggests that it still may be
the cause of the issue as gfxboot-theme-ubuntu and syslinux are very
tightly related.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1505839

Title:
  Unable to install from text mode interface

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1505839/+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 1505839] Re: Unable to install from text mode interface

2016-04-12 Thread Scott Moser
** Package changed: gfxboot (Ubuntu) => gfxboot-theme-ubuntu (Ubuntu)

** Also affects: syslinux (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1505839

Title:
  Unable to install from text mode interface

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1505839/+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 1505839] Re: Unable to install from text mode interface

2016-04-12 Thread Scott Moser
There was some conversation on irc yesterday.
 http://irclogs.ubuntu.com/2016/04/11/%23ubuntu-devel.html#t20:18
cjwatson suggested likely gfxboot-theme-ubuntu as the bug component.

** Also affects: gfxboot (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1505839

Title:
  Unable to install from text mode interface

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1505839/+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 1568637] Re: iscsi root boot fails without /etc/network/interfaces aid of cloud-initramfs-dyn-netconf

2016-04-12 Thread Scott Moser
** Changed in: cloud-init (Ubuntu)
   Status: New => Confirmed

** Changed in: cloud-init (Ubuntu)
   Importance: Undecided => High

** Changed in: cloud-init
   Status: New => Confirmed

** Changed in: cloud-init
   Importance: Undecided => High

** Changed in: maas-images
   Status: New => Confirmed

** Changed in: maas-images
   Importance: Undecided => Medium

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

Title:
  iscsi root boot fails without /etc/network/interfaces aid of cloud-
  initramfs-dyn-netconf

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1568637/+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 1569289] Re: glance should support the root-tar disk format

2016-04-12 Thread James Page
** Also affects: glance
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to glance in Ubuntu.
https://bugs.launchpad.net/bugs/1569289

Title:
  glance should support the root-tar disk format

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1569289/+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 1569289] [NEW] glance should support the root-tar disk format

2016-04-12 Thread James Page
Public bug reported:

'root-tar' (indicating a root filesystem in tar archive format) has been
used for full system containers in OpenStack both under the libvirt/lxc
driver and under the new lxd driver (nova-lxd package).

Users are working around the lack of 'root-tar' default support in
glance by uploading images in this format as 'raw' (which is incorrect)
or updating the list of supported disk formats using the glance-api
configuration file to include 'root-tar'.

We should consider adding this to the list of defaults for supported
disk formats.

** Affects: glance (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

- 'root-tar' (indicating a root filesystem in tar archive format) as been
+ 'root-tar' (indicating a root filesystem in tar archive format) has been
  used for full system containers in OpenStack both under the libvirt/lxc
  driver and under the new lxd driver (nova-lxd package).
  
  Users are working around the lack of 'root-tar' default support in
  glance by uploading images in this format as 'raw' (which is incorrect)
  or updating the list of supported disk formats using the glance-api
  configuration file.

** Description changed:

  'root-tar' (indicating a root filesystem in tar archive format) has been
  used for full system containers in OpenStack both under the libvirt/lxc
  driver and under the new lxd driver (nova-lxd package).
  
  Users are working around the lack of 'root-tar' default support in
  glance by uploading images in this format as 'raw' (which is incorrect)
  or updating the list of supported disk formats using the glance-api
- configuration file.
+ configuration file to include 'root-tar'.
+ 
+ We should consider adding this to the list of defaults for supported
+ disk formats.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to glance in Ubuntu.
https://bugs.launchpad.net/bugs/1569289

Title:
  glance should support the root-tar disk format

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glance/+bug/1569289/+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 1569249] Re: Quiesce ceph-common postinst

2016-04-12 Thread James Page
** Changed in: ceph (Ubuntu)
   Status: New => Triaged

** Changed in: ceph (Ubuntu)
   Importance: Undecided => Medium

** Changed in: ceph (Ubuntu)
   Status: Triaged => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ceph in Ubuntu.
https://bugs.launchpad.net/bugs/1569249

Title:
  Quiesce ceph-common postinst

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1569249/+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