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-vm-settings fails for restored VMs #2947
Comments
andrewdavidwong
added
bug
C: core
labels
Aug 1, 2017
andrewdavidwong
modified the milestones:
Release 3.2 updates,
Release 4.0
Aug 1, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
About workaround - use qvm-features tool for this. |
marmarek
added
the
C: qubes-manager
label
Aug 1, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
ktmdan
Oct 2, 2017
Quick workaround for a lot of vms
for qube in `qvm-ls --format simple | cut -f1 -d ' '`; do qvm-features $qube services.meminfo-writer -D; done
ktmdan
commented
Oct 2, 2017
•
|
Quick workaround for a lot of vms for qube in `qvm-ls --format simple | cut -f1 -d ' '`; do qvm-features $qube services.meminfo-writer -D; done |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Oct 2, 2017
Member
|
On Mon, Oct 02, 2017 at 08:15:30AM -0700, Dan wrote:
Quick workaround for a lot of vms
for qube in `qvm-ls --format simple | cut -f1 -d ' '`; do qvm-features $qube services.meminfo-writer -D; done
Pro tip: `qvm-ls -O name` for just VM names (and a "NAME" header...).
…--
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
|
marmarek
closed this
in
marmarek/qubes-manager@43576d7
Oct 16, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
qubesos-bot
Oct 16, 2017
Automated announcement from builder-github
The package qubes-manager-4.0.7-1.fc25 has been pushed to the r4.0 testing repository for dom0.
To test this update, please install it with the following command:
sudo qubes-dom0-update --enablerepo=qubes-dom0-current-testing
qubesos-bot
commented
Oct 16, 2017
|
Automated announcement from builder-github The package
|
qubesos-bot
added
the
r4.0-dom0-cur-test
label
Oct 16, 2017
qubesos-bot
referenced this issue
in QubesOS/updates-status
Oct 16, 2017
Closed
manager v4.0.7 (r4.0) #270
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
qubesos-bot
Oct 30, 2017
Automated announcement from builder-github
The package qubes-manager-4.0.8-1.fc25 has been pushed to the r4.0 stable repository for dom0.
To install this update, please use the standard update command:
sudo qubes-dom0-update
Or update dom0 via Qubes Manager.
qubesos-bot
commented
Oct 30, 2017
|
Automated announcement from builder-github The package
Or update dom0 via Qubes Manager. |
kulinacs commentedAug 1, 2017
•
edited
Edited 1 time
-
kulinacs
edited Aug 1, 2017 (most recent)
Qubes OS version (e.g.,
R3.2):R4.0-rc1
Expected behavior:
qubes-vm-settings loads for restored VMs
Actual behavior:
Error causes failure
Steps to reproduce the behavior:
General notes:
Fix
BE CAREFUL EDITING /var/lib/qubes/qubes.xml by hand!
Replace
with:
for all restored VMs in
/var/lib/qubes/qubes.xmland restart.Error
TypeError: setChecked(self, bool): argument 1 has unexpected type 'str'
at line 9
of file /usr/bin/qubes-vm-settings.
line: self.vm.features.get('services.meminfo-writer', True))
func: init_advanced_tab
line no.: 454
file: /usr/lib/python3.5/site-packages/qubesmanager/settings.py
line: self.init_advanced_tab()
func: init
line no.: 89
file: /usr/lib/python3.5/site-packages/qubesmanager/settings.py
line: settings_window = VMSettingsWindow(vm, qapp, args.tab)
func: main
line no.: 999
file: /usr/lib/python3.5/site-packages/qubesmanager/settings.py
line: load_entry_point('qubesmanager==4.0.4', 'console_scripts', 'qubes-vm-settings')()
func:
line no.: 9
file: /usr/bin/qubes-vm-settings
Related issues: