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

DispVM not cleaned up when it shutdown itself #1660

Closed
marmarek opened this Issue Jan 19, 2016 · 4 comments

Comments

Projects
None yet
1 participant
@marmarek
Member

marmarek commented Jan 19, 2016

https://groups.google.com/d/msgid/qubes-users/74e4778f-09b1-4f37-8cfc-e858538e0f85%40googlegroups.com

This is how I can reliably reproduce the bug:

  • Use a customized DVM.
  • Start a DVM in dom0.
  • qvm-run disp* poweroff

Then the DVM remains among my appvms and following error gets logged in dom0,
~./xsession-errors:

Traceback (most recent call last):
  File "/usr/lib/qubes/qfile-daemon-dvm", line 185, in <module>
    main()
  File "/usr/lib/qubes/qfile-daemon-dvm", line 182, in main
    dispvm.force_shutdown()
  File "/usr/lib64/python2.7/site-packages/qubes/modules/000QubesVm.py", line 1987, in force_shu
tdown
    raise QubesException ("VM already stopped!")
qubes.qubes.QubesException: VM already stopped!

Sometimes this happens without calling poweroff in disp* but I don't know why.

@marmarek marmarek added this to the Release 3.0 updates milestone Jan 19, 2016

marmarek added a commit to marmarek/old-qubes-core-admin that referenced this issue Jan 20, 2016

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Feb 8, 2016

Member

Automated announcement from builder-github

The package qubes-core-dom0-3.1.12-1.fc20 has been pushed to the r3.1 testing repository for dom0.
To test this update, please install it with the following command:

sudo qubes-dom0-update --enablerepo=qubes-dom0-current-testing

Changes included in this update

Member

marmarek commented Feb 8, 2016

Automated announcement from builder-github

The package qubes-core-dom0-3.1.12-1.fc20 has been pushed to the r3.1 testing repository for dom0.
To test this update, please install it with the following command:

sudo qubes-dom0-update --enablerepo=qubes-dom0-current-testing

Changes included in this update

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Feb 22, 2016

Member

Automated announcement from builder-github

The package qubes-core-dom0-3.1.12-1.fc20 has been pushed to the r3.1 stable repository for dom0.
To install this update, please use the standard update command:

sudo qubes-dom0-update

Or update dom0 via Qubes Manager.

Changes included in this update

Member

marmarek commented Feb 22, 2016

Automated announcement from builder-github

The package qubes-core-dom0-3.1.12-1.fc20 has been pushed to the r3.1 stable repository for dom0.
To install this update, please use the standard update command:

sudo qubes-dom0-update

Or update dom0 via Qubes Manager.

Changes included in this update

marmarek added a commit to QubesOS/qubes-core-admin that referenced this issue Feb 29, 2016

tests: DispVM cleanup
QubesOS/qubes-issues#1660

(cherry picked from commit 176755d)

marmarek added a commit to QubesOS/qubes-core-admin that referenced this issue Feb 29, 2016

dispvm: cleanup DispVM even if was already destroyed
dispvm.force_shutdown() throw an exception if the VM is already dead.

Fixes QubesOS/qubes-issues#1660

(cherry picked from commit 689df4a)
@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Feb 29, 2016

Member

Automated announcement from builder-github

The package qubes-core-dom0-3.0.28-1.fc20 has been pushed to the r3.0 testing repository for dom0.
To test this update, please install it with the following command:

sudo qubes-dom0-update --enablerepo=qubes-dom0-current-testing

Changes included in this update

Member

marmarek commented Feb 29, 2016

Automated announcement from builder-github

The package qubes-core-dom0-3.0.28-1.fc20 has been pushed to the r3.0 testing repository for dom0.
To test this update, please install it with the following command:

sudo qubes-dom0-update --enablerepo=qubes-dom0-current-testing

Changes included in this update

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 13, 2016

Member

Automated announcement from builder-github

The package qubes-core-dom0-3.0.28-1.fc20 has been pushed to the r3.0 stable repository for dom0.
To install this update, please use the standard update command:

sudo qubes-dom0-update

Or update dom0 via Qubes Manager.

Changes included in this update

Member

marmarek commented Mar 13, 2016

Automated announcement from builder-github

The package qubes-core-dom0-3.0.28-1.fc20 has been pushed to the r3.0 stable repository for dom0.
To install this update, please use the standard update command:

sudo qubes-dom0-update

Or update dom0 via Qubes Manager.

Changes included in this update

marmarek added a commit to marmarek/qubes-core-admin that referenced this issue Nov 4, 2016

marmarek added a commit to marmarek/qubes-core-admin that referenced this issue Nov 4, 2016

marmarek added a commit to marmarek/qubes-core-admin that referenced this issue Nov 4, 2016

marmarek added a commit to marmarek/qubes-core-admin that referenced this issue Nov 28, 2016

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