Re: [Tails-dev] QEmu guest agent in tails builder

Delete this message

Reply to this message
Author: intrigeri
Date:  
To: The Tails public development discussion list
Subject: Re: [Tails-dev] QEmu guest agent in tails builder
Arnaud:
> After a bit of digging and experimenting, it turns out that this is not
> a bug, just the expected behavior. It seems that libvirt tries to
> shutdown the VM by speaking to the QEmu Guest Agent, which is not
> installed on the VM. So nothing happens, and the libvirt shutdown script
> gets stuck there, and my laptop doesn't shutdown.


I'm a bit confused: our infrastructure uses libvirt/KVM, and "virsh
shutdown" works nicely. Back in the pre-systemd days, we had to
install acpid in the VMs to enable this functionality, and now
systemd-logind handles it by default in the KVM guests.

So I wonder: what's special about our Vagrant build VM, that prevents
this feature from working without qemu-guest-agent?