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

Add also a GUI (window) notification when cannot start a VM due to some error #534

Closed
marmarek opened this Issue Mar 8, 2015 · 1 comment

Comments

Projects
None yet
2 participants
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by joanna on 19 Apr 2012 10:23 UTC
... e.g. due to insufficient memory error. Currently it is only displayed to the user when the user uses a command line tool to start a VM:

[~](joanna@dom0)$ qvm-start personal-win7
--> Loading the VM (type = HVM)...
Traceback (most recent call last):
  File "/usr/bin/qvm-start", line 93, in <module>
    main()
  File "/usr/bin/qvm-start", line 88, in main
    xid = vm.start(debug_console=options.debug_console, verbose=options.verbose, preparing_dvm=options.preparing_dvm)
  File "/usr/lib64/python2.6/site-packages/qubes/qubes.py", line 1368, in start
    raise MemoryError ("ERROR: insufficient memory to start this VM")
MemoryError: ERROR: insufficient memory to start this VM

When starting via appmenus (and probably also via manager) NOTHING is displayed!

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

@marmarek

This comment has been minimized.

Show comment
Hide comment

@marmarek marmarek closed this Mar 8, 2015

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