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 --standalone doesn't work anymore #189

Closed
marmarek opened this Issue Mar 8, 2015 · 3 comments

Comments

Projects
None yet
2 participants
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by joanna on 4 Apr 2011 14:07 UTC

[~](joanna@vaio)$ qvm-create qbdev-f14 --standalone -l blue
--> Using default TemplateVM: fedora-14-x64
ERROR: Template based VM cannot be updateable!
--> Creating directory: /var/lib/qubes/appvms/qbdev-f14
--> Creating the VM config file: /var/lib/qubes/appvms/qbdev-f14/qbdev-f14.conf
Traceback (most recent call last):
  File "/usr/bin/qvm-create", line 162, in <module>
    main()
  File "/usr/bin/qvm-create", line 149, in main
    vm.create_on_disk(verbose=options.verbose)
  File "/usr/lib64/python2.6/site-packages/qubes/qubes.py", line 1578, in create_on_disk
    super(QubesAppVm, self).create_on_disk(verbose)
  File "/usr/lib64/python2.6/site-packages/qubes/qubes.py", line 637, in create_on_disk
    self.create_config_file()
  File "/usr/lib64/python2.6/site-packages/qubes/qubes.py", line 618, in create_config_file
    line = rx_vcpus.sub (str(self.vcpus), line)
AttributeError: 'QubesAppVm' object has no attribute 'vcpus'

core-dom0: v1.5.7

Migrated-From: https://wiki.qubes-os.org/ticket/189

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Modified by marmarek on 4 Apr 2011 15:32 UTC

Member

marmarek commented Mar 8, 2015

Modified by marmarek on 4 Apr 2011 15:32 UTC

@marmarek marmarek assigned marmarek and unassigned rootkovska Mar 8, 2015

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Modified by marmarek on 4 Apr 2011 16:42 UTC

Member

marmarek commented Mar 8, 2015

Modified by marmarek on 4 Apr 2011 16:42 UTC

@marmarek marmarek closed this Mar 8, 2015

@marmarek

This comment has been minimized.

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