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

3.1: starting hvm from iso causes stacktrace #1865

Closed
qjoo opened this Issue Mar 21, 2016 · 2 comments

Comments

Projects
None yet
3 participants
@qjoo

qjoo commented Mar 21, 2016

qvm-start subgraph --cdrom=disp15:/home/user/Downloads/os.iso 
--> Loading the VM (type = HVM)...
Traceback (most recent call last):
  File "/usr/bin/qvm-start", line 131, in <module>
    main()
  File "/usr/bin/qvm-start", line 115, in main
    xid = vm.start(verbose=options.verbose, preparing_dvm=options.preparing_dvm, start_guid=not options.noguid, notify_function=tray_notify_generic if options.tray else None)
  File "/usr/lib64/python2.7/site-packages/qubes/modules/01QubesHVm.py", line 326, in start
    return super(QubesHVm, self).start(*args, **kwargs)
  File "/usr/lib64/python2.7/site-packages/qubes/modules/000QubesVm.py", line 1901, in start
    self.libvirt_domain.createWithFlags(libvirt.VIR_DOMAIN_START_PAUSED)
  File "/usr/lib64/python2.7/site-packages/libvirt.py", line 1059, in createWithFlags
    if ret == -1: raise libvirtError ('virDomainCreateWithFlags() failed', dom=self)
libvirt.libvirtError: internal error: libxenlight failed to create new domain 'subgraph'
@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 21, 2016

Member

Check /var/log/libvirt/libxl/libxl-driver.log - I guess you'll find something about wrong path...
If it's not the case, check if your dispvm have xen-blkback kernel module loaded.

Member

marmarek commented Mar 21, 2016

Check /var/log/libvirt/libxl/libxl-driver.log - I guess you'll find something about wrong path...
If it's not the case, check if your dispvm have xen-blkback kernel module loaded.

@andrewdavidwong

This comment has been minimized.

Show comment
Hide comment
@andrewdavidwong

andrewdavidwong Apr 6, 2016

Member

I'm assuming this issue has been resolved based on the lack of recent activity. If not, please feel free to re-open it.

Member

andrewdavidwong commented Apr 6, 2016

I'm assuming this issue has been resolved based on the lack of recent activity. If not, please feel free to re-open it.

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