Hello people.
Im using Debian Testing and fresh Whonix 9.2 with KVM from testing repository
libvirt-bin 1.2.7-11
qemu-kvm 2.1+dfsg-4
virt-manager 0.9.5-1
i do all steps like whonix KVM manual said except newer version kvm not from wheezy backports,but jessie and have such errors
Error starting domain: unsupported configuration: setting ACPI S3 not supported
Details
Error starting domain: unsupported configuration: setting ACPI S3 not supported
Traceback (most recent call last):
File “/usr/share/virt-manager/virtManager/asyncjob.py”, line 96, in cb_wrapper
callback(asyncjob, *args, **kwargs)
File “/usr/share/virt-manager/virtManager/asyncjob.py”, line 117, in tmpcb
callback(*args, **kwargs)
File “/usr/share/virt-manager/virtManager/domain.py”, line 1160, in startup
self._backend.create()
File “/usr/lib/python2.7/dist-packages/libvirt.py”, line 951, in create
if ret == -1: raise libvirtError (‘virDomainCreate() failed’, dom=self)
libvirtError: unsupported configuration: setting ACPI S3 not supported
I already read these two topics with similar problems
https://www.whonix.org/forum/index.php/topic,386.15.html
https://www.whonix.org/forum/index.php?topic=420.0
tryed to delete these lines,like Patrick mention but this not help
Im thinking maybe its just because of newer version of KVM,if it will be from wheezy backports this would start working?
Maybe there is a solution by editing .xml Whonix files,thanks.