[Bug 1926138] Re: ARM images should support ttyAMA too

2022-03-19 Thread Ben Howard
Proposed patch at https://code.launchpad.net/~darkmuggle/livecd- rootfs/+git/livecd-rootfs/+merge/417126 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926138 Title: ARM images should support

[Bug 1681531] Re: DigitalOcean DS defines mutliple gateways via meta-data

2017-06-22 Thread Ben Howard
Marking as verification done. I've thoroughly tested the patch and confirmed that it works in production. ** Tags removed: verification-needed ** Tags added: verification-done verification-done-xenial verification-done-yakkety verification-done-zesty -- You received this bug notification

[Bug 1676908] Re: DigitalOcean network improvements

2017-05-12 Thread Ben Howard
** Tags removed: verification-done yakkety-verification-done zesty-verification-done ** Tags added: verification-done-xenial verification-done-yakkety verification-done-zesty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1676908] Re: DigitalOcean network improvements

2017-05-12 Thread Ben Howard
** Tags removed: verification-done-xenial verification-needed-yakkety verification-needed-zesty ** Tags added: verification-doner ** Tags removed: verification-doner ** Tags added: verification-done ** Tags added: yakkety-verification-done zesty-verification-done -- You received this bug

[Bug 1676908] Re: DigitalOcean network improvements

2017-05-11 Thread Ben Howard
Marking as verification done. However, the Bug #1681531 affects Droplets with a private interface. Users are encouraged to only use public interface droplets. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of

[Bug 1676908] Re: DigitalOcean network improvements

2017-05-03 Thread Ben Howard
** Description changed: + [Impact] + + Due to the new rendering of /etc/network/interfaces, clients upgrading + to newer Cloud-init versions will not get /etc/resolv.conf rendered + correctly due to LP: 1657940 (which changed the rendering of + /etc/network/interfaces), trigginer LP: #1675571. +

[Bug 1681531] Re: DigitalOcean DS defines mutliple gateways via meta-data

2017-05-03 Thread Ben Howard
** Description changed: - The cloud-init datasource for DigitalOcean allows for multiple gateways - on any NIC. + [Impact] + The cloud-init datasource for DigitalOcean allows for multiple gateways on any NIC. On Ubuntu 16.04, this breaks networking.service. For 17.04 and later, Ubuntu

[Bug 1681531] Re: DigitalOcean DS defines mutliple gateways via meta-data

