Hi Andreas,

thank you for uploading the fixed version to proposed. I believe it
fixes the bug reported in this ticket. This is what I tested:

Booted a VM with a recent version of ubuntu-26.04-server-cloudimg-
amd64.img. Ssh-d into it and became root.

# Added the proposed repo to my package sources.                                
                                                                                
                                                                                
                                               
# vim /etc/apt/sources.list.d/ubuntu.sources
Types: deb
URIs: mirror://mirrors.ubuntu.com/mirrors.txt
Suites: resolute resolute-updates resolute-backports resolute-proposed
Components: main universe restricted multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg

# Installed qemu-guest-agent from proposed.
# apt update
# apt -t resolute-proposed install qemu-guest-agent
# dpkg -l | egrep qemu-guest-agent
ii  qemu-guest-agent                        1:10.2.1+ds-1ubuntu3.1              
        amd64        Guest-side qemu-system agent

# Test: Is the systemd service active? Yes.
# systemctl | egrep qemu-guest-agent
  qemu-guest-agent.service                                                      
           loaded active running   QEMU Guest Agent

# Test: Do I have a qemu-guest-agent process? Yes.
# ps aux | egrep qemu-ga | grep -v grep
root       24941  0.0  0.1  81292  4824 ?        Ssl  11:01   0:00 
/usr/sbin/qemu-ga

# Did the package install use the recently modified posinst script? Yes.
# cat /var/lib/dpkg/info/qemu-guest-agent.postinst | egrep 'udevadm trigger'
            udevadm trigger --subsystem-match=virtio-ports 
--attr-match=name=org.qemu.guest_agent.0 || true

So I believe the proposed package fixes the bug.
Thank you for everything!

** Tags removed: verification-needed-resolute
** Tags added: verification-done-resolute

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2102093

Title:
  qemu-guest-agent does not start automatically

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/2102093/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to