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

qvm-prefs can't set netvm to none. #3287

Closed
Selenog opened this Issue Nov 7, 2017 · 1 comment

Comments

Projects
None yet
2 participants
@Selenog

Selenog commented Nov 7, 2017

Qubes OS version:

'R4.0-rc2'

Affected TemplateVMs:

Any


Steps to reproduce the behavior:

qvm-prefs --set sys-firewall netvm none

Expected behavior:

Configure sys-firewall (or any other VM) to have no netvm.

Actual behavior:

qubesadmin.exc.QubesValueError: VM name cannot be 'none' nor 'default'

General notes:

Seems like the changes related to #3002 made it impossible to set the netvm property to "none". Maybe add a --clear option or --none to qvm-prefs.

"qvm-prefs --default sys-firewall netvm" sets it to it's default which isn't always none


Related issues:

#3002

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Nov 7, 2017

Member

Use empty string (qvm-prefs sys-firewall netvm ""). See man qvm-prefs for details.

Member

marmarek commented Nov 7, 2017

Use empty string (qvm-prefs sys-firewall netvm ""). See man qvm-prefs for details.

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