2017-05-03 Thread Ben Howard
** Changed in: cloud-init (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1681531 Title: DigitalOcean DS defines mutliple gateways via meta-data To

[Bug 1681531] Re: DigitalOcean DS defines mutliple gateways via meta-data

2017-05-03 Thread Ben Howard
** Summary changed: - networking.service fails on ifup if networking configured via cloud-init + DigitalOcean DS defines mutliple gateways via meta-data ** Description changed: - When cloud-init configures networking, it uses `ifup`. However, after - cloud-init is done, networking.service runs

[Bug 1681531] Re: networking.service fails on ifup if networking configured via cloud-init

2017-04-26 Thread Ben Howard
Correction, I have submitted the following patch: https://git.launchpad.net/~utlemming/cloud-init/commit/?id=f878555afa5fdad0139b4fe29bbb90e12906766b -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1681531] Re: networking.service fails on ifup if networking configured via cloud-init

2017-04-26 Thread Ben Howard
Actually...the root cause is: https://git.launchpad.net/~utlemming/cloud-init/commit/?id=804e183bae9796d73d96547f47b0bdd2d57628eb Since the DigitalOcean meta-data has multiple gateway's defined, cloud- init was rendering an ENI file with two "gateway" stanza's. -- You received this bug

[Bug 1681531] [NEW] networking.service fails on ifup if networking configured via cloud-init

2017-04-10 Thread Ben Howard
Public bug reported: When cloud-init configures networking, it uses `ifup`. However, after cloud-init is done, networking.service runs and attempts an `ifup -a --read-environment` it fails since the devices are already configured with a "RTNETLINK answers: File exists" (return code of 1). The

[Bug 1675571] Re: Cloud-init update renders secondary addresses to be incompatible with standard tools

2017-03-28 Thread Ben Howard
** Description changed: The change of how cloud-init renders /etc/network/interface.d/50-cloud-init.cfg, standard tools no longer work as expected: * resolvconf will nullify nameservers * if* commands ignore secondary addresses - - The rendering is considered dangerous per Debian

[Bug 1675571] Re: Cloud-init update renders secondary addresses ti be incompatible with standard tools

2017-03-28 Thread Ben Howard
I've withdrawn my PR for the DigitalOcean specific fix after an offline conversation. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1675571 Title: Cloud-init update renders secondary addresses ti

[Bug 1675571] Re: 0.7.9-48-g1c795b9-0ubuntu1~16.04.1 with multiple eth0 definitions has no resolvers

2017-03-27 Thread Ben Howard
Additionally, "ifconfig" no longer shows secondary addresses. Notice that `10.17.0.6/16` in #7 above is not defined: root@utl-ubuntu-16-04-x64-50307:~# ifconfig eth0 eth0 Link encap:Ethernet HWaddr 4a:41:c5:1b:8a:a0 inet addr:138.197.91.79 Bcast:138.197.95.255

[Bug 1675571] Re: 0.7.9-48-g1c795b9-0ubuntu1~16.04.1 with multiple eth0 definitions has no resolvers

2017-03-27 Thread Ben Howard
So while my patch for the DigitalOcean datasource fixes this usecase, the rendering of additional addresses actually breaks all the "if*" tools for secondary addresses and even IPv6. Consider: root@utl-ubuntu-16-04-x64-50307:~# ifquery eth0 address: 138.197.91.79 gateway: 138.197.80.1 netmask:

[Bug 1675571] Re: 0.7.9-48-g1c795b9-0ubuntu1~16.04.1 with multiple eth0 definitions has no resolvers

2017-03-27 Thread Ben Howard
I would like to nominate this bug for the Xenial, Yakkety and Zesty branches as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1675571 Title: 0.7.9-48-g1c795b9-0ubuntu1~16.04.1 with multiple

[Bug 1675571] Re: 0.7.9-48-g1c795b9-0ubuntu1~16.04.1 with multiple eth0 definitions has no resolvers

2017-03-27 Thread Ben Howard
** Project changed: cloud-init => cloud-init (Ubuntu) ** Also affects: cloud-init Importance: Undecided Status: New ** Changed in: cloud-init Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1657940] Re: eni rendering dhcp6 writes aliases fails to bring up dhcp6

2017-03-23 Thread Ben Howard
Reported bug #1675571 as a regression. Changing from eth0:1 means that hosts with no ipv6 addresses on Ubuntu 16.04 do not get /etc/resolv.conf populated with name servers. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1639030] Re: Configure networking based on EC2 metadata source

2016-11-03 Thread Ben Howard
Please be aware of Bug #1637252. On sysconfig based-systems, cloud-init blows up during boot. This is also known as https://bugzilla.redhat.com/show_bug.cgi?id=1389530 ** Bug watch added: Red Hat Bugzilla #1389530 https://bugzilla.redhat.com/show_bug.cgi?id=1389530 -- You received this bug

[Bug 1223033] Re: need kernel and initramfs data on maas.ubuntu.com

2016-04-21 Thread Ben Howard
** Changed in: maas (Ubuntu) Assignee: Ben Howard (utlemming) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1223033 Title: need kernel and initramfs data on maas.ubuntu.

[Bug 820679] Re: nmbd and smbd will not be started again on transition from runlevel 1 to 2

2016-04-21 Thread Ben Howard
** Changed in: samba (Ubuntu) Assignee: Ben Howard (utlemming) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/820679 Title: nmbd and smbd will not be started again on transit

[Bug 820668] Re: cobbler does not start on transition from runlevel 1 to 2

2016-04-21 Thread Ben Howard
** Changed in: cobbler (Ubuntu) Assignee: Ben Howard (utlemming) => (unassigned) ** Changed in: cobbler (Ubuntu Precise) Assignee: Ben Howard (utlemming) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1249125] Re: smartos datasource should use meta-data for server identification

2016-04-21 Thread Ben Howard
** Changed in: cloud-init (Ubuntu) Assignee: Ben Howard (utlemming) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1249125 Title: smartos datasource should use meta-d

