[Bug 1336855] Re: [SRU] non-interactive grub updates for 12.04 break on AWS

2014-07-03 Thread Ben Howard
** Patch added: Patch to fix future and broken instances https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1336855/+attachment/4144896/+files/precise.deb.diff -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in

[Bug 1336855] Re: [SRU] non-interactive grub updates for 12.04 break on AWS

2014-07-03 Thread Ben Howard
Worked out a postinst script that 1) detects if the root device and the grub-pc install device is mismatched; 2) if so, re-sets the grub-pc device and then installs grub to the device in question. The changes should be safe, but I want a through to be safe. ** Branch linked:

[Bug 1336855] Re: [SRU] non-interactive grub updates for 12.04 break on AWS

2014-07-03 Thread Ben Howard
** Patch added: Modified patch that is chroot safe https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1336855/+attachment/4144962/+files/precise.deb.diff -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu.

[Bug 1336855] Re: non-interactive grub updates for 12.04 break on AWS

2014-07-02 Thread Ben Howard
Narrowed this down to Cloud-init. Cloud-init is not selecting the right device, and is reconfiguring Grub to use /dev/sda: Jul 2 16:53:10 ip-10-169-38-57 [CLOUDINIT] __init__.py[DEBUG]: handling grub-dpkg with freq=None and args=[] Jul 2 16:53:10 ip-10-169-38-57 [CLOUDINIT]

[Bug 1336855] Re: non-interactive grub updates for 12.04 break on AWS

2014-07-02 Thread Ben Howard
The reason for this happening is quite simple: /dev/xvda1 is only considered as a potential grub device if /dev/xvda does not exist. Since it does appear on HVM instances, the logic is invalid. The following works: ben@prongs:/work/patching/cloud-init/cloudinit/config$ bzr diff === modified

[Bug 1336855] Re: non-interactive grub updates for 12.04 break on AWS

2014-07-02 Thread Ben Howard
** Branch linked: lp:~utlemming/cloud-init/lp1336855 -- 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/1336855 Title: non-interactive grub updates for 12.04 break on AWS To manage

[Bug 1336855] Re: non-interactive grub updates for 12.04 break on AWS

2014-07-02 Thread Ben Howard
Here is a simple work around for the time being: [ -b /dev/xvda ] { echo grub-pc grub-pc/install_devices string /dev/xvda \ debconf-set-selections echo grub-pc grub-pc/install_devices_empty boolean false \ debconf-set-selections } (This will

[Bug 1336855] Re: [SRU] non-interactive grub updates for 12.04 break on AWS

2014-07-02 Thread Ben Howard
** Summary changed: - non-interactive grub updates for 12.04 break on AWS + [SRU] non-interactive grub updates for 12.04 break on AWS -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu.

[Bug 1336855] Re: [SRU] non-interactive grub updates for 12.04 break on AWS

2014-07-02 Thread Ben Howard
To clarify, the fixes tested only fix the cloud-init piece. Since the cloud-init module in question only runs at first boot. So while the patch does address the problem, it only fixes it for future instances. Existing instances that upgrade grub will be broken. Meaning that if a ABI changes takes

[Bug 1068756] Re: IPv6 Privacy Extensions enabled on Ubuntu Server by default

2014-07-01 Thread Ben Howard
Disabled IPv6 privacy extensions for Ubuntu 14.10 via /etc/sysctl.d. I would be in favor of making this a default for 14.04 as well. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu.

[Bug 1303986] Re: [SRU][FFe] CloudSigma Datasource doesn't handle vendor-data correctly

2014-06-20 Thread Ben Howard
** Changed in: cloud-init (Ubuntu Trusty) Status: Triaged = Fix Committed -- 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/1303986 Title: [SRU][FFe] CloudSigma Datasource

[Bug 1316475] Re: [SRU] CloudSigma DS for causes hangs when serial console present

2014-06-18 Thread Ben Howard
** Branch unlinked: lp:~utlemming/ubuntu/utopic/cloud-init/lp1316475 ** Branch unlinked: lp:~utlemming/cloud-init/cloudsigma_ds.1316475 ** Branch unlinked: lp:~utlemming/ubuntu/trusty/cloud-init/lp1316475 -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 1316475] Re: [SRU] CloudSigma DS for causes hangs when serial console present

