[Bug 1556931] Re: lxc: adt testing failing across the board on ppc64el

2016-03-14 Thread Andy Whitcroft
From: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac /autopkgtest-xenial/xenial/ppc64el/l/lxc/20160314_105323@/log.gz FAIL: lxc-tests: /usr/bin/lxc-test-unpriv --- Removing user `lxcunpriv' ... Warning: group `lxcunpriv' has no more members. Done.

[Bug 1556931] [NEW] lxc: adt testing failing across the board on ppc64el

2016-03-14 Thread Andy Whitcroft
Public bug reported: We are seeing ADT test failures across all kernels on all releases (which have the architecture) on ppc64el. ** Affects: lxc (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which

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

2016-03-03 Thread Andy Whitcroft
** Also affects: linux-keystone (Ubuntu) Importance: Undecided Status: New ** Changed in: linux-keystone (Ubuntu Vivid) Status: New => Invalid ** Changed in: linux-keystone (Ubuntu) Status: New => Invalid ** Changed in: linux-keystone (Ubuntu Trusty) Status: New

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

2016-03-03 Thread Andy Whitcroft
** Changed in: linux-lts-utopic (Ubuntu Trusty) Importance: Undecided => Critical -- 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

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

2016-03-03 Thread Andy Whitcroft
** Changed in: linux (Ubuntu Trusty) Importance: Undecided => Critical ** Changed in: linux (Ubuntu Vivid) Importance: Undecided => Critical ** Changed in: linux (Ubuntu Trusty) Assignee: (unassigned) => Luis Henriques (henrix) ** Changed in: linux (Ubuntu Vivid) Assignee:

[Bug 1548440] [NEW] lxc: adt testing failing with 4.4.0-7.22

2016-02-22 Thread Andy Whitcroft
Public bug reported: invoke-rc.d: policy-rc.d denied execution of start. Current default time zone: 'Etc/UTC' Local time is now: Fri Feb 19 18:06:26 UTC 2016. Universal Time is now: Fri Feb 19 18:06:26 UTC 2016. ## # The default user is 'ubuntu' with password 'ubuntu'! # Use the 'sudo'

[Bug 1542049] Re: lxc: ADT exercise test failing with linux-4.4.0-3.17

2016-02-04 Thread Andy Whitcroft
** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** Changed in: linux (Ubuntu) Status: New => Confirmed ** Changed in: linux (Ubuntu) Importance: Undecided => High ** Changed in: lxc (Ubuntu) Importance: Undecided => High -- You received this bug

[Bug 1542049] Re: lxc: ADT exercise test failing with linux-4.4.0-3.17

2016-02-04 Thread Andy Whitcroft
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac /autopkgtest-xenial/xenial/ppc64el/l/lxc/20160204_173552@/log.gz -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu.

[Bug 1542049] [NEW] lxc: ADT exercise test failing with linux-4.4.0-3.17

2016-02-04 Thread Andy Whitcroft
Public bug reported: We have an ADT test failure with linux-4.4.0-3.17: adt-run [14:48:58]: test exercise: [--- PASS: lxc-tests: /usr/bin/lxc-test-apparmor adt-run [17:35:39]: ERROR: timed out on command "su -s /bin/bash root -c set -e; export USER=`id -nu`; . /etc/profile

[Bug 1523660] Re: iproute2 merge 4.3.0-1 from debian

2016-02-01 Thread Andy Whitcroft
** Changed in: iproute2 (Ubuntu) Milestone: ubuntu-16.01 => ubuntu-16.02 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to iproute2 in Ubuntu. https://bugs.launchpad.net/bugs/1523660 Title: iproute2 merge 4.3.0-1 from debian To

[Bug 1523660] Re: iproute2 merge 4.3.0-1 from debian

2016-01-19 Thread Andy Whitcroft
** Changed in: iproute2 (Ubuntu) Milestone: ubuntu-15.12 => ubuntu-16.01 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to iproute2 in Ubuntu. https://bugs.launchpad.net/bugs/1523660 Title: iproute2 merge 4.3.0-1 from debian To

[Bug 1527374] Re: privilege escalation on attach through ptrace

2016-01-05 Thread Andy Whitcroft
** Changed in: linux (Ubuntu Xenial) Status: Incomplete => Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1527374 Title: privilege escalation on attach through

[Bug 1499352] Re: open-vm-tools: unversioned breaks on transitional package

2015-12-21 Thread Andy Whitcroft
Confirmed unable to install open-vm-source before the fix, and able to do so after -proposed was enabled. ** 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

[Bug 1526358] Re: adding seccomp rule for socket() fails on i386 since kernel 4.3

2015-12-16 Thread Andy Whitcroft
Running the example above the EFAULT is being generated in userspace. Looking at libseccomp it seems we have a literal copy of the systemcall table mapping call strings to local numbers. For 32bit the new system calls are not filled in so they will fail. Esentially libseccomp and the kernel

[Bug 1526358] Re: adding seccomp rule for socket() fails on i386 since kernel 4.3

2015-12-16 Thread Andy Whitcroft
** Changed in: libseccomp (Ubuntu) Importance: Undecided => High ** Changed in: linux (Ubuntu) Importance: Undecided => Medium ** Changed in: linux (Ubuntu) Assignee: (unassigned) => Andy Whitcroft (apw) ** Changed in: libseccomp (Ubuntu) Assignee: (unassigned) => An

[Bug 1526358] Re: adding seccomp rule for socket() fails on i386 since kernel 4.3

2015-12-16 Thread Andy Whitcroft
So in the commit below we switched how the socket family of calls are exposed at the syscall level (which was a 4.3-rc1 change): commit 9dea5dc921b5f4045a18c63eb92e84dc274d17eb Author: Andy Lutomirski Date: Tue Jul 14 15:24:24 2015 -0700 x86/entry/syscalls: Wire up

[Bug 1524069] Re: [trusty] 3.13.0-68 raid6-pq panic in raid6_avx21_gen_syndrome() while probing grub devices (was: Xenial KVM: updating Trusty guest from 3.13.0-68 to 3.13.0-71 causes kernel exception

2015-12-09 Thread Andy Whitcroft
So the host exposing some of the physical cpu characteristics is triggering use of this specific syndrome generator (which makes sense as it is h/w specific) raid6_avx21_gen_syndrome(). ** Summary changed: - Xenial KVM: updating Trusty guest from 3.13.0-68 to 3.13.0-71 causes kernel exception +

[Bug 1524069] Re: [trusty] 3.13.0-68 raid6-pq panic in raid6_avx21_gen_syndrome() while probing grub devices (was: Xenial KVM: updating Trusty guest from 3.13.0-68 to 3.13.0-71 causes kernel exception

2015-12-09 Thread Andy Whitcroft
I will note that this has thrown an illegal instruction trap while doing this: [ 522.963634] invalid opcode: [#1] SMP So it is likely that dispite offering up the avx2 flags to the guest the host is not actually providing the instructions? -- You received this bug notification because

[Bug 1524069] Re: [Xenial] KVM trusty guest 3.13.0-68 raid6-pq panic in raid6_avx21_gen_syndrome() while probing grub devices [was: Xenial KVM: updating Trusty guest from 3.13.0-68 to 3.13.0-71 causes

2015-12-09 Thread Andy Whitcroft
** Summary changed: - [trusty] 3.13.0-68 raid6-pq panic in raid6_avx21_gen_syndrome() while probing grub devices (was: Xenial KVM: updating Trusty guest from 3.13.0-68 to 3.13.0-71 causes kernel exception) + [Xenial] KVM trusty guest 3.13.0-68 raid6-pq panic in raid6_avx21_gen_syndrome() while

[Bug 1523660] [NEW] iproute2 merge 4.3.0-1 from debian

2015-12-07 Thread Andy Whitcroft
Public bug reported: iproute2 merge 4.3.0-1 from debian ** Affects: iproute2 (Ubuntu) Importance: Medium Assignee: Andy Whitcroft (apw) Status: In Progress ** Changed in: iproute2 (Ubuntu) Status: New => In Progress ** Changed in: iproute2 (Ubuntu) Importa

[Bug 1517426] [NEW] [trusty] lxc: lxc now depends on lxcfs which is only in backports

2015-11-18 Thread Andy Whitcroft
Public bug reported: lxc in trusty depends now on lxcfs but this is only available in the backports pocket. This triggers ADT failures: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac /autopkgtest-trusty/trusty/ppc64el/l/lxc/20151118_111844@/log.gz

[Bug 1517426] Re: [trusty] lxc: lxc now depends on lxcfs which is only in backports

2015-11-18 Thread Andy Whitcroft
Ok this may actually be a testing issue. We are aledgedly testing the "current" version of lxc against a specific kernel version: adt-run [11:23:50]: host juju-prod-ues-proposed-migration-machine-5; command line: /home/ubuntu/autopkgtest/runner/adt-run --output-dir /tmp /adt-run.out.yaBjME

[Bug 1517426] Re: [trusty] lxc: lxc now depends on lxcfs which is only in backports

2015-11-18 Thread Andy Whitcroft
This appears to be an infrastructure issue, handing off to testing. ** Also affects: auto-package-testing Importance: Undecided Status: New ** Changed in: lxc (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 1517426] Re: [trusty] lxc: lxc now depends on lxcfs which is only in backports

2015-11-18 Thread Andy Whitcroft
This appears to be related to the changes applied to the cloud images under bug: #1177432. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1517426 Title: [trusty] lxc: lxc now depends

[Bug 1516008] Re: lxc: adt testing against v4.3 kernel failing

2015-11-13 Thread Andy Whitcroft
Server side issue being worked under LP: #1516105. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1516008 Title: lxc: adt testing against v4.3 kernel failing To manage notifications

[Bug 1516008] Re: lxc: adt testing against v4.3 kernel failing

2015-11-13 Thread Andy Whitcroft
** Also affects: simplestreams (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1516008 Title: lxc: adt testing against v4.3 kernel

[Bug 1516008] [NEW] lxc: adt testing against v4.3 kernel failing

2015-11-13 Thread Andy Whitcroft
Public bug reported: We seem to be seeing ADT test failures against the Ubuntu v4.3 kernel: FAIL: lxc-tests: /usr/bin/lxc-test-ubuntu Log: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac /autopkgtest-xenial-canonical-kernel-team-

[Bug 1516008] Re: lxc: adt testing against v4.3 kernel failing

2015-11-13 Thread Andy Whitcroft
** Tags added: xenial-4.3-adt-failures -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1516008 Title: lxc: adt testing against v4.3 kernel failing To manage notifications about this

[Bug 1516005] [NEW] iscsitarget: build failures against kernel 4.3

2015-11-13 Thread Andy Whitcroft
Public bug reported: We are seeing DKMS build failures against the Ubuntu 4.3 kernel: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac /autopkgtest-xenial-canonical-kernel-team- unstable/xenial/amd64/i/iscsitarget/20151113_120650@/log.gz ** Affects:

[Bug 1516005] Re: iscsitarget: build failures against kernel 4.3

2015-11-13 Thread Andy Whitcroft
** Tags added: xenial-4.3-adt-failures -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to iscsitarget in Ubuntu. https://bugs.launchpad.net/bugs/1516005 Title: iscsitarget: build failures against kernel 4.3 To manage notifications

[Bug 1500581] Re: open-vm-tools-dkms fails to build on kernel 4.2 (Wily Werewolf) [error: implicit declaration of function ‘nd_set_link’]

2015-11-12 Thread Andy Whitcroft
** Also affects: open-vm-tools (Ubuntu Wily) Importance: Undecided 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/1500581 Title: open-vm-tools-dkms

[Bug 1480411] Re: rm -r * fails to delete directories when using overlayfs in a user-namespace

2015-11-03 Thread Andy Whitcroft
** Changed in: linux (Ubuntu) Milestone: ubuntu-15.10 => ubuntu-15.11 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1480411 Title: rm -r * fails to delete directories when using

[Bug 1502604] Re: autopkgtests fail in LXC testbed

2015-10-14 Thread Andy Whitcroft
Also note that the first affected versions are those carrying the patch below: UBUNTU: SAUCE: (no-up) apparmor: fix mount not handling disconnected paths -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu.

[Bug 1502604] Re: autopkgtests fail in LXC testbed

2015-10-14 Thread Andy Whitcroft
Note that this _only_ affects trusty. All kernels in trusty are affected. linux-lts-vivid in trusty shows this behaviour where as linux in vivid does not, as these are essentially identical it seems most likely this is either an lxc profile issue or an appparmor userspace issue. -- You

[Bug 1502604] Re: autopkgtests fail in LXC testbed

2015-10-14 Thread Andy Whitcroft
Please ignore my previous two comments. Wrong bug. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1502604 Title: autopkgtests fail in LXC testbed To manage notifications about this

[Bug 1504781] [NEW] lxc: test suites failing on trusty

2015-10-10 Thread Andy Whitcroft
Public bug reported: We are seeing test suite failures under ADT testing with linux, linux- lts-utopic and linux-lts-vivid kernels: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-trusty/trusty/amd64/l/lxc/20151010_103318@/log.gz

[Bug 1480411] Re: rm -r * fails to delete directories when using overlayfs in a user-namespace

2015-10-04 Thread Andy Whitcroft
** Changed in: linux (Ubuntu) Milestone: ubuntu-15.09 => ubuntu-15.10 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1480411 Title: rm -r * fails to delete directories when using

[Bug 1499352] Re: open-vm-tools: unversioned breaks on transitional package

2015-09-24 Thread Andy Whitcroft
This only exists in precise. Closing out for wily. ** Changed in: open-vm-tools (Ubuntu) Importance: Undecided => Medium ** Changed in: open-vm-tools (Ubuntu) Status: New => In Progress ** Changed in: open-vm-tools (Ubuntu) Assignee: (unassigned) => Andy Whitc

[Bug 1499352] [NEW] open-vm-tools: unversioned breaks on transitional package

2015-09-24 Thread Andy Whitcroft
Public bug reported: While testing DKMS packages in ADT we attempt to install all of the packages produced by the open-vm-tools package. This fails when installing the open-vm-source which is a transitional package for open- vm-toolbox: I: Installing binary package open-vm-source Reading

[Bug 1499438] Re: openvswitch: ADT tests fail unable to install mininet

2015-09-24 Thread Andy Whitcroft
ntu) Status: In Progress => Invalid ** Changed in: openvswitch (Ubuntu Precise) Importance: Undecided => Medium ** Changed in: openvswitch (Ubuntu Precise) Assignee: (unassigned) => Andy Whitcroft (apw) -- You received this bug notification because you are a member of Ubuntu

[Bug 1499438] [NEW] openvswitch: ADT tests fail unable to install mininet

2015-09-24 Thread Andy Whitcroft
(Ubuntu) Importance: Medium Assignee: Andy Whitcroft (apw) Status: Invalid ** Affects: openvswitch (Ubuntu Precise) Importance: Medium Assignee: Andy Whitcroft (apw) Status: In Progress ** Changed in: openvswitch (Ubuntu) Status: New => In Progr

[Bug 1483415] Re: iscsitarget-dkms fails to build on 14.04

2015-09-16 Thread Andy Whitcroft
Trusty) Assignee: (unassigned) => Stefan Bader (smb) ** Changed in: iscsitarget (Ubuntu) Status: Confirmed => In Progress ** Changed in: iscsitarget (Ubuntu) Importance: Undecided => High ** Changed in: iscsitarget (Ubuntu) Assignee: (unassigned) => Andy Whitcroft

[Bug 1496057] Re: The dep-8 test of iscsitarget should check the kernel module as well

2015-09-16 Thread Andy Whitcroft
** Also affects: iscsitarget (Ubuntu Trusty) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to iscsitarget in Ubuntu. https://bugs.launchpad.net/bugs/1496057 Title: The dep-8 test of

[Bug 1480411] Re: rm -r * fails to delete directories when using overlayfs in a user-namespace

2015-09-01 Thread Andy Whitcroft
** Changed in: linux (Ubuntu) Milestone: ubuntu-15.08 => ubuntu-15.09 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1480411 Title: rm -r * fails to delete directories when using

[Bug 1487108] [NEW] bridge-utils: merge debian 1.5-9

2015-08-20 Thread Andy Whitcroft
Public bug reported: bridge-utils: merge debian 1.5-9 ** Affects: bridge-utils (Ubuntu) Importance: Medium Assignee: Andy Whitcroft (apw) Status: In Progress ** Changed in: bridge-utils (Ubuntu) Status: New = In Progress ** Changed in: bridge-utils (Ubuntu

[Bug 1448800] Re: Please update iproute2 to the latest version

2015-08-19 Thread Andy Whitcroft
** Changed in: iproute2 (Ubuntu) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1448800 Title: Please update iproute2 to the latest version

[Bug 1486233] Re: iproute2 merge 4.1.1-1 from debian

2015-08-19 Thread Andy Whitcroft
*** This bug is a duplicate of bug 1448800 *** https://bugs.launchpad.net/bugs/1448800 ** Changed in: iproute2 (Ubuntu) Milestone: ubuntu-15.08 = None ** Changed in: iproute2 (Ubuntu) Assignee: Andy Whitcroft (apw) = (unassigned) -- You received this bug notification because you

[Bug 1448800] Re: Please update iproute2 to the latest version

2015-08-19 Thread Andy Whitcroft
** Changed in: iproute2 (Ubuntu) Status: Triaged = In Progress -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1448800 Title: Please update iproute2 to the latest version To

[Bug 1486233] [NEW] iproute2 merge 4.1.1-1 from debian

2015-08-18 Thread Andy Whitcroft
Public bug reported: Consider merging iproute2 4.1.1-1 from debian. ** Affects: iproute2 (Ubuntu) Importance: Medium Assignee: Andy Whitcroft (apw) Status: Triaged ** Changed in: iproute2 (Ubuntu) Status: New = Triaged ** Changed in: iproute2 (Ubuntu) Importance

[Bug 1474984] Re: installing multipath-tools 0.5.0 on trusty leaves the system unable to boot

2015-08-16 Thread Andy Whitcroft
** Changed in: initramfs-tools (Ubuntu) Status: Confirmed = Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to multipath-tools in Ubuntu. https://bugs.launchpad.net/bugs/1474984 Title: installing multipath-tools 0.5.0 on

[Bug 1463846] Re: if ip is specified on cmdline, networking should be brought up in initramfs

2015-08-09 Thread Andy Whitcroft
** Changed in: initramfs-tools (Ubuntu) Status: New = Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1463846 Title: if ip is specified on cmdline,

[Bug 1474984] Re: installing multipath-tools 0.5.0 on trusty leaves the system unable to boot

2015-08-09 Thread Andy Whitcroft
Adding multipath-tools as the module load is occuring in the initramfs hooks in that package. ** Changed in: initramfs-tools (Ubuntu) Status: New = Confirmed ** Also affects: multipath-tools (Ubuntu) Importance: Undecided Status: New -- You received this bug notification

[Bug 1470091] Re: update for V3 kernel bits and improved multiple fan slice support

2015-07-28 Thread Andy Whitcroft
These have been tested together on trusty VMs and on GCE. ** 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 iproute2 in Ubuntu.

[Bug 1470091] Re: update for V3 kernel bits and improved multiple fan slice support

2015-07-28 Thread Andy Whitcroft
Set up two trusty machines and two vivid machines both updated to the appropriate -proposed and confirmed they could all be configured into the same fans. Also setup lxc containers on two of them and confirmed they could talk to each other as expected. Marking verified. -- You received this

[Bug 1470091] Re: update for V3 kernel bits and improved multiple fan slice support

2015-07-23 Thread Andy Whitcroft
** Changed in: iproute2 (Ubuntu Trusty) Importance: Undecided = High ** Changed in: iproute2 (Ubuntu Trusty) Status: New = In Progress ** Changed in: iproute2 (Ubuntu Trusty) Assignee: (unassigned) = Andy Whitcroft (apw) -- You received this bug notification because you

[Bug 1470091] Re: update for V3 kernel bits and improved multiple fan slice support

2015-07-23 Thread Andy Whitcroft
** Changed in: ubuntu-fan (Ubuntu Trusty) Importance: Medium = High -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to iproute2 in Ubuntu. https://bugs.launchpad.net/bugs/1470091 Title: update for V3 kernel bits and improved

[Bug 1470091] Re: update for V3 kernel bits and improved multiple fan slice support

2015-07-23 Thread Andy Whitcroft
** Changed in: ubuntu-fan (Ubuntu Trusty) Importance: Undecided = Medium ** Changed in: ubuntu-fan (Ubuntu Trusty) Status: New = In Progress ** Changed in: ubuntu-fan (Ubuntu Trusty) Assignee: (unassigned) = Andy Whitcroft (apw) -- You received this bug notification because you

[Bug 1470091] Re: update for V3 kernel bits and improved multiple fan slice support

2015-07-21 Thread Andy Whitcroft
** Description changed: Fan V2 to V3 transition plan Currently we have V2 Fan kernel patches paired with an /etc/defaults/ubuntu-fan based single fan mapping setup. We want to transition to both V3 Fan kernel patches with fanctl based configuration

[Bug 1109029] Re: Depend on linux-initramfs-tool

2015-07-15 Thread Andy Whitcroft
Unfortuantly this got applied to the kernel package in plural, as per the original bug. See LP: #1474810 for the fixes for that. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to multipath-tools in Ubuntu.

[Bug 1109029] Re: Depend on linux-initramfs-tool

2015-07-15 Thread Andy Whitcroft
Updated to indicate that the virtual package is linux-initramfs-tool (singular). ** Summary changed: - Depend on linux-initramfs-tools + Depend on linux-initramfs-tool ** Description changed: Many core packages depend on initramfs-tools when they should actually depend on

[Bug 1472162] [NEW] package autofs 5.1.1-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-07-07 Thread Andy Whitcroft
*** This bug is a duplicate of bug 1472115 *** https://bugs.launchpad.net/bugs/1472115 Public bug reported: When upgrading autofs4 I get a package install failure from the following: [50044.886916] automount[4815]: segfault at 0 ip 7f89dbbac1bb sp 7ffc8f84a1a0 error 4 in

[Bug 1470091] [NEW] update for V3 kernel bits and improved multiple fan slice support

2015-06-30 Thread Andy Whitcroft
fail obviously. ** Affects: iproute2 (Ubuntu) Importance: High Assignee: Andy Whitcroft (apw) Status: In Progress ** Affects: linux (Ubuntu) Importance: High Assignee: Andy Whitcroft (apw) Status: In Progress ** Affects: ubuntu-fan (Ubuntu) Importance

[Bug 1439706] Re: FFE: Ubuntu FAN networking support (for linux, iproute2 and ubuntu-fan)

2015-04-17 Thread Andy Whitcroft
** Changed in: linux (Ubuntu) Status: Incomplete = Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to iproute2 in Ubuntu. https://bugs.launchpad.net/bugs/1439706 Title: FFE: Ubuntu FAN networking support (for linux,

[Bug 1292234] Re: qcow2 image corruption on non-extent filesystems (ext3)

2015-04-03 Thread Andy Whitcroft
** Changed in: linux (Ubuntu) Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1292234 Title: qcow2 image corruption on non-extent filesystems

[Bug 1109029] Re: Depend on linux-initramfs-tools

2015-03-16 Thread Andy Whitcroft
** Changed in: linux (Ubuntu) Status: Triaged = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to multipath-tools in Ubuntu. https://bugs.launchpad.net/bugs/1109029 Title: Depend on linux-initramfs-tools To

[Bug 1109029] Re: Depend on linux-initramfs-tools

2015-03-11 Thread Andy Whitcroft
** Changed in: linux (Ubuntu) Milestone: None = ubuntu-15.03 ** Changed in: linux (Ubuntu) Assignee: (unassigned) = Andy Whitcroft (apw) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to multipath-tools in Ubuntu. https

[Bug 1424558] Re: iscsitarget dkms needs porting to v3.19

2015-03-02 Thread Andy Whitcroft
** Changed in: iscsitarget (Ubuntu) Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to iscsitarget in Ubuntu. https://bugs.launchpad.net/bugs/1424558 Title: iscsitarget dkms needs porting to

[Bug 1424558] Re: iscsitarget dkms needs porting to v3.19

2015-02-23 Thread Andy Whitcroft
** Changed in: iscsitarget (Ubuntu) Milestone: None = ubuntu-15.02 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to iscsitarget in Ubuntu. https://bugs.launchpad.net/bugs/1424558 Title: iscsitarget dkms needs porting to v3.19 To

[Bug 1424558] Re: iscsitarget dkms needs porting to v3.19

2015-02-23 Thread Andy Whitcroft
This is currently blocking v3.19 moving to -proposed. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to iscsitarget in Ubuntu. https://bugs.launchpad.net/bugs/1424558 Title: iscsitarget dkms needs porting to v3.19 To manage

[Bug 1424558] [NEW] iscsitarget dkms needs porting to v3.19

2015-02-23 Thread Andy Whitcroft
Public bug reported: iscsitarget dkms needs porting to v3.19 ** Affects: iscsitarget (Ubuntu) Importance: High Assignee: Andy Whitcroft (apw) Status: In Progress ** Changed in: iscsitarget (Ubuntu) Status: New = In Progress ** Changed in: iscsitarget (Ubuntu

[Bug 1420908] [NEW] package python-oslo-utils 1.2.1-0ubuntu1 failed to install/upgrade: trying to overwrite '/usr/lib/python2.7/dist-packages/oslo/utils/units.py', which is also in package python-oslo

2015-02-11 Thread Andy Whitcroft
Public bug reported: Happened during an apt-get dist-upgrade. apt-get install -f sorted it out I think. ProblemType: Package DistroRelease: Ubuntu 15.04 Package: python-oslo-utils 1.2.1-0ubuntu1 ProcVersionSignature: Ubuntu 3.19.0-5.5-generic 3.19.0 Uname: Linux 3.19.0-5-generic x86_64

[Bug 1411294] Re: kernel panic during MAAS fastpath install of Vivid images

2015-01-21 Thread Andy Whitcroft
** Changed in: linux (Ubuntu) Status: Triaged = Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1411294 Title: kernel panic during MAAS fastpath install

[Bug 1244438] Re: EOL notification system required for HWE kernels in LTSs

2015-01-21 Thread Andy Whitcroft
** Changed in: linux (Ubuntu) Assignee: Andy Whitcroft (apw) = Leann Ogasawara (leannogasawara) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to nagios-plugins in Ubuntu. https://bugs.launchpad.net/bugs/1244438 Title: EOL

[Bug 1261872] Re: P_ALL behavior inconsistent in eglibc vs. kernel headers (enum vs. #define)

2015-01-21 Thread Andy Whitcroft
** Changed in: linux (Ubuntu) Assignee: Andy Whitcroft (apw) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libsdl1.2 in Ubuntu. https://bugs.launchpad.net/bugs/1261872 Title: P_ALL behavior inconsistent

[Bug 1411294] Re: kernel panic during MAAS fastpath install of Vivid images

2015-01-15 Thread Andy Whitcroft
From the image we can see that the maas installer is using overlayroot to allow customisation of the image. It is not handling the new workdir= parameter which prevents successful mounting of root, and aborts the boot. ** Changed in: cloud-initramfs-tools (Ubuntu) Assignee: Andy Whitcroft

[Bug 1411294] Re: kernel panic during MAAS fastpath install of Vivid images

2015-01-15 Thread Andy Whitcroft
) Assignee: (unassigned) = Andy Whitcroft (apw) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1411294 Title: kernel panic during MAAS fastpath install of Vivid images

[Bug 1371310] Re: docker.io doesn't work with apparmor 3.0 RC1 kernel

2014-12-11 Thread Andy Whitcroft
** Also affects: apparmor (Ubuntu Vivid) Importance: High Status: Invalid ** Also affects: linux (Ubuntu Vivid) Importance: High Assignee: John Johansen (jjohansen) Status: Fix Released ** Also affects: docker.io (Ubuntu Vivid) Importance: High Status: Invalid

[Bug 1349277] Re: AArch64 emulation ignores SPSel=0 when taking (or returning from) an exception at EL1 or greater

2014-12-04 Thread Andy Whitcroft
** Also affects: qemu (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1349277 Title: AArch64 emulation ignores SPSel=0 when taking

[Bug 1354602] Re: package rpcbind 0.2.0-7ubuntu1.2 failed to install/upgrade: trying to overwrite '/usr/share/man/man8/rpcinfo.8.gz', which is also in package libc-bin 2.15-0ubuntu10.6

2014-08-12 Thread Andy Whitcroft
** Description changed: [Impact] A missing replaces: from rpcbind against the version of libc-bin in 12.04 means that upgrades may fail if libc-bin and rpcbind aren't unpacked in the right order. [Test case] 1. Install rpcbind on 12.04. 2. dist-upgrade to 14.04. 3. confirm that

[Bug 1342000] Re: UBUNTU14.10-LE:liz:Ubuntu installation failing on virtio-scsi disk with disk image type raw

2014-08-05 Thread Andy Whitcroft
** Changed in: linux (Ubuntu) Status: Incomplete = Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1342000 Title: UBUNTU14.10-LE:liz:Ubuntu installation failing on

[Bug 1342000] Re: UBUNTU14.10-LE:liz:Ubuntu installation failing on virtio-scsi disk with disk image type raw

2014-08-05 Thread Andy Whitcroft
) Assignee: (unassigned) = Andy Whitcroft (apw) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1342000 Title: UBUNTU14.10-LE:liz:Ubuntu installation failing on virtio-scsi disk

[Bug 1314598] Re: [Precise] drbd8: drbdadm does not run compat mode when DRBD_DONT_WARN_ON_VERSION_MISMATCH is set

2014-04-30 Thread Andy Whitcroft
** Also affects: drbd8 (Ubuntu Precise) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to drbd8 in Ubuntu. https://bugs.launchpad.net/bugs/1314598 Title: [Precise] drbd8: drbdadm does not

[Bug 1303886] Re: [Trusty] Xend managed domains disappear after upgrade

2014-04-17 Thread Andy Whitcroft
** Changed in: ubuntu-release-notes Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to xen in Ubuntu. https://bugs.launchpad.net/bugs/1303886 Title: [Trusty] Xend managed domains disappear after

[Bug 1303886] Re: [Trusty] Xend managed domains disappear after upgrade

2014-04-07 Thread Andy Whitcroft
** Also affects: ubuntu-release-notes Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/1303886 Title: [Trusty] Xend managed domains

[Bug 1268906] Re: cpu soft lockup running kvm

2014-04-02 Thread Andy Whitcroft
** Changed in: linux (Ubuntu Trusty) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in Ubuntu. https://bugs.launchpad.net/bugs/1268906 Title: cpu soft lockup running kvm To manage

[Bug 1295401] Re: hyper-v: IP Injection failing on trusty

2014-04-02 Thread Andy Whitcroft
Moves these bits to linux-cloud-tools and therefore the task against hv- kvp-daemon-init is no longer appropriate. ** Changed in: hv-kvp-daemon-init (Ubuntu) Status: Confirmed = Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1290743] Re: [FFE] Pull Xen-4.4 into Trusty

2014-03-21 Thread Andy Whitcroft
This and its rdeps have been sponsored to trusty. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to xen in Ubuntu. https://bugs.launchpad.net/bugs/1290743 Title: [FFE] Pull Xen-4.4 into Trusty To manage notifications about this bug

[Bug 1295401] Re: hyper-v: IP Injection failing on trusty

2014-03-21 Thread Andy Whitcroft
** Also affects: hv-kvp-daemon-init (Ubuntu) Importance: Undecided Status: New ** Changed in: hv-kvp-daemon-init (Ubuntu) Status: New = Confirmed ** Changed in: hv-kvp-daemon-init (Ubuntu) Importance: Undecided = High -- You received this bug notification because you are a

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

2014-01-24 Thread Andy Whitcroft
** Changed in: linux (Ubuntu) Status: In Progress = Fix Committed -- 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/1271669 Title: Move vmware related modules from extras

[Bug 1269073] Re: test_tomcat_daemon smoke test failure on images with 3.13 kernel

2014-01-15 Thread Andy Whitcroft
If the test @Robie suggests above resolves the issue it might indicate that this commit below (which was introduced to improve security) might be the underlying change which makes this worse: commit 40db23e5337d99fda05ee6cd18034b516f8f123d Author: Theodore Ts'o ty...@mit.edu Date: Sun Nov

[Bug 1267707] Re: Logging in to ubuntu guest is displaying (none) in the command prompt

2014-01-13 Thread Andy Whitcroft
This could be related to cloud-init, adding that package. ** Also affects: cloud-init (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to cloud-init in Ubuntu.

[Blueprint servercloud-1311-openstack] Openstack Next Steps

2013-11-27 Thread Andy Whitcroft
Blueprint changed by Andy Whitcroft: Work items changed: - Work items: - * MIR for heat: TODO - * Integrated upstream gating tests OR 3rd party tests for libvirt LXC tests: TODO - * Discuss contribution of Juju/OpenStack documentation upstream (annegentle): TODO - * Packaging/review of trove

[Bug 1180396] Re: Xen stable update to 4.1.5

2013-11-11 Thread Andy Whitcroft
** Also affects: xen (Ubuntu Precise) Importance: Undecided Status: New ** Also affects: xen (Ubuntu Quantal) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to xen in Ubuntu.

[Bug 1180396] Re: Xen stable update to 4.1.5

2013-11-11 Thread Andy Whitcroft
** Changed in: xen (Ubuntu Precise) Assignee: (unassigned) = Stefan Bader (smb) ** Changed in: xen (Ubuntu Quantal) Assignee: (unassigned) = Stefan Bader (smb) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to xen in Ubuntu.

[Bug 1180396] Re: Xen stable update to 4.1.5

2013-11-11 Thread Andy Whitcroft
** Changed in: xen (Ubuntu Quantal) Status: New = Fix Committed ** Changed in: xen (Ubuntu Quantal) Importance: Undecided = Medium ** Changed in: xen (Ubuntu Precise) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Server

[Bug 1180396] Re: Xen stable update to 4.1.5

2013-11-11 Thread Andy Whitcroft
Note that the MRE discussions and decision are linked from the discription above. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to xen in Ubuntu. https://bugs.launchpad.net/bugs/1180396 Title: Xen stable update to 4.1.5 To manage

[Bug 1235025] Re: Ubuntu 13.10 missing daemon initialization scripts for hv_vss_daemon.

2013-10-04 Thread Andy Whitcroft
(Ubuntu) Assignee: (unassigned) = Andy Whitcroft (apw) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to hv-kvp-daemon-init in Ubuntu. https://bugs.launchpad.net/bugs/1235025 Title: Ubuntu 13.10 missing daemon initialization scripts

[Bug 1180397] Re: [MRE] Xen stable update to 4.2.2

2013-09-05 Thread Andy Whitcroft
** Summary changed: - Xen stable update to 4.2.2 + [MRE] Xen stable update to 4.2.2 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to xen in Ubuntu. https://bugs.launchpad.net/bugs/1180397 Title: [MRE] Xen stable update to 4.2.2 To

[Bug 1180397] Re: Xen stable update to 4.2.2

2013-09-05 Thread Andy Whitcroft
** Changed in: xen (Ubuntu Raring) Assignee: (unassigned) = Stefan Bader (smb) ** Changed in: xen (Ubuntu Raring) Importance: Undecided = Low ** Changed in: xen (Ubuntu Raring) Status: Confirmed = In Progress -- You received this bug notification because you are a member of

[Blueprint servercloud-s-interlock] Ubuntu Server - Interlock

2013-05-22 Thread Andy Whitcroft
Blueprint changed by Andy Whitcroft: Work items set to: Work items: [davewalker] setup meeting between server, security and kernel to discuss support for the cloud archive: TODO -- Ubuntu Server - Interlock https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-interlock -- Ubuntu

  1   2   >