New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

`dispvm_netvm` cannot be set to 'none' with `qvm-prefs` #1295

Closed
andrewdavidwong opened this Issue Oct 8, 2015 · 1 comment

Comments

Projects
None yet
2 participants
@andrewdavidwong
Member

andrewdavidwong commented Oct 8, 2015

[user@dom0 ~]$ qvm-prefs -l untrusted
[...]
dispvm_netvm       : sys-firewall
[...]
[user@dom0 ~]$ qvm-prefs -s untrusted dispvm_netvm none
[user@dom0 ~]$ qvm-prefs -l untrusted
[...]
dispvm_netvm       : sys-firewall
[...]
[user@dom0 ~]$ qvm-prefs -s untrusted dispvm_netvm
Missing netvm name argument!
Possible values:
1) default (the same as VM own netvm)
2) none
3) <vmname>
[user@dom0 ~]$ qvm-prefs -s untrusted dispvm_netvm 2
A VM with the name 'None' does not exist in the system.
[user@dom0 ~]$
@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Oct 8, 2015

Member

Duplicate of #1272

Member

marmarek commented Oct 8, 2015

Duplicate of #1272

@marmarek marmarek closed this Oct 8, 2015

@marmarek marmarek added the duplicate label Oct 11, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment