[Bug 1302229] Re: cloud-init datasource uses util.ProcessExecutionError instead of futil.ProcessExecutionError

2014-04-04 Thread Ben Howard
Testing linked branch against a PPA build to confirm that this works. ** Branch linked: lp:~utlemming/ubuntu/precise/cloud-init/lp1302229 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1302229 Title:

[Bug 1302229] Re: cloud-init datasource uses util.ProcessExecutionError instead of futil.ProcessExecutionError

2014-04-04 Thread Ben Howard
** Package changed: ubuntu => cloud-init (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1302229 Title: cloud-init datasource uses util.ProcessExecutionError instead of futil.ProcessExecuti

[Bug 1302229] Re: cloud-init datasource uses util.ProcessExecutionError instead of futil.ProcessExecutionError

2014-04-03 Thread Ben Howard
** Description changed: - Latest Cloud-init on Windows Azure fails to provision on Windows Azure - due to incorrect import. + [SRU Justification] + + [Explanation] SRU for 1292648 added the ability Cloud-init to format + ephemeral devices when a new ephemeral device was put into place. The + back

[Bug 1302229] Re: cloud-init datasource uses util.ProcessExecutionError instead of futil.ProcessExecutionError

2014-04-03 Thread Ben Howard
** Attachment added: "debdiff for fixed package" https://bugs.launchpad.net/ubuntu/+bug/1302229/+attachment/4064147/+files/debdiff.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1302229 Title:

[Bug 1302229] [NEW] cloud-init datasource uses util.ProcessExecutionError instead of futil.ProcessExecutionError

2014-04-03 Thread Ben Howard
Error as e: if device in util.mounts(): LOG.warn("Failed to unmount %s, will not reformat.", device) LOG.debug("Failed umount: %s", e) ** Affects: ubuntu Importance: High Assignee: Ben Howard (utlemming) Status:

[Bug 1301019] Re: hyper-v: ifdown command not working due to bad ifstate

2014-04-03 Thread Ben Howard
installations I have confirmed that our version of hv_set_ifconfig does not handle this change. Bare metal installations from media should be using /etc/network/interfaces, so the installed script should continue to work just fine. ** Changed in: linux (Ubuntu) Assignee: (unassigned) =>

[Bug 1269626] Re: [SRU] cloud-init Azure Datasource does not detect new instance

2014-03-24 Thread Ben Howard
Performed through validation testing on multiple instances. Marking as verification done. ** Tags removed: trusty verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launch

[Bug 1292648] Re: [SRU] cloud-init should check/format Azure empheral disks each boot

2014-03-24 Thread Ben Howard
Performed through validation testing on multiple instances. Marking as verification done. ** Tags removed: trusty verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launch

[Bug 1274348] Re: [SRU] Add Microsoft-owned MAC addresses to 75-persistent-net-generator.rules

2014-03-24 Thread Ben Howard
Marking as verification done. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1274348 Title: [SRU] Add Microsoft-owned MAC addre

[Bug 1269626] Re: [SRU] cloud-init Azure Datasource does not detect new instance

2014-03-19 Thread Ben Howard
** Description changed: + SRU Justification + + [IMPACT] Capturing a Windows Azure Linux instance controlled by Cloud- + init will result in any future instance based on it to fail to boot. + + Since booting on Windows Azure for Ubuntu is controlled via Cloud-init + and WALinuxAgent, there are t

[Bug 1269626] Re: [SRU] cloud-init Azure Datasource does not detect new instance

2014-03-19 Thread Ben Howard
affects: cloud-init (Ubuntu Trusty) Importance: Medium Assignee: Ben Howard (utlemming) Status: Fix Released ** Also affects: walinuxagent (Ubuntu Trusty) Importance: Undecided Status: New ** Changed in: walinuxagent (Ubuntu Trusty) Status: New => Fix Relea

[Bug 1292648] Re: cloud-init should check/format Azure empheral disks each boot

2014-03-19 Thread Ben Howard
** Description changed: + SRU Justification + + [IMPACT] Users on Windows Azure are guaranteed to have the ephemeral + device as ext4 for the first boot. Subsequent boots may result in fuse + mounted NTFS file system. + + [TEST CASE] + Defined in comment 3. + + [Regression Potential] Low. This

[Bug 1294242] [NEW] add open-vm-tools to the cloud image

2014-03-18 Thread Ben Howard
Public bug reported: Now that open-vm-tools is main, we need to add it to the Cloud Image. The package is benign on non-VMware targets. ** Affects: open-vm-tools (Ubuntu) Importance: Undecided Assignee: Ben Howard (utlemming) Status: Invalid ** Changed in: open-vm-tools

[Bug 1292648] Re: cloud-init should check/format Azure empheral disks each boot

2014-03-17 Thread Ben Howard
Test cases: [ NEW Filesystem created ] - NTFS file system with label of "Temporary Storage" mkfs.ntfs -L "Temporary Storage" -f /dev/sdb1 [ NO New Filesystem created ] - NTFS file system with label of "Temporary Storage" w/ a file mkfs.ntfs -L "Temporary Storage" -f /dev/sdb1; mount /dev/sdb1

[Bug 1292648] Re: cloud-init should check/format Azure empheral disks each boot

2014-03-14 Thread Ben Howard
Uploaded branch that makes the disk formating set the semaphore per device and sets disk formating to "always" for the Azure datasource. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1292648 Title:

[Bug 1292648] [NEW] cloud-init should check/format Azure empheral disks each boot

2014-03-14 Thread Ben Howard
Architecture: amd64 Date: Fri Mar 14 17:53:20 2014 PackageArchitecture: all SourcePackage: cloud-init UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: cloud-init (Ubuntu) Importance: Medium Assignee: Ben Howard (utlemming) Status: In Progress ** Tags

[Bug 1052089] Re: arm cloud image contains unpackaged /usr/bin/qemu-arm-static

2014-03-13 Thread Ben Howard
** Changed in: ubuntu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1052089 Title: arm cloud image contains unpackaged /usr/bin/qemu-arm-static To manag

[Bug 1052089] Re: arm cloud image contains unpackaged /usr/bin/qemu-arm-static

2014-03-12 Thread Ben Howard
The dailies should be fixed for armhf and arm64 images. The fix happened in two places 1. live-build now removes the qemu--static at the end of the builds 2. automated-ec2-builds now has "chroot_helper" which leverages proot to allow for chrooting with out adding qemu into the image. ** Change

[Bug 1274348] Re: [SRU] Add Microsoft-owned MAC addresses to 75-persistent-net-generator.rules

2014-03-12 Thread Ben Howard
** Branch linked: lp:~utlemming/ubuntu/saucy/systemd/lp1274348 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1274348 Title: [SRU] Add Microsoft-owned MAC addresses to 75-persistent-net- generator.

[Bug 1274348] Re: Add Microsoft-owned MAC addresses to 75-persistent-net-generator.rules

2014-03-12 Thread Ben Howard
** Description changed: + [SRU justification] + + Impact : As Microsoft expands its public cloud offering it may need to + utilize additional MAC address prefixes. If a user launches a Cloud + instance when the MAC address is from a Microsoft MAC address that is + not in the exclusion list, eth0

[Bug 1289564] Re: failure to start message should be explicit about non-VMware hypervisor

2014-03-07 Thread Ben Howard
** Changed in: open-vm-tools (Ubuntu) Importance: Undecided => Low ** Changed in: open-vm-tools (Ubuntu) Status: New => In Progress ** Branch linked: lp:~utlemming/ubuntu/trusty/open-vm-tools/lp1289564 -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 1289564] [NEW] failure to start message should be explicit about non-VMware hypervisor

