operating-system
operating-system copied to clipboard
Please update systemd to v256
trafficstars
Describe the issue you are experiencing
https://github.com/systemd/systemd/pull/32359 was merged into systemd v256 (see NEWS) and fixed https://github.com/systemd/systemd/issues/28001. HAOS 13.1 ships with systemd v254.
This bug is triggered when running the OVA with QEMU with HyperV Enlightenment enabled. With systemd versions before v256, systemd-detect-virt returned microsoft (expected: kvm) which then prevents the QEMU guest agent from being started (ConditionVirtualization=|kvm was not met, ConditionVirtualization=|qem was not met).
What operating system image do you use?
ova (for Virtual Machines)
What version of Home Assistant Operating System is installed?
13.1
Did the problem occur after upgrading the Operating System?
No
Hardware details
Synology Virtual Machine Manager 2.6.5-12202
Steps to reproduce the issue
- create a VM using the current OVA image
- enable Hyper-V Enlightenments
- start the VM
- run
systemctl status qemu-guest.serviceto confirm that QEMU guest agent is not started
Anything in the Supervisor logs that might be useful for us?
no
Anything in the Host logs that might be useful for us?
no
System information
No response
Additional information
No response