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-create --class Standalone fails when a template is specified #3060

Open
yomimono opened this Issue Aug 29, 2017 · 2 comments

Comments

Projects
None yet
3 participants
@yomimono

Qubes OS version (e.g., R3.2):

4.0 RC1

Affected TemplateVMs (e.g., fedora-23, if applicable):

dom0 (fc25)


Expected behavior:

qvm-create --class StandaloneVM -l blue --template debian-8 uservm makes a standalone appVM called uservm based on the debian-8 template.

Actual behavior:

No appvm is created and the command returns an error message:

app: Error creating VM: got empty response from qubesd

Steps to reproduce the behavior:

qvm-create --class StandaloneVM -l blue --template debian-8 uservm

General notes:

qvm-create --class StandaloneVM -l blue uservm succeeds, but qvm-create --class StandaloneVM -l blue --template fedora-25 -v ocaml also gets an empty response from qubesd.


Related issues:

#3017 may be related.

@yomimono yomimono changed the title from creating StandaloneVMs based on debian8 fails to qvm-create --class Standalone fails when a template is specified Aug 29, 2017

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Aug 29, 2017

Member

This is because StandaloneVM does not have template. To create StandaloneVM with system copied from template, use qvm-clone --class StandaloneVM

Member

marmarek commented Aug 29, 2017

This is because StandaloneVM does not have template. To create StandaloneVM with system copied from template, use qvm-clone --class StandaloneVM

@marmarek marmarek added this to the Release 4.0 milestone Aug 29, 2017

@yomimono

This comment has been minimized.

Show comment
Hide comment
@yomimono

yomimono Aug 29, 2017

Ah, thanks, that works fine.

Ah, thanks, that works fine.

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