Hi, I had Whonix working until I updated and I didn’t change anything so I’m confused as to why this is happening. I’m using Arch Linux, kernel 5.0.2 and my libvirt version is 5.1.0-1.
Any help or tips are appreciated because I’m pretty lost.
The full error log:
Error starting domain: Unable to write to ‘/sys/fs/cgroup/blkio/machine.slice/machine-qemu\x2d3\x2dWhonix\x2dWorkstation.scope/blkio.weight’: No such file or directory
Traceback (most recent call last):
File “/usr/share/virt-manager/virtManager/asyncjob.py”, line 75, in cb_wrapper
callback(asyncjob, *args, **kwargs)
File “/usr/share/virt-manager/virtManager/asyncjob.py”, line 111, in tmpcb
callback(*args, **kwargs)
File “/usr/share/virt-manager/virtManager/libvirtobject.py”, line 66, in newfn
ret = fn(self, *args, **kwargs)
File “/usr/share/virt-manager/virtManager/domain.py”, line 1420, in startup
self._backend.create()
File “/usr/lib/python3.7/site-packages/libvirt.py”, line 1080, in create
if ret == -1: raise libvirtError (‘virDomainCreate() failed’, dom=self)
libvirt.libvirtError: Unable to write to ‘/sys/fs/cgroup/blkio/machine.slice/machine-qemu\x2d3\x2dWhonix\x2dWorkstation.scope/blkio.weight’: No such file or directory
EDIT: Every other virtual machine I have is working fine it’s just Whonix I’m having issues with.
UPDATE: I followed the instructions in the similar thread http://forums.dds6qkxpwdeubwucdiaord2xgbbeyds25rbsgr73tbfpqpt4a6vjwsyd.onion/t/solved-cant-start-the-new-14-whonix-vms-libvirterror-unsupported-configuration-block-i-o-tuning-is-not-available-on-this-host/5664 but there when I’m compiling the kernel I don’t have a “CONFIG_CFQ_GROUP_IOSCHED=y” option. I have a CONFIG_BFQ one though…and that one is enabled as are the other settings.