2014-03-07 Thread Ben Howard
Importance: Undecided Assignee: Ben Howard (utlemming) Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1289564 Title: failure to start message should be explicit about no

[Bug 1071216] Re: Precise Cloud images lack bare dev tree for LXC

2014-02-28 Thread Ben Howard
Marking as fixed released. This was fixed a long time ago. ** Changed in: ubuntu Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1071216 Title: Precise Clou

[Bug 1282655] Re: qcow2 images are not backwards compatiable with 12.04's qcow2

2014-02-20 Thread Ben Howard
My test case was flawedI was creating the QCOW to the same file name with out removing the previous file. I've confirmed that setting the compat to 0.10 works. ** Changed in: qemu (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of

[Bug 1282655] [NEW] qcow2 images are not backwards compatiable with 12.04's qcow2

2014-02-20 Thread Ben Howard
Public bug reported: QCOW2's created on Trusty (Qemu 1.7.0+dfsg-3ubuntu2) fail when attempting any operation (read/mount/resize, etc) on Precise (1.0 +noroms-0ubuntu13). This bug is affecting the cloud image build process for newer architectures. On 14.04 $ qemu-img create -o compat=0.10 -f qcow

[Bug 1282655] Re: qcow2 images are not backwards compatiable with 12.04's qcow2

2014-02-20 Thread Ben Howard
** Attachment added: "QCOW2 created on Trusty w/ "qemu-img create -o compat=0.10 -f qcow2 test.img "" https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1282655/+attachment/3988416/+files/test.img -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 1274348] Re: Add Microsoft-owned MAC addresses to 75-persistent-net-generator.rules

2014-02-18 Thread Ben Howard
** Changed in: udev (Ubuntu Quantal) Status: Won't Fix => Confirmed ** Branch linked: lp:~utlemming/ubuntu/precise/udev/lp1274348 ** Branch linked: lp:~utlemming/ubuntu/quantal/udev/lp1274348 ** Changed in: systemd (Ubuntu Saucy) Assignee: (unassigned) => Ben Howard

[Bug 1272115] Re: [SRU] cloud-init SmartOS datasource provider is not compliant to datadictionary

2014-02-10 Thread Ben Howard
Marking as verification-done. The logs from comment #8, actually indicate that the test cases succeeded, however, it was failing due to using a non-official Ubuntu image. I verified the test cases. This SRU is good to go for release. ** Tags removed: verification-needed ** Tags added: verificatio

[Bug 1272115] Re: [SRU] cloud-init SmartOS datasource provider is not compliant to datadictionary

2014-02-10 Thread Ben Howard
@rcj: this is as expected. The cloud-init user-data needs to have a metadata key of base64_keys="cloud-init:user-data" in order for it to work. The logs indicate that the instance your on is lacking a ubuntu user. Can you re-run the test, but create the ubuntu user before running the test? -- Yo

[Bug 1272115] Re: [SRU] cloud-init SmartOS datasource provider is not compliant to datadictionary

2014-02-04 Thread Ben Howard
> What effect will this have on users who *are* relying on the current behaviour? The effect will be minimial, if any. SmartOS has the concept of user- data, which is a channel for sending raw data. In the case of cloud- init, users would be more likely to be confused by something acting on the da

[Bug 1274702] Re: Hyper-V KVP infrastructure not working properly

2014-01-31 Thread Ben Howard
** Changed in: hv-kvp-daemon-init (Ubuntu) Assignee: (unassigned) => Robert C Jennings (rcj) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1274702 Title: Hyper-V KVP infrastructure not working

[Bug 1274348] Re: Add Microsoft-owned MAC addresses to 75-persistent-net-generator.rules

2014-01-31 Thread Ben Howard
Stephen, can you please comment on the need for having a 12.10 and 13.10 backport? I assumed that this was needed on all supported releases, but if 12.04 and 14.04 LTS releases are fine that is okay. FWIW, either way, I was planning on doing the SRU work. -- You received this bug notification be

[Bug 1274702] Re: Hyper-V KVP infrastructure not working properly

2014-01-31 Thread Ben Howard
Can you provide more information about the version(s) where you are seeing this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1274702 Title: Hyper-V KVP infrastructure not working properly To mana

[Bug 1274348] Re: Add Microsoft-owned MAC addresses to 75-persistent-net-generator.rules

2014-01-30 Thread Ben Howard
Nominated to all series as MS has asked for this to be backported to previous releases. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1274348 Title: Add Microsoft-owned MAC addresses to 75-persisten

[Bug 1274348] Re: Add Microsoft-owned MAC addresses to 75-persistent-net-generator.rules

2014-01-30 Thread Ben Howard
Branch with patch attached, pending review and upload. ** Changed in: udev (Ubuntu) Assignee: (unassigned) => Ben Howard (utlemming) ** Changed in: udev (Ubuntu) Importance: Undecided => Medium ** Branch linked: lp:~utlemming/ubuntu/trusty/udev/lp1274348 -- You received th

[Bug 1273888] Re: 14.04 cloud images fail to build due to grub install error

2014-01-29 Thread Ben Howard
Marking as fixed released. I fixed it by not installing grub by default on the filesystem images, where grub won't work anyway. ** Changed in: ubuntu Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 1273757] Re: cloud-images should have default code page pre-generated during build process

2014-01-29 Thread Ben Howard
Marking as fix-released. Trusty images will have the default local pre- generated. Space usage is neg liable. ** Changed in: ubuntu Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.

[Bug 1272115] Re: [SRU] cloud-init SmartOS datasource provider is not compliant to datadictionary

2014-01-29 Thread Ben Howard
** Description changed: + [IMPACT] + Cloud-init provisioning on SmartOS is not compliant per the DataDictionary published on 25 September. The result is that cloud-init provisioned Ubuntu on SmartOS hosts will not behave as user expect. This SRU makes cloud-init's SmartOS datasource compliant o