2014-06-18 Thread Ben Howard
Proposing backported CloudSigma DS from 14.10 as fixing this issue for SRU. ** Description changed: SRU Justification Impact: The Cloud Sigma Datasource read and writes to /dev/ttyS1 if present; the Datasource does not have a time out. On non-CloudSigma Clouds or systems w/

[Bug 1315888] Re: Zlib functions (gzopen etc.) are undefined while gzopen64 etc. exist

2014-06-13 Thread Ben King
** Also affects: wordpress Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/1315888 Title: Zlib functions (gzopen etc.) are undefined while

[Bug 1275656] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2014-06-13 Thread Ben Howard
Marking as verification done. I've confirmed that the last patch fixes the packaging issues and that the daemon now runs. ** Tags removed: verification-needed ** Tags added: verification-donee -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1275656] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2014-06-12 Thread Ben Howard
Failing the verification. Installing open-vm-tools-lts-trusty does not include /etc/init.d/open-vm-tools, which means that the services don't automatically start. ** Tags removed: amd64 apport-package verifcation-trusty-done verification-done verification-precise-done ** Tags added:

[Bug 1275656] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2014-06-12 Thread Ben Howard
** Patch added: Renamed debian/open-vm-tools* to debian/open-vm-tools-lts-trusty* https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1275656/+attachment/4130638/+files/fix_for_missing_files.deb.diff -- You received this bug notification because you are a member of Ubuntu Server

[Bug 1275656] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2014-06-12 Thread Ben Howard
** Branch linked: lp:~utlemming/ubuntu/precise/open-vm-tools-lts- trusty/rename -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to open-vm-tools in Ubuntu. https://bugs.launchpad.net/bugs/1275656 Title: open-vm-dkms

[Bug 1275656] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2014-06-10 Thread Ben Howard
I've also verified this. Everything looks good from my perspective. ** Tags added: verification-precise-done veriifcation-trusty-done -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to open-vm-tools in Ubuntu.

[Bug 1275656] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build

2014-06-06 Thread Ben Howard
The other piece that is missing is that zerofree needs to be SRU'd to main as well. Otherwise, open-vm-tools-lts-trusty won't install purely from main. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to open-vm-tools in Ubuntu.

[Bug 1326851] [NEW] apparmor recipe doesn't allow access to /proc/device-tree/ on ppc, so fails to work

