Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upqubes-manager: TypeError: cannot concatenate 'str' and 'QubesAppVM' objects. #2156
Comments
dingensundso
referenced this issue
in QubesOS/qubes-manager
Jul 7, 2016
Merged
fix TypeError in check_if_serves_as_backend #7
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
dingensundso
Jul 7, 2016
Tested my proposed fix locally and it works. Now I get a warning dialog and after that a confimation dialog.
dingensundso
commented
Jul 7, 2016
|
Tested my proposed fix locally and it works. Now I get a warning dialog and after that a confimation dialog. |
marmarek
closed this
Jul 7, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Jul 19, 2016
Member
Automated announcement from builder-github
The package qubes-manager-3.2.3-1.fc23 has been pushed to the r3.2 testing repository for dom0.
To test this update, please install it with the following command:
sudo qubes-dom0-update --enablerepo=qubes-dom0-current-testing
|
Automated announcement from builder-github The package
|
marmarek
added
the
r3.2-dom0-cur-test
label
Jul 19, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Aug 31, 2016
Member
Automated announcement from builder-github
The package qubes-manager-3.2.3-1.fc23 has been pushed to the r3.2 stable repository for dom0.
To install this update, please use the standard update command:
sudo qubes-dom0-update
Or update dom0 via Qubes Manager.
|
Automated announcement from builder-github The package
Or update dom0 via Qubes Manager. |
dingensundso commentedJul 7, 2016
Qubes OS version (e.g.,
R3.1):R3.1
When trying to shutdown a VM which serves block-devices to other VMs, qubes-manager throws the following error:
Expected behavior:
Get a normal error message.
Actual behavior:
See above.
Steps to reproduce the behavior:
qvm-block -a appvm2 appvm1:md-42(or whatever your storage device is named)General notes:
Couldn't find any reference to this error, so I hope this issue is not a duplicate :)
I think this would be fixed by changing v to v.name in
/usr/lib64/python2.7/site-packages/qubesmanager/block.py:157