[Bug 1272115] Re: [SRU] cloud-init SmartOS datasource provider is not compliant to datadictionary

2014-01-29 Thread Ben Howard
** Summary changed: - cloud-init SmartOS datasource provider is not compliant to datadictionary + [SRU] cloud-init SmartOS datasource provider is not compliant to datadictionary -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:/

[Bug 1273888] [NEW] 14.04 cloud images fail to build due to grub install error

2014-01-28 Thread Ben Howard
ance: High Assignee: Ben Howard (utlemming) Status: Confirmed ** Tags: cloud-images -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1273888 Title: 14.04 cloud images fail to build due to grub ins

[Bug 1220950] Re: [MIR] open-vm-tools

2014-01-28 Thread Ben Howard
Canonical's Cloudware team is confident that we can support libdumbnet. While it may have some rough edges, we have evaluated the package extensively. We will take ownership for issues related to this package. Additionally, libdumbnet is know at libdnet for SuSE/SLES and Fedora/Red Hat/Centos. For

[Bug 1273757] [NEW] cloud-images should have default code page pre-generated during build process

2014-01-28 Thread Ben Howard
Public bug reported: The default code page is en_US.utf8. Boot times show that code-page generation takes 5-11seconds. We should look at pre-generating that. ** Affects: ubuntu Importance: Medium Assignee: Ben Howard (utlemming) Status: Confirmed ** Tags: cloud-images

[Bug 1273205] Re: /etc/init/ttyAMA0.conf causes endless tty spewage if ttyAMA does not exist

