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 upqvm-create --class DispVM throws exception in qubesd #3341
Comments
andrewdavidwong
added
bug
C: core
labels
Nov 28, 2017
andrewdavidwong
added this to the Release 4.0 milestone
Nov 28, 2017
zander
referenced this issue
Dec 10, 2017
Open
qvm-create with non-ascii char in name causes unhandled exception in qubesd #3387
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
rustybird
Jan 4, 2018
qvm-create --class DispVM --template archlinux --label red DispArch
I expected to get a VM that would be used as a template for disposable VMs.
Use --property template_for_dispvms=True instead of --class DispVM.
rustybird
commented
Jan 4, 2018
Use |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
arjan-s
Jan 18, 2018
Creating a VM with that property does work. It also is possible to run for instance qvm-run --dispvm=arch-dvm --service qubes.StartApp+firefox.
What doesn't work is registering the new DispVM in the Qubes interface.
The menu options created for the new DispVM start the applications in the AppVM/template, not in a newly created DispVM. I can fix this manually by running qvm-features arch-dvm appmenus-dispvm true and then selecting the applications I want in the menu.
Also, it's not possible to choose the new DispVM as default DispVM in the configuration dialog of other AppVM's. I don't know how to fix this yet.
arjan-s
commented
Jan 18, 2018
|
Creating a VM with that property does work. It also is possible to run for instance |
marmarek
modified the milestones:
Release 4.0,
Release 4.0 updates
Mar 5, 2018
marmarek
self-assigned this
Mar 5, 2018
marmarek
closed this
in
marmarek/qubes-core-admin@e2b7030
Mar 19, 2018
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
qubesos-bot
Mar 29, 2018
Automated announcement from builder-github
The package qubes-core-dom0-4.0.25-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
Mar 29, 2018
|
Automated announcement from builder-github The package
|
qubesos-bot
added
the
r4.0-dom0-cur-test
label
Mar 29, 2018
qubesos-bot
referenced this issue
in QubesOS/updates-status
Mar 29, 2018
Closed
core-admin v4.0.25 (r4.0) #469
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
qubesos-bot
May 14, 2018
Automated announcement from builder-github
The package qubes-core-dom0-4.0.27-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
May 14, 2018
|
Automated announcement from builder-github The package
Or update dom0 via Qubes Manager. |
zander commentedNov 27, 2017
Qubes OS version:
4RC2, updated to latest 'current'. So likely RC3.
Steps to reproduce the behavior:
I build my own archlinux template which works great and I have some AppVMs based on it.
As this actually includes KDE, I want it to be the basis of my DispVM.
As such I found that qvm-create has a list of classes, one of them is 'DispVM'.
So I ran;
qvm-create --class DispVM --template archlinux --label red DispArchExpected behavior:
I expected to get a VM that would be used as a template for disposable VMs.
Actual behavior:
qvm-create came back with a hint to look in the journal.
The output follows;
Related issues:
#3047