Comment 23 for bug 2059272

Revision history for this message
Mauricio Faria de Oliveira (mfo) wrote :

Test packages with the new fix in ppa:mfo/lp2059272
built correctly in all supported architectures.

The next 3 comments show steps to reproduce/verify
the issue/fix with the test packages -- all passed.

Environment
---

LXD virtual machine

 lxc launch --vm ubuntu:focal lp2059272-focal
 lxc exec lp2059272-focal -- su - ubuntu

Enable PPA & debug symbols

 sudo add-apt-repository -yn ppa:mfo/lp2059272
 sudo sed '/^deb / s,$, main/debug,' -i /etc/apt/sources.list.d/mfo-ubuntu-lp2059272-focal.list
 sudo apt update

Install packages

 sudo apt install --yes libvirt{0,-daemon{,-driver-qemu,-system}}{,-dbgsym} libvirt-daemon-system-systemd libvirt-clients gdb qemu-system-x86
        newgrp libvirt # or logout/login

 $ apt-cache policy libvirt-daemon
 libvirt-daemon:
   Installed: 6.0.0-0ubuntu8.19
   Candidate: 6.0.0-0ubuntu8.19
   Version table:
  *** 6.0.0-0ubuntu8.19 500
  500 http://ppa.launchpad.net/mfo/lp2059272/ubuntu focal/main amd64 Packages
  100 /var/lib/dpkg/status
      6.0.0-0ubuntu8.16 500
  500 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
  500 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages
      6.0.0-0ubuntu8 500
  500 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages

Libvirtd debug logging

 cat <<-EOF | sudo tee -a /etc/libvirt/libvirtd.conf
 log_filters="1:qemu 1:libvirt"
 log_outputs="3:syslog:libvirtd 1:file:/var/log/libvirt/libvirtd-debug.log"
 EOF