2014-01-28 Thread Ben Howard
** Also affects: lxc (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1273205 Title: /etc/init/ttyAMA0.conf causes endless tty spewage if ttyAMA doe

[Bug 1272196] Re: vmhgfs doesn't work with linux 3.13 kernel

2014-01-28 Thread Ben Howard
Can you please provide logs, including dmesg, /etc/fstab, and other supporting evidence of this change? ** Changed in: open-vm-tools (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 1273205] Re: /etc/init/ttyAMA0.conf causes endless tty spewage if ttyAMA does not exist

2014-01-27 Thread Ben Howard
** Changed in: cloud-init (Ubuntu) Status: In Progress => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1273205 Title: /etc/init/ttyAMA0.conf causes endless tty spewage if ttyAMA d

[Bug 1273205] Re: /etc/init/ttyAMA0.conf causes endless tty spewage if ttyAMA does not exist

2014-01-27 Thread Ben Howard
Martin, Can you confirm the contents of /etc/cloud/build.info? New cloud images have a test to make sure that this sort of thing shouldn't happen. Also I am a bit concerned that this might be an issue with upstart determiniing if its in a container. The previous version should have prevented the j

[Bug 1272115] Re: cloud-init SmartOS datasource provider is not compliant to datadictionary

2014-01-23 Thread Ben Howard
Initial work done, needing to run through a complete build/test cycle. ** Branch linked: lp:~utlemming/cloud-init/lp1272115 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1272115 Title: cloud-init S

[Bug 1272115] [NEW] cloud-init SmartOS datasource provider is not compliant to datadictionary

2014-01-23 Thread Ben Howard
/datadict.html ** Affects: cloud-init (Ubuntu) Importance: High Assignee: Ben Howard (utlemming) Status: In Progress ** Package changed: ubuntu => cloud-init (Ubuntu) ** Changed in: cloud-init (Ubuntu) Milestone: None => ubuntu-14.04-beta-1 -- You received th

[Bug 1211918] Re: WALinuxAgent Github repo has moved

2014-01-22 Thread Ben Howard
alinuxagent (Ubuntu) Assignee: (unassigned) => Ben Howard (utlemming) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1211918 Title: WALinuxAgent Github repo has moved To manage notifications about

[Bug 1271669] Re: Move vmware related modules from extras into main kernel package

2014-01-22 Thread Ben Howard
Once these modules are enabled in the kernel, we should disable the modules in open-vm-tools DKMS package. The only module that should be built via the DKMS package is vmhgfs. ** Also affects: open-vm-tools (Ubuntu) Importance: Undecided Status: New ** Changed in: open-vm-tools (Ubuntu)

[Bug 1271669] Re: move drivers/misc/vmw_vmci/vmw_vmci.ko from linux-image-extra to linux-image-virtual

2014-01-22 Thread Ben Howard
** Description changed: - drivers/misc/vmw_vmci/vmw_vmci.ko is currently in linux-image-extra. Due - to a sync of open-vm-tools and an open MIR on open-vm-tools, this module - is needed in the regular kernel + drivers/misc/vmw_vmci/vmw_vmci.ko, + net/vmw_vsock/vmw_vsock_vmci_transport.ko and net/v

[Bug 1271669] Re: move vmware modules (vmci, vsock, vxnet3) from linux-image-extra to linux-image-virtual

2014-01-22 Thread Ben Howard
Please make sure that vmxnet3 is included, not vmxnet ** Summary changed: - move vmware modules (vmci, vsock, vxnet) from linux-image-extra to linux-image-virtual + move vmware modules (vmci, vsock, vxnet3) from linux-image-extra to linux-image-virtual -- You received this bug notification be

[Bug 1271669] [NEW] move drivers/misc/vmw_vmci/vmw_vmci.ko from linux-image-extra to linux-image-virtual

2014-01-22 Thread Ben Howard
Public bug reported: drivers/misc/vmw_vmci/vmw_vmci.ko is currently in linux-image-extra. Due to a sync of open-vm-tools and an open MIR on open-vm-tools, this module is needed in the regular kernel Bug #1220950 open-vm-tools ** Affects: linux (Ubuntu) Importance: Medium Assignee: Stef

[Bug 1270503] Re: open-vm-tools install update-rc.d failure

2014-01-21 Thread Ben Howard
Pending merge proposal review for upload. ** Changed in: open-vm-tools (Ubuntu) Assignee: (unassigned) => Ben Howard (utlemming) ** Changed in: open-vm-tools (Ubuntu) Importance: Undecided => High ** Changed in: open-vm-tools (Ubuntu) Status: Confirmed => In Progress

[Bug 1270619] Re: open-vm-tools configure error

2014-01-21 Thread Ben Howard
*** This bug is a duplicate of bug 1270503 *** https://bugs.launchpad.net/bugs/1270503 ** This bug has been marked a duplicate of bug 1270503 open-vm-tools install update-rc.d failure -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 1270503] Re: open-vm-tools install update-rc.d failure

2014-01-21 Thread Ben Howard
Prepared patched based on report and test. I've confirmed that it works on Ubuntu 14.04 LTS. ** Branch linked: lp:~utlemming/ubuntu/trusty/open-vm-tools/lp1270503 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.

[Bug 1269985] Re: Revert package back to Devel release

2014-01-21 Thread Ben Howard
Nick, I am sorry for the betrayl; the sync was not done maliciously or with malintent. Rather, as part of the work to bring open-vm-tools into main (Bug #1220950), the sync was done. Can you share the failures that you are seeing? I have identified that the vmhgfs fails to load: [386915.338195]

[Bug 1269985] Re: Revert package back to Devel release

2014-01-21 Thread Ben Howard
** Changed in: open-vm-tools (Ubuntu) Assignee: (unassigned) => Robert Jennings (rcj) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1269985 Title: Revert package back to Devel release To manag

[Bug 1220950] Re: [MIR] open-vm-tools

2014-01-16 Thread Ben Howard
The version in 14.04 is now based on the 9.4 release; we are no longer shipping the development snapshot. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1220950 Title: [MIR] open-vm-tools To manage

[Bug 1220950] Re: [MIR] open-vm-tools

2014-01-16 Thread Ben Howard
The version of open-vm-tools that we are carrying in Ubuntu is based on a development snapshot. VMware has indicated that we should cary the current supported version (9.4, released on 2013.10.02). We should sync Debian here-on out. -- You received this bug notification because you are a member o

[Bug 1269626] Re: cloud-init Azure Datasource does not detect new instance

2014-01-16 Thread Ben Howard
Submitted MP against cloud-init. Pending MP. I am intending on SRU'ing this for 12.04 and 13.10. Since 12.10 does not use cloud-init provisioning, there is no reason for SRU'ing against 12.10. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 1220740] Re: Add a getty/login prompt on ttyS0 cloud images

2014-01-16 Thread Ben Howard
Validated 14.04 daily build in both EC2 and in KVM. I've confirmed that ttyS0 is present on systems with a serial console, while not doing anything on systems with out a ttyS0. This fix should roll out to 12.04 released images in the next few weeks. Marking as "fix released." ** Changed in: ubunt

[Bug 1268050] Re: Deprovision breaks iDNS registration when using cloud-init

2014-01-15 Thread Ben Howard
Uploaded Trusty version. However due to Bug #1269626 machines will not provision correclty upon reboot. The fix for Bug #1269626 and this will be SRU'd together. ** Changed in: walinuxagent (Ubuntu Trusty) Status: In Progress => Fix Committed -- You received this bug notification because

[Bug 1269626] Re: cloud-init Azure Datasource does not detect new instance

2014-01-15 Thread Ben Howard
** Branch linked: lp:~utlemming/cloud-init/lp1269626 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1269626 Title: cloud-init Azure Datasource does not detect new instance To manage notifications ab

[Bug 1269626] Re: cloud-init Azure Datasource does not detect new instance

2014-01-15 Thread Ben Howard
Okay, I figured it outwe have a race condition. What is happening is that the Windows Azure datasource starts WALinuxAgent. WALinuxAgent normally goes off and fetches a bunch of files. The datasource normally waits for files to show up from WALinuxAgent. In the case of a capture, the files rem

[Bug 1269626] Re: cloud-init Azure Datasource does not detect new instance

2014-01-15 Thread Ben Howard
>From Saucy instance, here is walinuxagent's /var/lib/waagent/waagent.log Cloud-init is using ba5ce29e7b4d435f8d70ed5b7c471875 as the instance ID, but that instance ID is not unique when a machine is captured. 2014/01/12 08:12:30 Configured SSH client probing to keep connections alive. 2014/01/15

[Bug 1269626] Re: cloud-init Azure Datasource does not detect new instance

2014-01-15 Thread Ben Howard
Here is a diff between the SharedConfig.xml, with cloud-init.log as an attachment --- waagent.pre/SharedConfig.xml2014-01-15 22:46:09.619537000 + +++ waagent/SharedConfig.xml2014-01-15 22:54:33.606734299 + @@ -1,32 +1,32 @@ - - - + + + - - + +

[Bug 1269626] Re: cloud-init Azure Datasource does not detect new instance

2014-01-15 Thread Ben Howard
Cloud-init log for above comment ** Attachment added: "cloud-init.log" https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1269626/+attachment/3949827/+files/cloud-init.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. htt

[Bug 1269626] Re: cloud-init Azure Datasource does not detect new instance

2014-01-15 Thread Ben Howard
Confirmed that this happening in Saucy too. $ ssh utlemm...@utl-0115-utl-0115-s1-a1.cloudapp.net ssh: connect to host utl-0115-utl-0115-s1-A1.cloudapp.net port 22: Connection refused ssh: connect to host utl-0115-utl-0115-s1-A1.cloudapp.net port 22: Connection refused -- You received this bug

[Bug 1269626] Re: cloud-init uses incorrect GUID for instance ID

2014-01-15 Thread Ben Howard
Log snip showing end of first boot and second boot. fig_power_state_change - wb: [420] 20 bytes Jan 15 20:09:31 utl-0115-lp1268050 [CLOUDINIT] helpers.py[DEBUG]: Running config-power-state-change using lock () Jan 15 20:09:31 utl-0115-lp1268050 [CLOUDINIT] cc_power_state_change.py[DEBUG]: no pow

[Bug 1269626] [NEW] cloud-init Azure Datasource does not detect new instance

2014-01-15 Thread Ben Howard
it (Ubuntu) Importance: Medium Assignee: Ben Howard (utlemming) Status: In Progress ** Tags: amd64 apport-bug trusty uec-images ** Changed in: cloud-init (Ubuntu) Assignee: (unassigned) => Ben Howard (utlemming) ** Changed in: cloud-init (Ubuntu) Importance: Undecided => Me

[Bug 1269626] Re: cloud-init Azure Datasource does not detect new instance

2014-01-15 Thread Ben Howard
** Attachment added: "Cloud-init log" https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1269626/+attachment/3949810/+files/cloud-init.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/12696

[Bug 1268050] Re: Deprovision breaks iDNS registration when using cloud-init

2014-01-15 Thread Ben Howard
** Description changed: + SRU justification + + Impact : Users who run "waagent --deprovision" and then capture/snapshot + an image will not have the instance register with iDNS and subsiquently + the instance will be unreachable. + + This issue is caused by waagent changing the "send-hostname"

[Bug 1268050] Re: Deprovision breaks iDNS registration when using cloud-init

2014-01-15 Thread Ben Howard
affects: walinuxagent (Ubuntu Trusty) Importance: Medium Assignee: Ben Howard (utlemming) Status: Confirmed ** Changed in: walinuxagent (Ubuntu Saucy) Assignee: (unassigned) => Ben Howard (utlemming) ** Changed in: walinuxagent (Ubuntu Precise) Assignee: (unassigned) =&g

[Bug 1268050] Re: Deprovision breaks iDNS registration when using cloud-init

2014-01-10 Thread Ben Howard
Moving bug from private to public. ** Information type changed from Proprietary to Public ** Project changed: lansing => walinuxagent (Ubuntu) ** Changed in: walinuxagent (Ubuntu) Assignee: (unassigned) => Ben Howard (utlemming) ** Changed in: walinuxagent (Ubuntu) Impo

[Bug 1220740] Re: Add a getty/login prompt on ttyS0 cloud images

2014-01-10 Thread Ben Howard
** Changed in: ubuntu Milestone: None => ubuntu-14.04-beta-1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1220740 Title: Add a getty/login prompt on ttyS0 cloud images To manage notifications

[Bug 1052089] Re: arm cloud image contains unpackaged /usr/bin/qemu-arm-static

2014-01-10 Thread Ben Howard
Assigned to rcj4747 for completion. ** Changed in: ubuntu Milestone: None => ubuntu-14.04-beta-1 ** Changed in: ubuntu Assignee: Ben Howard (utlemming) => Robert Jennings (rcj4747) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 1267567] Re: walinuxagent not downloading ssh certificates

2014-01-10 Thread Ben Howard
** Changed in: walinuxagent (Ubuntu) Milestone: None => ubuntu-14.04-beta-1 ** Changed in: walinuxagent (Ubuntu) Assignee: (unassigned) => Ben Howard (utlemming) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1048701] Re: NVidia GPU lock-up on 12.10 Beta-1

2014-01-09 Thread Ben Howard
I haven't run 12.10 in a long time...so I can't comment on it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1048701 Title: NVidia GPU lock-up on 12.10 Beta-1 To manage notifications about this bug

[Bug 1262951] Re: cloud-images /etc/network/interfaces shoud source-directory interfaces.d

2014-01-08 Thread Ben Howard
Moved eth0 configuration to /etc/network/interfaces.d and now sourced via /etc/network/interfaces file. Marking fix commited pending builds through the Cloud Image build system. ** Changed in: ubuntu Status: Triaged => Fix Committed -- You received this bug notification because you are a

[Bug 1266545] Re: Description walinux package is not very understandable #16912

2014-01-08 Thread Ben Howard
Uploaded a fixed description. ** Changed in: walinuxagent (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1266545 Title: Description walinux package

[Bug 1266545] Re: Description walinux package is not very understandable #16912

2014-01-08 Thread Ben Howard
** Changed in: walinuxagent (Ubuntu) Importance: Undecided => Low ** Changed in: walinuxagent (Ubuntu) Assignee: (unassigned) => Ben Howard (utlemming) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1220950] Re: [MIR] open-vm-tools