2014-06-05 Thread Ben Collins
Public bug reported: The default apparmor recipe should allow /proc/device-tree/** r, so that PowerPC vm's will work. QEmu needs to access these nodes in order to gain information about the CPU type and other hardware related information for KVM VMs. ** Affects: libvirt (Ubuntu) Importance:

[Bug 1321427] Re: [SRU] Update walinuxagent package for Precise to v2.0.5

2014-06-05 Thread Ben Howard
I've run through all the test cases multiple times, and did several new image builds to confirm everything is sane and works. Further, I have also looked at other SRU's validation cases to doubly make sure that things work. Marking as verification done. ** Tags added: verification-done -- You

[Bug 1326018] [NEW] walinuxagent builds should be a amd64 only package

2014-06-03 Thread Ben Howard
Public bug reported: Since walinxagent relies on linux-cloud-tools-virtual, which is AMD64 only, walinuxagent should only build for amd64 ** Affects: walinuxagent (Ubuntu) Importance: Medium Assignee: Ben Howard (utlemming) Status: Confirmed -- You received this bug

[Bug 1319555] Re: update out-dated ec2-api-tools for 12.04

2014-05-27 Thread Ben Howard
Dropped per AWS. AWS is not able to confirm that the CLI interface has not changed from 1.5 to 1.6.x. As a result, this ineligable for SRU. ** Changed in: ec2-api-tools (Ubuntu Precise) Status: New = Invalid ** Changed in: ec2-api-tools (Ubuntu Trusty) Status: New = Invalid **

[Bug 1303986] Re: [FFe] CloudSigma Datasource doesn't handle vendor-data correctly

2014-05-27 Thread Ben Howard
** Branch linked: lp:~utlemming/cloud-init/cloud-sigma-vendordata -- 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/1303986 Title: [FFe] CloudSigma Datasource doesn't handle

[Bug 1316475] Re: trusty hang on first boot post deploy

2014-05-27 Thread Ben Howard
** Branch linked: lp:~utlemming/ubuntu/utopic/cloud-init/lp1316475 ** Branch linked: lp:~utlemming/ubuntu/trusty/cloud-init/lp1316475 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu.

[Bug 1316475] Re: [SRU] CloudSigma DS for causes hangs when serial console present

2014-05-27 Thread Ben Howard
** Summary changed: - trusty hang on first boot post deploy + [SRU] CloudSigma DS for causes hangs when serial console present -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu.

[Bug 1316475] Re: [SRU] CloudSigma DS for causes hangs when serial console present

2014-05-27 Thread Ben Howard
** Patch removed: Debdiff for 14.04 to disable Cloud-Sigma by default https://bugs.launchpad.net/tripleo/+bug/1316475/+attachment/4120173/+files/disable-csds-lp1316475.patch ** Attachment added: Debdiff for 14.04 LTS patch

[Bug 1303986] Re: [FFe] CloudSigma Datasource doesn't handle vendor-data correctly

2014-05-27 Thread Ben Howard
** Patch removed: debdiff of 0.7.5-0ubuntu1 to 0.7.5-0ubuntu2 https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1303986/+attachment/4081252/+files/debdiff.patch -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in

[Bug 1316475] Re: [SRU] CloudSigma DS for causes hangs when serial console present

2014-05-27 Thread Ben Howard
** Description changed: - DHCPDISCOVER on eth2 to 255.255.255.255 port 67 interval 3 (xid=0x7e777c23) + SRU Justification + + Impact: The Cloud Sigma Datasource read and writes to /dev/ttyS1 if + present; the Datasource does not have a time out. On non-CloudSigma + Clouds or systems w/

[Bug 1303986] Re: [FFe] CloudSigma Datasource doesn't handle vendor-data correctly

2014-05-27 Thread Ben Howard
** Description changed: - Cloud Sigma has asked that we update the DataSource in Cloud-init to - support the 14.04 VendorData construct. The regression potential for - this change is low, as only the cloud-init Cloud-Sigma datasource is - changed, a test suite has been provided and it has been

[Bug 1321427] Re: [SRU] Update walinuxagent package for Precise to v2.0.5

2014-05-27 Thread Ben Howard
** Patch added: precise-walinuxagent_1.3.2_to_2.0.5.deb.diff https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1321427/+attachment/4120951/+files/precise-walinuxagent_1.3.2_to_2.0.5.deb.diff -- You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 1321427] Re: [SRU] Update walinuxagent package for Precise to v2.0.5

2014-05-27 Thread Ben Howard
** Attachment removed: debdiff of walinuxagent_2.0.4-0ubuntu2 to walinuxagent_2.0.5-0ubuntu1~14.04 https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1321427/+attachment/4116406/+files/14_04_debdiff.txt ** Patch added: trusty-walinuxagent_2.0.4_to_2.0.5.deb.diff

[Bug 1321427] Re: [SRU] Update walinuxagent package for Precise to v2.0.5

2014-05-27 Thread Ben Howard
Since we are upgrading WALinuxAgent from 1.3.2 to 2.0.5 for Precise, I want to be absolutely sure that this safe, so I spent the better part of day testing, retesting and confirming that this is safe. Uploaded 2.0.5 for 12.04 and 14.04. ** Description changed: SRU Justification - IMPACT:

[Bug 1321024] Re: [SRU] Update walinuxagent package to v2.0.5

2014-05-27 Thread Ben Howard
Removed nominations. Backport work is dup of Bug #1321427 ** No longer affects: walinuxagent (Ubuntu Trusty) ** No longer affects: walinuxagent (Ubuntu Precise) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to walinuxagent in Ubuntu.

[Bug 1321427] Re: [SRU] Update walinuxagent package for Precise to v2.0.5

2014-05-27 Thread Ben Howard
** Description changed: SRU Justification IMPACT: WALinuxAgent 1.3.2 lacks features and bug fixes; these features and fixes are not being backported. For 14.04, the current code base is 2.0.4; 2.0.5 is largely a selection of bug fixes. The current extension handlers are not

[Bug 1316475] Re: trusty hang on first boot post deploy

2014-05-26 Thread Ben Howard
** Patch added: Debdiff for 14.04 to disable Cloud-Sigma by default https://bugs.launchpad.net/cloud-init/+bug/1316475/+attachment/4120173/+files/disable-csds-lp1316475.patch -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 1316475] Re: trusty hang on first boot post deploy

2014-05-26 Thread Ben Howard
The culprit here is that there is no timeout on the serial console read/write. From cloudinit/cs_utils.py 73 def __init__(self, request): 74 self.request = request 75 self.raw_result = self._execute() 76 self.result = self._marshal(self.raw_result) 77 78 def

[Bug 1298921] Re: cloud-init should give up on 404 errors

2014-05-26 Thread Ben Howard
CloudStack was add to default list at revno 217 during the Quantal cycle. So its been there for a while. -- 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/1298921 Title: cloud-init

[Bug 1321024] Re: Update walinuxagent package to v2.0.5

2014-05-20 Thread Ben Howard
Ubuntu patches for 2.0.4 applied cleanly to 2.0.5. Uploaded to 2.0.5 to Utopic. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to walinuxagent in Ubuntu. https://bugs.launchpad.net/bugs/1321024 Title: Update walinuxagent package to

[Bug 1321024] Re: [SRU] Update walinuxagent package to v2.0.5

2014-05-20 Thread Ben Howard
** Summary changed: - Update walinuxagent package to v2.0.5 + [SRU] Update walinuxagent package to v2.0.5 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to walinuxagent in Ubuntu. https://bugs.launchpad.net/bugs/1321024 Title: [SRU]

[Bug 1321427] Re: Update walinuxagent package for Precise to v2.0.5

2014-05-20 Thread Ben Howard
** Changed in: walinuxagent (Ubuntu) Assignee: (unassigned) = Ben Howard (utlemming) ** Changed in: walinuxagent (Ubuntu) Status: New = Confirmed ** Changed in: walinuxagent (Ubuntu) Importance: Undecided = High -- You received this bug notification because you are a member

[Bug 1321427] Re: [SRU] Update walinuxagent package for Precise to v2.0.5

2014-05-20 Thread Ben Howard
Attached debdiff of walinuxagent_2.0.4-0ubuntu2 to walinuxagent_2.0.5-0ubuntu1~14.04 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to walinuxagent in Ubuntu. https://bugs.launchpad.net/bugs/1321427 Title: [SRU] Update walinuxagent

[Bug 1321427] Re: [SRU] Update walinuxagent package for Precise to v2.0.5

2014-05-20 Thread Ben Howard
** Changed in: walinuxagent (Ubuntu Trusty) Importance: Undecided = High ** Changed in: walinuxagent (Ubuntu Trusty) Assignee: (unassigned) = Ben Howard (utlemming) ** Changed in: walinuxagent (Ubuntu Precise) Assignee: (unassigned) = Ben Howard (utlemming) -- You received this bug

[Bug 1321427] Re: Update walinuxagent package for Precise to v2.0.5

2014-05-20 Thread Ben Howard
Attached debdiff of walinuxagent_1.3.2-0ubuntu4~12.04.7 to walinuxagent_2.0.5-0ubuntu1~12.04 ** Description changed: - This is a request from Microsoft to please update the walinuxagent - package for Ubuntu 12.04 from v1.3.2 to the latest WALinuxAgent 2.0.5. + SRU Justification + + Impact:

[Bug 1305418] Re: [SRU] walinuxagent breaks sshd configuration

2014-05-19 Thread Ben Howard
Verified test case for Saucy. ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to walinuxagent in Ubuntu. https://bugs.launchpad.net/bugs/1305418 Title: [SRU] walinuxagent breaks sshd configuration To

[Bug 1321024] Re: Update walinuxagent package to v2.0.5

2014-05-19 Thread Ben Howard
Taking ownership of this. Treating this is as a Microsoft ask for Windows Azure. ** Changed in: walinuxagent (Ubuntu) Assignee: (unassigned) = Ben Howard (utlemming) ** Changed in: walinuxagent (Ubuntu) Importance: Undecided = Medium ** Also affects: walinuxagent (Ubuntu Trusty

[Bug 1319555] Re: update out-dated ec2-api-tools for 12.04

2014-05-15 Thread Ben Howard
Built and tested packages against 12.04 and 14.04 for version 1.6.13.0. Also uploaded versions to the awstools-dev PPA (here: https://launchpad.net/~awstools-dev/+archive/awstools). ** Branch linked: lp:~utlemming/ubuntu/trusty/ec2-api-tools/update-1.6.13.0 ** Branch linked:

[Bug 1305418] Re: [SRU] walinuxagent breaks sshd configuration

2014-05-15 Thread Ben Howard
As a side note, precise is not affected. I have tested and validated that the 12.04 version does not have this issue. ** Tags removed: precise ** Tags added: saucy -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to walinuxagent in

[Bug 1319555] [NEW] update out-dated ec2-{api,ami}-tools for 12.04

2014-05-14 Thread Ben Howard
Public bug reported: Ubuntu 12.04 LTS has an old 1.5.0 version of ec2-api-tools. Amazon is reporting that that the old versions of the tooling causing some problems. ** Affects: ec2-api-tools (Ubuntu) Importance: High Assignee: Ben Howard (utlemming) Status: New ** Package

[Bug 1319555] Re: update out-dated ec2-{api,ami}-tools for 12.04

2014-05-14 Thread Ben Howard
Attached debdiff, although it is not particularly useful. ** Attachment added: Debdiff https://bugs.launchpad.net/ubuntu/+source/ec2-api-tools/+bug/1319555/+attachment/4112692/+files/ec2-api-tools-debdiff.txt -- You received this bug notification because you are a member of Ubuntu Server

[Bug 1319555] Re: update out-dated ec2-{api,ami}-tools for 12.04

2014-05-14 Thread Ben Howard
Attached branch updating tools to 1.6.13.0. Confirmed that it works. ** Description changed: Ubuntu 12.04 LTS has an old 1.5.0 version of ec2-api-tools. Amazon is reporting that that the old versions of the tooling causing some - problems. + problems. Amazon is requesting the latest version

[Bug 1319555] Re: update out-dated ec2-{api,ami}-tools for 12.04

2014-05-14 Thread Ben Howard
Attached debdiff, although it is not particularly useful. ** Attachment added: Debdiff https://bugs.launchpad.net/ubuntu/+source/ec2-api-tools/+bug/1319555/+attachment/4112691/+files/ec2-api-tools-debdiff.txt -- You received this bug notification because you are a member of Ubuntu Server

[Bug 1319555] Re: update out-dated ec2-{api,ami}-tools for 12.04

2014-05-14 Thread Ben Howard
** Description changed: Ubuntu 12.04 LTS has an old 1.5.0 version of ec2-api-tools. Amazon is - reporting that that the old versions of the tooling causing some + reporting that that the old versions of the tooling is causing some problems. Amazon is requesting the latest version of

[Bug 1319555] Re: update out-dated ec2-{api,ami}-tools for 12.04

2014-05-14 Thread Ben Howard
** Changed in: ec2-api-tools (Ubuntu Trusty) Importance: Undecided = High ** Changed in: ec2-api-tools (Ubuntu Precise) Importance: Undecided = High ** Changed in: ec2-api-tools (Ubuntu Trusty) Assignee: (unassigned) = Ben Howard (utlemming) ** Changed in: ec2-api-tools (Ubuntu

[Bug 1277018] Re: Backuppc claims to configure apache2, but doesn't

2014-05-13 Thread Ben Hagen
*** This bug is a duplicate of bug 1243476 *** https://bugs.launchpad.net/bugs/1243476 ** This bug has been marked a duplicate of bug 1243476 Apache 2.4 transition broke the web interface -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1310569] Re: puppet does not correctly handle unusually encoded filenames in a file resource

2014-05-12 Thread Ben Hagen
Not sure what you mean by unusually encoded but the following line will trigger the bug: mkdir -p /tmp/src; touch /tmp/รถ.txt; puppet apply --exec 'file { /tmp/dst:ensure = directory, recurse = true, source = /tmp/src }' -- You received this bug notification because you are a member of Ubuntu

[Bug 1308974] Re: [SRU] regression: walinuxagent incorrectly sets unsupported dhcp parameter

2014-04-22 Thread Ben Howard
** Patch added: Final debdiff patch https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1308974/+attachment/4092743/+files/debdiff.patch -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to walinuxagent in Ubuntu.

[Bug 1308974] [NEW] [SRU] regression: walinuxagent incorrectly sets unsupported dhcp parameter

2014-04-17 Thread Ben Howard
. Fix: Revert previous patch Test case: - Launch new Azure instance with serial of 20140408 - Install new package - Confirm that /etc/dhcp/dhcpclient.conf has 'send hostname hostname' ** Affects: walinuxagent (Ubuntu) Importance: Medium Assignee: Ben Howard (utlemming) Status

[Bug 1308974] Re: regression: walinuxagent incorrectly sets unsupported dhcp parameter

2014-04-17 Thread Ben Howard
** Patch added: Revert previous patch https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1308974/+attachment/4086147/+files/debdiff.patch ** Summary changed: - regression: walinuxagent incorrectly sets unsupported dhcp parameter + [SRU] regression: walinuxagent incorrectly sets

[Bug 1308974] Re: [SRU] regression: walinuxagent incorrectly sets unsupported dhcp parameter

2014-04-17 Thread Ben Howard
Tested patch, and confirmed it removes the regression. ** Description changed: - The fix for bug #1268050 on 12.04 switches the dhcpclient.conf + SRU Justification + + Impact: The fix for bug #1268050 on 12.04 switches the dhcpclient.conf configuration from hostname to gethostname(). This

[Bug 1308974] Re: [SRU] regression: walinuxagent incorrectly sets unsupported dhcp parameter

2014-04-17 Thread Ben Howard
Upload fix, pending SRU. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to walinuxagent in Ubuntu. https://bugs.launchpad.net/bugs/1308974 Title: [SRU] regression: walinuxagent incorrectly sets unsupported dhcp parameter To manage

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

2014-04-17 Thread Ben Howard
For 12.04, the fix introduced a regression. The version of isc-dhcp- client in 12.04 does not support the gethostname() call, and therefore is invalid. Filed bug #1308974, with patch to revert the changes and submitted it as an SRU. ** Tags added: regression-update -- You received this bug

[Bug 1305418] Re: [SRU] walinuxagent breaks sshd configuration

2014-04-17 Thread Ben Howard
Tested and confirmed fix. Uploaded for SRU processing. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to walinuxagent in Ubuntu. https://bugs.launchpad.net/bugs/1305418 Title: [SRU] walinuxagent breaks sshd configuration To manage

[Bug 1308974] Re: [SRU] regression: walinuxagent incorrectly sets unsupported dhcp parameter

2014-04-17 Thread Ben Howard
Confirmed Stephen's comment with packaging changes. The attached debdiff fixes the problem. I've confirmed Stephen's assessment and confirmed the fix via packaging changes. Uploaded new version for SRU. ** Patch added: Only revert packaging change

[Bug 1303986] Re: [FFe] CloudSigma Datasource doesn't handle vendor-data correctly

2014-04-11 Thread Ben Howard
Attached patch showing that changes only affect the Cloud Sigma DS. ** Summary changed: - CloudSigma Datasource doesn't handle vendor-data correctly + [FFe] CloudSigma Datasource doesn't handle vendor-data correctly ** Changed in: cloud-init Assignee: (unassigned) = Ben Howard (utlemming

[Bug 1303986] Re: [FFe] CloudSigma Datasource doesn't handle vendor-data correctly

2014-04-11 Thread Ben Howard
** Description changed: Cloud Sigma has asked that we update the DataSource in Cloud-init to support the 14.04 VendorData construct. The regression potential for this change is low, as only the cloud-init Cloud-Sigma datasource is changed, a test suite has been provided and it has been

[Bug 1305418] Re: Broken SSHD configuration on Ubuntu 13.10 with latest walinuxagent update

2014-04-10 Thread Ben Howard
# apt-get -y update ... Ign http://packages.vmware.com precise/main TranslationIndex Ign http://packages.vmware.com precise/main Translation-en_US Ign http://packages.vmware.com precise/main Translation-en

[Bug 1305418] Re: walinuxagent breaks sshd configuration

2014-04-10 Thread Ben Howard
** Summary changed: - Broken SSHD configuration on Ubuntu 13.10 with latest walinuxagent update + walinuxagent breaks sshd configuration -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to walinuxagent in Ubuntu.

[Bug 1305418] Re: [SRU] walinuxagent breaks sshd configuration

2014-04-10 Thread Ben Howard
Uploaded fix for Trusty. ** Summary changed: - walinuxagent breaks sshd configuration + [SRU] walinuxagent breaks sshd configuration ** Also affects: walinuxagent (Ubuntu Saucy) Importance: Undecided Status: New ** Also affects: walinuxagent (Ubuntu Trusty) Importance: Critical

[Bug 1302229] Re: [SRU] cloud-init Windows Azure does not have correct futil support for disk format support

2014-04-08 Thread Ben Howard
** Changed in: cloud-init (Ubuntu Precise) Status: New = Fix Committed -- 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/1302229 Title: [SRU] cloud-init Windows Azure does

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

2014-04-08 Thread Ben Howard
Fix tested and verified. Marking as verification-done. ** 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 walinuxagent in Ubuntu.

[Bug 1302229] Re: [SRU] cloud-init Windows Azure does not have correct futil support for disk format support

2014-04-08 Thread Ben Howard
Confirmed test case #2 and test case #3 with existing build. I've asked rcj to confirm test cases as well. -- 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/1302229 Title: [SRU]

[Bug 1302229] Re: [SRU] cloud-init Windows Azure does not have correct futil support for disk format support

2014-04-08 Thread Ben Howard
Building new image for test case #1 when package is confirmed to be in -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/1302229 Title: [SRU] cloud-init Windows Azure

[Bug 1302229] Re: [SRU] cloud-init Windows Azure does not have correct futil support for disk format support

2014-04-08 Thread Ben Howard
Confirmed that test case works against new image build. ** 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.

[Bug 1304023] Re: Please update walinuxagent to 2.0.4

2014-04-07 Thread Ben Howard
** Changed in: walinuxagent (Ubuntu) Importance: Undecided = High ** Changed in: walinuxagent (Ubuntu) Assignee: (unassigned) = Ben Howard (utlemming) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to walinuxagent in Ubuntu

[Bug 1304023] Re: Please update walinuxagent to 2.0.4

2014-04-07 Thread Ben Howard
Changes to the code are fairly straight foward and existing patches to get 2.0.3 to work on Ubuntu apply with minimal effort. I've built a new package against 2.0.4 and am running it through the tests now. -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 1304023] Re: Please update walinuxagent to 2.0.4

2014-04-07 Thread Ben Howard
Upgraded from 2.0.3 to 2.0.4 on existing instance, rebundled image and fresh image boots all work. This is safe for upload. ** Summary changed: - Please update walinuxagent to 2.0.4 + [FFE] update walinuxagent to 2.0.4 -- You received this bug notification because you are a member of Ubuntu

[Bug 1304023] Re: [FFE] update walinuxagent to 2.0.4

2014-04-07 Thread Ben Howard
** Description changed: - This is a formal request to please update the Windows Azure Linux Agent - to version 2.0.4 (tag here: - https://github.com/Azure/WALinuxAgent/releases). We have added an - important capability in 2.0.4 called 'agent injection' that will allow - customers to install new

[Bug 1304023] Re: [FFE] update walinuxagent to 2.0.4

2014-04-07 Thread Ben Howard
** Patch added: Corrected debdiff https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1304023/+attachment/4073267/+files/lp1304023-debdiff-2.patch -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to walinuxagent in Ubuntu.

[Bug 1304023] Re: [FFE] update walinuxagent to 2.0.4

2014-04-07 Thread Ben Howard
Previous debdiff drop of debian/postinst was caused by the LP branch and the package being out of sync. I've corrected the out-of-sync branch and am re-testing the package. Attached working debdiff based on the 2.0.3-0ubuntu2 version currently in Trusty. -- You received this bug notification

[Bug 1304023] Re: [FFE] update walinuxagent to 2.0.4

2014-04-07 Thread Ben Howard
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to walinuxagent in Ubuntu. https://bugs.launchpad.net/bugs/1304023 Title: [FFE] update walinuxagent to 2.0.4 To manage notifications about this bug go to:

[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 Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1302229 Title: cloud-init datasource uses util.ProcessExecutionError instead of

[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 Server Team, which is subscribed to cloud-init in Ubuntu.

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

2014-04-04 Thread Ben Howard
classes: ['DataSourceAzureNet'] (END) ** Changed in: cloud-init (Ubuntu Precise) Assignee: (unassigned) = Ben Howard (utlemming) ** Changed in: cloud-init (Ubuntu Precise) Importance: Undecided = High ** Summary changed: - cloud-init datasource uses util.ProcessExecutionError instead

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

2014-04-04 Thread Ben Howard
** Patch added: Debdiff of tested patch, proposed for SRU https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1302229/+attachment/4065862/+files/lp-1302229-debdiff.patch ** Summary changed: - [SRU] cloud-init datasource uses util.ProcessExecutionError instead of

[Bug 1299482] [NEW] package openstack-dashboard-ubuntu-theme 1:2013.2.2-0ubuntu1 failed to install/upgrade or be removed they may a relation with another package with the same problem (can't remove it

2014-03-29 Thread mohaemed amine ben mabrouk
Public bug reported: these error is repeated in every upgrade/install procedure of any package , I can't remove those two packages ProblemType: Package DistroRelease: Ubuntu 13.10 Package: openstack-dashboard-ubuntu-theme 1:2013.2.2-0ubuntu1 ProcVersionSignature: Ubuntu 3.11.0-18.12-lowlatency

[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 Server Team, which is subscribed to cloud-init in

[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 Server Team, which is subscribed to walinuxagent in

[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.

[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 Released

[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

[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 /mnt;

[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 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 Server Team, which is subscribed to cloud-init in Ubuntu.

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

2014-03-07 Thread Ben Howard
Assignee: Ben Howard (utlemming) Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to open-vm-tools in Ubuntu. https://bugs.launchpad.net/bugs/1289564 Title: failure to start message should be explicit about non-VMware

[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 Server

[Bug 1287173] Re: [ffe] New dependency for openstack python-oslo.vmware.

2014-03-05 Thread Ben Nemec
Okay, thanks. Just wanted to check before I removed it. ** No longer affects: oslo -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-oslo.vmware in Ubuntu. https://bugs.launchpad.net/bugs/1287173 Title: [ffe] New dependency

[Bug 1160599] Re: AMD-Vi initialization fails

2014-03-05 Thread Ben Selinger
Not currently, as I'm no longer running Xen for the purpose originally required. The issue was eventually resolved by a patch that was floating around the Xen-dev mailing list, but I don't know if it ever made it into mainline 4.2 (I was told it would be included). -- You received this bug

<    1   2   3   4   5   6   7   8   9   >