[Bug 1053746] Re: Cloud-images all run cron jobs simultaneously

2016-04-21 Thread Ben Howard
** Changed in: cron (Ubuntu) Assignee: Ben Howard (utlemming) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1053746 Title: Cloud-images all run cron jobs simultaneou

[Bug 1458052] Re: [SRU] Azure Datasource writes user password in plain text

2016-04-21 Thread Ben Howard
** Changed in: cloud-init (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/1458052 Title: [SRU] Azure Datasource writes user password in plain

[Bug 1526956] Re: klibc does not support rfc3442; needed for netboot

2016-04-21 Thread Ben Howard
** Changed in: klibc (Ubuntu) Assignee: Ben Howard (utlemming) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1526956 Title: klibc does not support rfc3442; needed for netb

[Bug 1505384] Re: walinuxagent systemd job is not enabled by default

2016-04-21 Thread Ben Howard
** Changed in: walinuxagent (Ubuntu) Assignee: Ben Howard (utlemming) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1505384 Title: walinuxagent systemd job is not enab

[Bug 1538547] Re: vagrant box fails with private network interface

2016-04-21 Thread Ben Howard
** Changed in: livecd-rootfs (Ubuntu) Assignee: Ben Howard (utlemming) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1538547 Title: vagrant box fails with private netw

[Bug 1420544] Re: [SRU] Ubuntu instances on GCE should use NOOP scheduler

2016-04-21 Thread Ben Howard
** Changed in: linux (Ubuntu) Assignee: Ben Howard (utlemming) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1420544 Title: [SRU] Ubuntu instances on GCE should use N

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

2016-04-21 Thread Ben Howard
** Changed in: cloud-init (Ubuntu) Assignee: Ben Howard (utlemming) => (unassigned) -- 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: datasource for Azure fails to l

[Bug 1359098] Re: Vagrant too old to fetch boxes

2016-04-21 Thread Ben Howard
** Changed in: vagrant (Ubuntu) Assignee: Ben Howard (utlemming) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1359098 Title: Vagrant too old to fetch boxes To man

[Bug 1374115] Re: Allow cloud-config to modify partitioning and mount point of temporary resource disk in Azure

2016-04-21 Thread Ben Howard
** Changed in: cloud-init (Ubuntu) Assignee: Ben Howard (utlemming) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1374115 Title: Allow cloud-config to modify partition

Re: [Bug 1546312] Re: Please update to open-vm-tools 10.0.7

2016-04-01 Thread Ben Howard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Seeing as 10.0.7 is Debian now, I can look at pulling that in. We have a FFE pending. The Security team indicates that should happen shortly. Once that happens we are planning on a straight sync for 10.0.7. So barring import issues and/or late

[Bug 1482777] Re: [MIR] open-vm-tools 10.0.x build dependencies: xml-security-c and xerces-c

2016-04-01 Thread Ben Howard
** Changed in: xerces-c (Ubuntu) Importance: Medium => High ** Changed in: xml-security-c (Ubuntu) Importance: Medium => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1482777 Title:

Re: [Bug 1546312] Re: Please update to open-vm-tools 10.0.7

2016-04-01 Thread Ben Howard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Seeing as 10.0.7 is Debian now, I can look at pulling that in. We have a FFE pending. The Security team indicates that should happen shortly. Once that happens we are planning on a straight sync for 10.0.7. So barring import issues and/or late

[Bug 1558198] Re: [FFE] sync open-vm-tools from Debian for Xenial

2016-04-01 Thread Ben Howard
Pending MIR in Bug #1482777 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1558198 Title: [FFE] sync open-vm-tools from Debian for Xenial To manage notifications about this bug go to:

[Bug 1558198] Re: [FFE] sync open-vm-tools from Debian for Xenial

2016-04-01 Thread Ben Howard
Pending MIR in Bug #1482777 -- 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/1558198 Title: [FFE] sync open-vm-tools from Debian for Xenial To manage notifications about this

[Bug 1549789] Re: [SRU] Updated walinuxagent to 2.0.16

2016-03-31 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

[Bug 1549789] Re: [SRU] Updated walinuxagent to 2.0.16

2016-03-31 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

[Bug 1554198] Re: Ubuntu 16.04 azure instances do not reboot

2016-03-24 Thread Ben Howard
The difference are distilled into four packages. Here are the changelogs: isc-dhcp (4.3.3-5ubuntu10) xenial; urgency=low [ Stefan Bader ] * Revert back to bind against bind9 export libraries (LP: #1556175, LP: #1551351) [ LaMont Jones ] * libirs-export requires libisccfg-export now

[Bug 1554198] Re: Ubuntu 16.04 azure instances do not reboot

2016-03-24 Thread Ben Howard
After reviewing the changelogs and the build recipe delta's, I cannot explain what changed that would have fixed it. Calling this fix released because of magical unicorns. ** Changed in: ubuntu Status: New => Fix Released -- You received this bug notification because you are a member of

[Bug 1554198] Re: Ubuntu 16.04 azure instances do not reboot

2016-03-24 Thread Ben Howard
The last serial where this was seen that is 20160317. So the fix was introduced with 20160318. ben@prongs:~/tmp$ diff -u utl-x317 utl-x318 --- utl-x3172016-03-24 11:37:40.584535506 -0600 +++ utl-x3182016-03-24 11:37:03.465053952 -0600 @@ -109,8 +109,8 @@ iputils-ping

[Bug 1554198] Re: Ubuntu 16.04 azure instances do not reboot

2016-03-24 Thread Ben Howard
The latest dailies do not exhibit this behaviour. I have launched roughly ~20 or so instances and am seeing instance reboots happen in less than a minute. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1554198] Re: Ubuntu 16.04 azure instances do not reboot

2016-03-24 Thread Ben Howard
Currently trying to figure out where the fix was introduced -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1554198 Title: Ubuntu 16.04 azure instances do not reboot To manage notifications

[Bug 1549789] Re: [SRU] Updated walinuxagent to 2.0.16

2016-03-23 Thread Ben Howard
** Also affects: walinuxagent (Ubuntu Trusty) Importance: Undecided Status: New ** Changed in: walinuxagent (Ubuntu Precise) Assignee: Ben Howard (utlemming) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 1549789] Re: [SRU] Updated walinuxagent to 2.0.16

2016-03-23 Thread Ben Howard
** Also affects: walinuxagent (Ubuntu Trusty) Importance: Undecided Status: New ** Changed in: walinuxagent (Ubuntu Precise) Assignee: Ben Howard (utlemming) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscri

[Bug 1482777] Re: [MIR] open-vm-tools 10.0.x build dependencies: xml-security-c and xerces-c

2016-03-21 Thread Ben Howard
Retargetting this for 16.04. ** Summary changed: - [MIR] open-vm-tools 9.10.2 build dependencies: xml-security-c and xerces-c + [MIR] open-vm-tools 10.0.x build dependencies: xml-security-c and xerces-c ** Changed in: xml-security-c (Ubuntu) Milestone: ubuntu-15.08 => ubuntu-16.04 **

[Bug 1549789] Re: [SRU] Updated walinuxagent to 2.0.16

2016-03-20 Thread Ben Howard
** Changed in: walinuxagent (Ubuntu Trusty) Assignee: Ben Howard (utlemming) => Robert C Jennings (rcj) -- 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/1549789 Title: [

[Bug 1395755] Re: gce-startup-scripts shutdown scripts starting after rsyslog shutdowns

2016-03-20 Thread Ben Howard
This was fix-released a while ago. ** Changed in: gce-utils (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/1395755 Title: gce-startup-scripts

[Bug 1493453] Re: [SRU] vendor_data isn't parsed properly when using the nocloud datasource

2016-03-19 Thread Ben Howard
** Changed in: cloud-init Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu. https://bugs.launchpad.net/bugs/1493453 Title: [SRU] vendor_data isn't parsed properly when

[Bug 1383798] Re: write-ssh-key-fingerprints assumes EC2

2016-03-19 Thread Ben Howard
** Changed in: cloud-init (Ubuntu) Assignee: Ben Howard (utlemming) => (unassigned) -- 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/1383798 Title: write-ssh-key-fingerpri

[Bug 1483457] Re: non-virtio devices get named with systemd "predictable network interface names"

2016-03-19 Thread Ben Howard
For the time being this is being addressed with "net.ifnames=0" in the Wily and Xenial images. ** Changed in: cloud-init (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1554573] Re: request to set keyboard type on azure vm upgrade

2016-03-19 Thread Ben Howard
** Changed in: ubuntu Assignee: Ben Howard (utlemming) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1554573 Title: request to set keyboard type on azure vm upgrade To man

[Bug 1558198] [NEW] [FFE] sync open-vm-tools from Debian for Xenial

2016-03-19 Thread Ben Howard
Public bug reported: open-vm-tools in Xenial is at version 10.0.0, while Debian has a newer version of 10.0.5. This FFE requests that we sync the Debian version into Xenial. ** Affects: open-vm-tools (Ubuntu) Importance: Undecided Status: New -- You received this bug

[Bug 1514482] Re: walinuxagent udev should be included in initramfs

2016-03-19 Thread Ben Howard
** Changed in: walinuxagent (Ubuntu Xenial) Status: Confirmed => Won't Fix ** Changed in: walinuxagent (Ubuntu Wily) Status: New => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1311463] Re: disk-setup unable to partition disks

2016-03-19 Thread Ben Howard
** Changed in: cloud-init (Ubuntu Precise) Assignee: Ben Howard (utlemming) => (unassigned) ** Changed in: cloud-init (Ubuntu Trusty) Assignee: Ben Howard (utlemming) => (unassigned) ** Changed in: cloud-init (Ubuntu Utopic) Assignee: Ben Howard (utlemming) => (u

[Bug 1506187] Re: [SRU] Azure: cloud-init should use VM unique ID

2016-03-19 Thread Ben Howard
** Changed in: cloud-init (Ubuntu Precise) Assignee: Ben Howard (utlemming) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1506187 Title: [SRU] Azure: cloud-init should use

Re: [Bug 1558069] [NEW] Login complains "Your environment specifies an invalid locale", doesn't say which locale

2016-03-19 Thread Ben Howard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Can you send the output of "env | grep LC_"? This looks like your SSH client is sending an invalid locale. -BEGIN PGP SIGNATURE- iQIcBAEBCgAGBQJW6ZcSAAoJEETWil5UBqhmRVoP/RSmU7NMQU8+oW20aacVdEkj

[Bug 820690] Re: munin-node will be stopped but not re-started on transition from runlevel 1 to 2

2016-03-19 Thread Ben Howard
** Changed in: munin (Ubuntu) Assignee: Ben Howard (utlemming) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to munin in Ubuntu. https://bugs.launchpad.net/bugs/820690 Title: munin-node will be stopped but not

[Bug 1493453] Re: [SRU] vendor_data isn't parsed properly when using the nocloud datasource

2016-03-19 Thread Ben Howard
** Changed in: cloud-init 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/1493453 Title: [SRU] vendor_data isn't parsed properly when using the nocloud

[Bug 1558198] Re: [FFE] sync open-vm-tools from Debian for Xenial

2016-03-19 Thread Ben Howard
Upstream changelog: open-vm-tools-10.0.5 build 3227882 * ae82fa6 [Bug 1526360] fix timestamp check * b510107 [Bug 1531545] Add an error handler to X11 resolutionSet * adab9c5 [Bug 1503195] Kill tasklet when unloading vmci module * 35bcc69 [Bug 1519223] Avoid warning

[Bug 1558198] [NEW] [FFE] sync open-vm-tools from Debian for Xenial

2016-03-19 Thread Ben Howard
Public bug reported: open-vm-tools in Xenial is at version 10.0.0, while Debian has a newer version of 10.0.5. This FFE requests that we sync the Debian version into Xenial. ** Affects: open-vm-tools (Ubuntu) Importance: Undecided Status: New -- You received this bug

[Bug 1383798] Re: write-ssh-key-fingerprints assumes EC2

2016-03-19 Thread Ben Howard
** Changed in: cloud-init (Ubuntu) Assignee: Ben Howard (utlemming) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1383798 Title: write-ssh-key-fingerprints assumes

[Bug 820687] Re: eucalyptus services will not be started again on transition from runlevel 1 to 2

2016-03-19 Thread Ben Howard
** Changed in: eucalyptus (Ubuntu) Assignee: Ben Howard (utlemming) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/820687 Title: eucalyptus services will not be started ag

[Bug 1311463] Re: disk-setup unable to partition disks

2016-03-19 Thread Ben Howard
** Changed in: cloud-init (Ubuntu Precise) Assignee: Ben Howard (utlemming) => (unassigned) ** Changed in: cloud-init (Ubuntu Trusty) Assignee: Ben Howard (utlemming) => (unassigned) ** Changed in: cloud-init (Ubuntu Utopic) Assignee: Ben Howard (utlemming) => (u

[Bug 1423972] Re: cloud-init user-data mime conversion fails on base64 encoded data

2016-03-19 Thread Ben Howard
** Changed in: cloud-init (Ubuntu) Status: In Progress => Fix Released ** Changed in: cloud-init Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1483457] Re: non-virtio devices get named with systemd "predictable network interface names"

2016-03-19 Thread Ben Howard
For the time being this is being addressed with "net.ifnames=0" in the Wily and Xenial images. ** Changed in: cloud-init (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu.

[Bug 1549789] Re: [SRU] Updated walinuxagent to 2.0.16

2016-03-19 Thread Ben Howard
** No longer affects: walinuxagent (Ubuntu Trusty) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1549789 Title: [SRU] Updated walinuxagent to 2.0.16 To manage notifications about this bug go to:

[Bug 1549789] Re: [SRU] Updated walinuxagent to 2.0.16

2016-03-19 Thread Ben Howard
** Changed in: walinuxagent (Ubuntu Trusty) Assignee: Ben Howard (utlemming) => 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/1549789 Title: [SRU] Updated walinuxag

[Bug 1546108] Re: Latest Vagrant box for Ubuntu Xenial is failing to boot

2016-03-19 Thread Ben Howard
** Changed in: livecd-rootfs (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/1546108 Title: Latest Vagrant box for Ubuntu Xenial is failing to boot

Re: [Bug 1558069] [NEW] Login complains "Your environment specifies an invalid locale", doesn't say which locale

2016-03-19 Thread Ben Howard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Can you send the output of "env | grep LC_"? This looks like your SSH client is sending an invalid locale. -BEGIN PGP SIGNATURE- iQIcBAEBCgAGBQJW6ZcSAAoJEETWil5UBqhmRVoP/RSmU7NMQU8+oW20aacVdEkj

[Bug 1514482] Re: walinuxagent udev should be included in initramfs

2016-03-19 Thread Ben Howard
** Changed in: walinuxagent (Ubuntu Xenial) Status: Confirmed => Won't Fix ** Changed in: walinuxagent (Ubuntu Wily) Status: New => Won't Fix -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to walinuxagent in Ubuntu.

[Bug 820690] Re: munin-node will be stopped but not re-started on transition from runlevel 1 to 2

2016-03-19 Thread Ben Howard
** Changed in: munin (Ubuntu) Assignee: Ben Howard (utlemming) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/820690 Title: munin-node will be stopped but not re-star

[Bug 1514482] Re: walinuxagent udev should be included in initramfs

2016-03-19 Thread Ben Howard
** Changed in: walinuxagent (Ubuntu) Assignee: Ben Howard (utlemming) => (unassigned) ** Changed in: walinuxagent (Ubuntu Xenial) Assignee: Ben Howard (utlemming) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subs

[Bug 820687] Re: eucalyptus services will not be started again on transition from runlevel 1 to 2

2016-03-19 Thread Ben Howard
** Changed in: eucalyptus (Ubuntu) Assignee: Ben Howard (utlemming) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to eucalyptus in Ubuntu. https://bugs.launchpad.net/bugs/820687 Title: eucalyptus servi

[Bug 1423972] Re: cloud-init user-data mime conversion fails on base64 encoded data

2016-03-18 Thread Ben Howard
** Changed in: cloud-init (Ubuntu) Status: In Progress => Fix Released ** Changed in: cloud-init Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu.

[Bug 1224682] Re: disk resize terribly slow on azure

2016-03-18 Thread Ben Howard
This was fixed a long time ago ** Changed in: Ubuntu Precise 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/1224682 Title: disk resize terribly slow on

[Bug 1558198] Re: [FFE] sync open-vm-tools from Debian for Xenial

2016-03-18 Thread Ben Howard
Upstream changelog: open-vm-tools-10.0.5 build 3227882 * ae82fa6 [Bug 1526360] fix timestamp check * b510107 [Bug 1531545] Add an error handler to X11 resolutionSet * adab9c5 [Bug 1503195] Kill tasklet when unloading vmci module * 35bcc69 [Bug 1519223] Avoid warning

[Bug 1514482] Re: walinuxagent udev should be included in initramfs

2016-03-18 Thread Ben Howard
** Changed in: walinuxagent (Ubuntu) Assignee: Ben Howard (utlemming) => (unassigned) ** Changed in: walinuxagent (Ubuntu Xenial) Assignee: Ben Howard (utlemming) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 1549789] Re: [SRU] Updated walinuxagent to 2.0.16

2016-03-18 Thread Ben Howard
** No longer affects: walinuxagent (Ubuntu Trusty) -- 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/1549789 Title: [SRU] Updated walinuxagent to 2.0.16 To manage notifications

[Bug 1506187] Re: [SRU] Azure: cloud-init should use VM unique ID

2016-03-18 Thread Ben Howard
** Changed in: cloud-init (Ubuntu Precise) Assignee: Ben Howard (utlemming) => (unassigned) -- 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/1506187 Title: [SRU] Azure: cl

[Bug 1559307] Re: [SRU] update walinuxagent to 2.1.3 in Wily

2016-03-18 Thread Ben Howard
** Also affects: walinuxagent (Ubuntu Wily) 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/1559307 Title: [SRU] update walinuxagent to 2.1.3 in Wily To

[Bug 1559307] Re: [SRU] update walinuxagent to 2.1.3 in Wily

2016-03-18 Thread Ben Howard
** Also affects: walinuxagent (Ubuntu Wily) Importance: Undecided Status: New -- 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/1559307 Title: [SRU] update walinuxagent

Re: [Bug 1554198] Re: Ubuntu 16.04 azure instances do not reboot

2016-03-14 Thread Ben Howard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Console from instance that took ~45minutes to come up. [ TIME [ 6670.706586] ] Timed out starting Reboot.systemd[1]: reboot.target: Job reboot.target/start timed out. [ !!  [ 6670.750814] systemd[1]: Timed out starting

[Bug 1549789] Re: [SRU] Updated walinuxagent to 2.0.16

2016-03-08 Thread Ben Howard
in: walinuxagent (Ubuntu Precise) Assignee: (unassigned) => Ben Howard (utlemming) ** Changed in: walinuxagent (Ubuntu Trusty) Assignee: (unassigned) => Ben Howard (utlemming) ** Changed in: walinuxagent (Ubuntu Precise) Importance: Undecided => High ** Changed in: walinuxagent (Ubun

[Bug 1549789] Re: [SRU] Updated walinuxagent to 2.0.16

2016-03-08 Thread Ben Howard
in: walinuxagent (Ubuntu Precise) Assignee: (unassigned) => Ben Howard (utlemming) ** Changed in: walinuxagent (Ubuntu Trusty) Assignee: (unassigned) => Ben Howard (utlemming) ** Changed in: walinuxagent (Ubuntu Precise) Importance: Undecided => High ** Changed in: walinuxagent (Ubun

[Bug 1549789] Re: Updated walinuxagent to 2.0.16

2016-03-07 Thread Ben Howard
** Description changed: + [IMPACT] Microsoft has released a bug fix release for walinuxagent that + fixes several bugs. Microsoft has asked that the 2.0.14 version for + Ubuntu 12.04 and 14.04 be updated to 2.0.16. + + [Test Case 1] + 1. Boot instance + 2. Update walinuxagent from -proposed + 3.

[Bug 1549789] Re: Updated walinuxagent to 2.0.16

2016-03-07 Thread Ben Howard
** Description changed: + [IMPACT] Microsoft has released a bug fix release for walinuxagent that + fixes several bugs. Microsoft has asked that the 2.0.14 version for + Ubuntu 12.04 and 14.04 be updated to 2.0.16. + + [Test Case 1] + 1. Boot instance + 2. Update walinuxagent from -proposed + 3.

[Bug 1554198] [NEW] Ubuntu 16.04 azure instances do not reboot

2016-03-07 Thread Ben Howard
Public bug reported: Rebooting via "sudo reboot" results in Azure instances not restarting. Instances have to be hard-reset. ** Affects: ubuntu Importance: High Assignee: Ben Howard (utlemming) Status: New ** Changed in: ubuntu Importance: Undecided => Hig

[Bug 1554186] [NEW] walinuxagent ephemeral warning lacks full command for removal of file

2016-03-07 Thread Ben Howard
Public bug reported: The walinuxagent ephemeral warning lacks the full command for removal of the DATALOSS_WARNING_README.txt written to the ephemeral device. ** Affects: walinuxagent (Ubuntu) Importance: Medium Assignee: Ben Howard (utlemming) Status: In Progress ** Changed

[Bug 1554186] [NEW] walinuxagent ephemeral warning lacks full command for removal of file

2016-03-07 Thread Ben Howard
Public bug reported: The walinuxagent ephemeral warning lacks the full command for removal of the DATALOSS_WARNING_README.txt written to the ephemeral device. ** Affects: walinuxagent (Ubuntu) Importance: Medium Assignee: Ben Howard (utlemming) Status: In Progress ** Changed

[Bug 1551419] Re: Fix UUID endianness patch breaks cloud-init on Azure

2016-02-29 Thread Ben Howard
Azure has suggested that the test is simple: $ [ $(sudo cat /sys/class/dmi/id/product_uuid) == $(sudo dmidecode -s system-uuid) ] || echo This system has the UUID bug ** Branch unlinked: lp:~utlemming/cloud-init/lp1551419 -- You received this bug notification because you are a member of

[Bug 1551419] Re: Fix UUID endianness patch breaks cloud-init on Azure

2016-02-29 Thread Ben Howard
Azure has suggested that the test is simple: $ [ $(sudo cat /sys/class/dmi/id/product_uuid) == $(sudo dmidecode -s system-uuid) ] || echo This system has the UUID bug ** Branch unlinked: lp:~utlemming/cloud-init/lp1551419 -- You received this bug notification because you are a member of

[Bug 1551419] Re: Fix UUID endianness patch breaks cloud-init on Azure

2016-02-29 Thread Ben Howard
** Branch linked: lp:~utlemming/cloud-init/lp1551419 -- 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/1551419 Title: Fix UUID endianness patch breaks cloud-init on Azure To

[Bug 1551419] Re: Fix UUID endianness patch breaks cloud-init on Azure

2016-02-29 Thread Ben Howard
** Branch linked: lp:~utlemming/cloud-init/lp1551419 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1551419 Title: Fix UUID endianness patch breaks cloud-init on Azure To manage notifications about

[Bug 1551419] Re: Fix UUID endianness patch breaks cloud-init on Azure

2016-02-29 Thread Ben Howard
** Package changed: linux (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/1551419 Title: Fix UUID endianness patch breaks cloud-init on Azure To

[Bug 1551419] Re: Fix UUID endianness patch breaks cloud-init on Azure

2016-02-29 Thread Ben Howard
** Package changed: linux (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/1551419 Title: Fix UUID endianness patch breaks cloud-init on Azure To manage notifications

[Bug 1551419] Re: Fix UUID endianness patch breaks cloud-init on Azure

2016-02-29 Thread Ben Howard
Stephen, can you please tell us what the affected kernel versions are? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1551419 Title: Fix UUID endianness patch breaks cloud-init on Azure To manage

[Bug 1551419] Re: Fix UUID endianness patch breaks cloud-init on Azure

2016-02-29 Thread Ben Howard
Raising to critical as this breaks Azure users. ** Changed in: linux (Ubuntu) Importance: Undecided => Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1551419 Title: Fix UUID endianness

  1   2   3   4   5   6   7   8   9   10   >