2014-01-03 Thread Ben Howard
Added Canonical Cloudware team bug subscriptions for Zerofree and libdumnet. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1220950 Title: [MIR] open-vm-tools To manage notifications about this bug

[Bug 1052089] Re: arm cloud image contains unpackaged /usr/bin/qemu-arm-static

2013-12-17 Thread Ben Howard
** Changed in: ubuntu Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1052089 Title: arm cloud image contains unpackaged /usr/bin/qemu-arm-static To manage notif

[Bug 1258631] Re: instances fails to register GPT partition entries on virtio devices

2013-12-10 Thread Ben Howard
The messages: [ 0.627017] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.628500] GPT:4194303 != 20971519 [ 0.629167] GPT:Alternate GPT header not at the end of the disk. [ 0.630291] GPT:4194303 != 20971519 [ 0.630951] GPT: Use GNU Parted to correct GPT errors. [ 0.632002]

[Bug 1258631] Re: instances fails to register GPT partition entries on virtio devices

2013-12-09 Thread Ben Howard
Joseph, This problem does happen with the latest upstream kernel as well. ubuntu@gpt-test-4:~$ uname -a Linux gpt-test-4 3.13.0-031300rc3-generic #201312061335 SMP Fri Dec 6 18:37:23 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux ubuntu@gpt-test-4:~$ dmesg | grep vda [1.039698] vda: vda1 [1.87

[Bug 1258631] Re: instances fails to register GPT partition entries on virtio devices

