Activity log for bug #1374554

Date Who What changed Old value New value Message
2014-09-26 17:49:20 Scott Moser bug added bug
2014-09-26 19:09:28 Serge Hallyn libvirt (Ubuntu): importance Undecided High
2014-09-26 19:09:28 Serge Hallyn libvirt (Ubuntu): status New Incomplete
2014-09-26 21:08:37 Anton Blanchard bug added subscriber Anton Blanchard
2014-09-30 15:18:23 Scott Moser libvirt (Ubuntu): status Incomplete Confirmed
2014-10-02 06:46:29 Launchpad Janitor libvirt (Ubuntu): status Confirmed Fix Released
2014-11-04 15:36:40 Breno Leitão bug added subscriber Breno Leitão
2014-11-04 16:31:35 Serge Hallyn libvirt (Ubuntu): status Fix Released Confirmed
2014-11-05 13:15:01 Serge Hallyn nominated for series Ubuntu Vivid
2014-11-05 13:15:01 Serge Hallyn bug task added libvirt (Ubuntu Vivid)
2014-11-05 13:15:01 Serge Hallyn nominated for series Ubuntu Utopic
2014-11-05 13:15:01 Serge Hallyn bug task added libvirt (Ubuntu Utopic)
2014-11-11 20:07:51 Launchpad Janitor libvirt (Ubuntu Vivid): status Confirmed Fix Released
2014-11-11 20:07:51 Launchpad Janitor cve linked 2014-3657
2014-11-11 20:07:51 Launchpad Janitor cve linked 2014-7823
2014-11-11 22:50:23 Serge Hallyn nominated for series Ubuntu Trusty
2014-11-11 22:50:23 Serge Hallyn bug task added libvirt (Ubuntu Trusty)
2014-11-11 22:50:54 Serge Hallyn libvirt (Ubuntu Trusty): importance Undecided High
2014-11-11 22:51:02 Serge Hallyn libvirt (Ubuntu Utopic): importance Undecided High
2014-11-11 22:51:05 Serge Hallyn libvirt (Ubuntu Utopic): status New Confirmed
2014-11-11 22:51:08 Serge Hallyn libvirt (Ubuntu Trusty): status New Confirmed
2014-11-11 22:53:11 Serge Hallyn description $ cat > foobar.xml <<EOF <domain type="kvm"> <name>foobar</name> <memory>1048576</memory> <currentMemory>1048576</currentMemory> <os> <type arch="ppc64" machine="pseries">hvm</type> </os> <vcpu>1</vcpu> <features> <acpi/> <apic/> <pae/> </features> <clock offset="utc"/> <on_poweroff>destroy</on_poweroff> <on_reboot>destroy</on_reboot> <on_crash>destroy</on_crash> <devices> <emulator>/usr/bin/qemu-system-ppc64</emulator> <console type="pty"/> </devices> </domain> EOF $ sudo virsh define foobar.xml Domain foobar defined from foobar.xml $ sudo virsh start foobar error: Failed to start domain foobar error: internal error: process exited while connecting to monitor: Can't open directory /proc/device-tree/cpus/ Can't open directory /proc/device-tree/cpus/ Can't open directory /proc/device-tree/cpus/ Can't open directory /proc/device-tree/cpus/ Can't open directory /proc/device-tree/cpus/ Can't open directory /proc/device-tree/cpus/ Can't open directory /proc/device-tree/cpus/ Can't open directory /proc/device-tree/cpus/ qemu: hardware error: qemu: could not load LPAR rtas '/usr/share/qemu/spapr-rtas.bin' CPU #0: NIP 0000000000000000 LR 0000000000000000 CTR 0000000000000000 XER 0000000000000000 MSR 0000000000000000 HID0 0000000000000000 HF 0000000000000000 idx 0 TB 00000000 00000000 DECR 00000000 GPR00 0000000000000000 0000000000000000 0000000000000000 0000000000000000 GPR04 0000000000000000 0000000000000000 0000000000000000 0000000000000000 GPR08 0000000000000000 0000000000000000 0000000000000000 0000000000000000 GPR12 0000000000000000 0000000000000000 0000000000000000 0000000000000000 GPR16 0000000000000000 00000000000000 ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: libvirt-bin 1.2.8-0ubuntu4 ProcVersionSignature: User Name 3.16.0-17.23-generic 3.16.3 Uname: Linux 3.16.0-17-generic ppc64le ApportVersion: 2.14.7-0ubuntu2 Architecture: ppc64el Date: Fri Sep 26 17:43:55 2014 ProcEnviron: TERM=screen PATH=(custom, no user) XDG_RUNTIME_DIR=<set> LANG=en_US.UTF-8 SHELL=/bin/bash ProcLoadAvg: 0.08 0.03 0.05 1/1176 28307 ProcLocks: 1: POSIX ADVISORY WRITE 84870 00:11:478688 0 0 2: FLOCK ADVISORY WRITE 2515 00:11:45214 0 EOF 3: POSIX ADVISORY WRITE 2369 00:11:50266 0 EOF 4: POSIX ADVISORY WRITE 2567 00:11:47202 0 EOF ProcSwaps: Filename Type Size Used Priority /swap.img file 8388544 0 -1 ProcVersion: Linux version 3.16.0-17-generic (buildd@fisher03) (gcc version 4.9.1 (User Name 4.9.1-15ubuntu1) ) #23-User Name SMP Fri Sep 19 16:54:14 UTC 2014 SourcePackage: libvirt UpgradeStatus: No upgrade log present (probably fresh install) cpu_cores: Number of cores present = 20 cpu_coreson: Number of cores online = 19 cpu_smt: SMT is off modified.conffile..etc.libvirt.qemu.conf: [inaccessible: [Errno 13] Permission denied: '/etc/libvirt/qemu.conf'] =========================================== Impact: cannot start libvirt-qemu VMs on ppc64el Test case: See below in the description. Regression potential: this debdiff only adds apparmor permissions which are already being granted in vivid, so no new regressions should be possible =========================================== $ cat > foobar.xml <<EOF <domain type="kvm">   <name>foobar</name>   <memory>1048576</memory>   <currentMemory>1048576</currentMemory>   <os>     <type arch="ppc64" machine="pseries">hvm</type>   </os>   <vcpu>1</vcpu>   <features>     <acpi/>     <apic/>     <pae/>   </features>   <clock offset="utc"/>   <on_poweroff>destroy</on_poweroff>   <on_reboot>destroy</on_reboot>   <on_crash>destroy</on_crash>   <devices>     <emulator>/usr/bin/qemu-system-ppc64</emulator>     <console type="pty"/>   </devices> </domain> EOF $ sudo virsh define foobar.xml Domain foobar defined from foobar.xml $ sudo virsh start foobar error: Failed to start domain foobar error: internal error: process exited while connecting to monitor: Can't open directory /proc/device-tree/cpus/ Can't open directory /proc/device-tree/cpus/ Can't open directory /proc/device-tree/cpus/ Can't open directory /proc/device-tree/cpus/ Can't open directory /proc/device-tree/cpus/ Can't open directory /proc/device-tree/cpus/ Can't open directory /proc/device-tree/cpus/ Can't open directory /proc/device-tree/cpus/ qemu: hardware error: qemu: could not load LPAR rtas '/usr/share/qemu/spapr-rtas.bin' CPU #0: NIP 0000000000000000 LR 0000000000000000 CTR 0000000000000000 XER 0000000000000000 MSR 0000000000000000 HID0 0000000000000000 HF 0000000000000000 idx 0 TB 00000000 00000000 DECR 00000000 GPR00 0000000000000000 0000000000000000 0000000000000000 0000000000000000 GPR04 0000000000000000 0000000000000000 0000000000000000 0000000000000000 GPR08 0000000000000000 0000000000000000 0000000000000000 0000000000000000 GPR12 0000000000000000 0000000000000000 0000000000000000 0000000000000000 GPR16 0000000000000000 00000000000000 ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: libvirt-bin 1.2.8-0ubuntu4 ProcVersionSignature: User Name 3.16.0-17.23-generic 3.16.3 Uname: Linux 3.16.0-17-generic ppc64le ApportVersion: 2.14.7-0ubuntu2 Architecture: ppc64el Date: Fri Sep 26 17:43:55 2014 ProcEnviron:  TERM=screen  PATH=(custom, no user)  XDG_RUNTIME_DIR=<set>  LANG=en_US.UTF-8  SHELL=/bin/bash ProcLoadAvg: 0.08 0.03 0.05 1/1176 28307 ProcLocks:  1: POSIX ADVISORY WRITE 84870 00:11:478688 0 0  2: FLOCK ADVISORY WRITE 2515 00:11:45214 0 EOF  3: POSIX ADVISORY WRITE 2369 00:11:50266 0 EOF  4: POSIX ADVISORY WRITE 2567 00:11:47202 0 EOF ProcSwaps:  Filename Type Size Used Priority  /swap.img file 8388544 0 -1 ProcVersion: Linux version 3.16.0-17-generic (buildd@fisher03) (gcc version 4.9.1 (User Name 4.9.1-15ubuntu1) ) #23-User Name SMP Fri Sep 19 16:54:14 UTC 2014 SourcePackage: libvirt UpgradeStatus: No upgrade log present (probably fresh install) cpu_cores: Number of cores present = 20 cpu_coreson: Number of cores online = 19 cpu_smt: SMT is off modified.conffile..etc.libvirt.qemu.conf: [inaccessible: [Errno 13] Permission denied: '/etc/libvirt/qemu.conf']
2014-11-11 22:53:19 Serge Hallyn bug added subscriber Ubuntu Stable Release Updates Team
2014-11-12 14:43:34 Chris J Arges libvirt (Ubuntu Trusty): status Confirmed Fix Committed
2014-11-12 14:43:40 Chris J Arges bug added subscriber SRU Verification
2014-11-12 14:43:42 Chris J Arges tags apparmor apport-bug ppc64el uec-images utopic apparmor apport-bug ppc64el uec-images utopic verification-needed
2014-11-12 14:45:30 Chris J Arges libvirt (Ubuntu Utopic): status Confirmed Fix Committed
2014-12-01 20:46:15 Chris J Arges tags apparmor apport-bug ppc64el uec-images utopic verification-needed apparmor apport-bug ppc64el uec-images utopic verification-done-utopic verification-needed-trusty
2014-12-18 22:04:10 Serge Hallyn tags apparmor apport-bug ppc64el uec-images utopic verification-done-utopic verification-needed-trusty apparmor apport-bug ppc64el uec-images utopic verification-done
2014-12-18 22:04:32 Serge Hallyn tags apparmor apport-bug ppc64el uec-images utopic verification-done apparmor apport-bug ppc64el uec-images verification-done
2014-12-19 02:28:11 Mathew Hodson tags apparmor apport-bug ppc64el uec-images verification-done apparmor apport-bug ppc64el uec-images utopic verification-done
2015-01-05 18:09:04 Launchpad Janitor libvirt (Ubuntu Trusty): status Fix Committed Fix Released
2015-01-05 18:09:13 Brian Murray removed subscriber Ubuntu Stable Release Updates Team
2015-01-05 18:09:41 Launchpad Janitor libvirt (Ubuntu Utopic): status Fix Committed Fix Released