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-features does not have --get #3965

Closed
RefinedSoftwareLLC opened this Issue Jun 6, 2018 · 1 comment

Comments

Projects
None yet
3 participants
@RefinedSoftwareLLC

Qubes OS version:

Qubes release 4.0 (R4.0)
I also used:
$ sudo qubes-dom0-update --enablerepo=qubes-dom0-security-testing

Affected component(s):

qvm-features in the terminal


Steps to reproduce the behavior:

qvm-features vm-name video-model --get

Expected behavior:

qvm-features to have the same --get that qvm-prefs has. All qvm- should have as many shared --argument features as possible.

Actual behavior:

qvm-features: error: unreconized arguments: --get

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Jun 6, 2018

Member

The qvm-prefs --get exists only for compatibility with Qubes 3.2 - see man qvm-prefs. The syntax to get the current value is qvm-prefs vm-name property-name, same as for qvm-features: qvm-features vm-name feature-name (like qvm-features vm-name video-model).

Member

marmarek commented Jun 6, 2018

The qvm-prefs --get exists only for compatibility with Qubes 3.2 - see man qvm-prefs. The syntax to get the current value is qvm-prefs vm-name property-name, same as for qvm-features: qvm-features vm-name feature-name (like qvm-features vm-name video-model).

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