2013-12-06 Thread Ben Howard
** Package changed: systemd (Ubuntu) => linux-meta (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1258631 Title: instances fails to register GPT partition entries on virtio devices To manag

[Bug 1258631] Re: instances fails to register GPT partition entries on virtio devices

2013-12-06 Thread Ben Howard
For everyone's convience, you can find a Cloud Image configured for BIOS/GPT and UEFI boot at: http://people.canonical.com/~ben/lp_1258631.img -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1258631 Ti

[Bug 1258631] Re: instances fails to register GPT partition entries on virtio devices

2013-12-06 Thread Ben Howard
>From VMware Workstation with LSI disk: [2.376392] sd 32:0:0:0: [sda] 4194304 512-byte logical blocks: (2.14 GB/2.00 GiB) [2.378247] sd 32:0:0:0: [sda] Write Protect is off [2.379394] sd 32:0:0:0: [sda] Cache data unavailable [2.380505] sd 32:0:0:0: [sda] Assuming drive cache: writ

[Bug 1258631] [NEW] instances fails to register GPT partition entries on virtio devices

2013-12-06 Thread Ben Howard
Public bug reported: When booting via KVM and using the VirtIO interface, GPT partition entries are not shown properly. ubuntu@gpt-test-4:~$ sudo parted /dev/vda -s -- print Model: Virtio Block Device (virtblk) Disk /dev/vda: 10.7GB Sector size (logical/physical): 512B/512B Partition Table: gpt

[Bug 1258631] Re: BIOS/GPT booted instance fails to register GPT partition entries

2013-12-06 Thread Ben Howard
** Attachment added: "serial console log of: kvm -hda .img..." https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1258631/+attachment/3924469/+files/boot-hda.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.laun

[Bug 1258631] Re: BIOS/GPT booted instance fails to register GPT partition entries

2013-12-06 Thread Ben Howard
** Attachment added: "serial console log of: kvm -drive if=virtio,disk=.img..." https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1258631/+attachment/3924470/+files/boot-virtio.log ** Summary changed: - BIOS/GPT booted instance fails to register GPT partition entries + BIOS/GPT booted i

[Bug 1255617] Re: datasource for Azure fails to load if datasource OVF starts first

2013-11-27 Thread Ben Howard
** Summary changed: - unable to identify ISOFS format on Trusty + datasource for Azure fails to load if datasource OVF starts first -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1255617 Title: data

[Bug 1255617] [NEW] unable to identify ISOFS format on Trusty

2013-11-27 Thread Ben Howard
Public bug reported: Cloud-init is unable to identify the ISO format on Trusty >From dmesg: [ 28.290855] ISOFS: Unable to identify CD-ROM format. [ 30.760287] EXT4-fs (sda1): resizing filesystem from 360448 to 7679744 blocks [ 30.770746] EXT4-fs (sda1): resized filesystem to 7679744 [ 34.

[Bug 1220740] Re: Add a getty/login prompt on ttyS0 cloud images

2013-11-27 Thread Ben Howard
** Changed in: ubuntu Assignee: (unassigned) => Ben Howard (utlemming) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1220740 Title: Add a getty/login prompt on ttyS0 cloud images To man

[Bug 1255617] Re: unable to identify ISOFS format on Trusty

2013-11-27 Thread Ben Howard
My hunch is that Trusty is not loading the UDF module. $ sudo blkid /dev/sr0 /dev/sr0: LABEL="rd_rdfe_stable.131122-1638" TYPE="udf" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1255617 Title: una

[Bug 1255617] Re: unable to identify ISOFS format on Trusty

2013-11-27 Thread Ben Howard
On a Saucy system, the following appears in dmesg: [ 29.072953] UDF-fs: INFO Mounting volume 'rd_rdfe_stable.131122-1638', timestamp 2013/11/27 16:53 (1000) Which means that the UDF module is likely not getting loaded. -- You received this bug notification because you are a member of Ubuntu B

[Bug 1220950] Re: [MIR] open-vm-tools

2013-11-27 Thread Ben Howard
** Changed in: zerofree (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1220950 Title: [MIR] open-vm-tools To manage notifications about this bug go to: http

[Bug 1248000] Re: [MIR][SRU] new package - joyent-mdata-client

2013-11-25 Thread Ben Howard
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1248000 Title: [MIR][SRU] new package - joyent-mdata-client To manage notificatio

[Bug 1217950] Re: SSH public key isn't created in vagrant cloud images

2013-11-21 Thread Ben Howard
Marking as fix released. Latest images handle this nicely. ** Changed in: cloud-init (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1217950 Title: S

<    2   3   4   5   6   7   8   9   10   11   >