qubes-qube-manager crashes due to python TypeError when changing netvm property #9725
Labels
affects-4.2
This issue affects Qubes OS 4.2.
C: manager/widget
needs diagnosis
Requires technical diagnosis from developer. Replace with "diagnosed" or remove if otherwise closed.
P: default
Priority: default. Default priority for new issues, to be replaced given sufficient information.
Qubes OS release
Qubes OS 4.2
Brief summary
Hello!
I recently performed an update and tried to set the netvm of an already running disposable qube and the qube manager would crash with the following message:
Reading the journalctl output of qubesd, I get the following exception:
When running
qvm-prefs <disposable vm> netvm <desired netvm>
, I get the following output:Steps to reproduce
Alternatively:
qvm-prefs <disposable vm> netvm sys-net
Expected behavior
Netvm changes without the qube manager crashing or the qvm-prefs giving a failure message.
Actual behavior
Qube Manager crashes, qvm-prefs displays a failure message, netvm does not change.
Additional information
I included the details of qube-manager crashing as I'm not sure it giving a coredump is expected behavior (as opposed to displaying an error to the user). I would debug this problem further as I am familiar with python but this appears related to an event within the code for qubesd and I wasn't able to follow it's execution path as I am unfamiliar with the codebase.
The text was updated successfully, but these errors were encountered: