-
-
Notifications
You must be signed in to change notification settings - Fork 48
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-open-in-dvm tries to start the disposable twice #7031
Comments
In case it helps with the diagnosis: Before #7023 ('VM killed with "out of PoD memory" error') was fixed, I noticed the same 2 attempts to start a VM - but here it was in R4.0 when running |
Report it as proper failed call exception, so that policy-daemon will report it back properly as refused call. Otherwise qrexec-client will fallback to a direct qrexec-policy-exec call. This would cause second (unexpected) start try. Fixes QubesOS/qubes-issues#7031
Automated announcement from builder-github The package
|
Automated announcement from builder-github The package
|
Automated announcement from builder-github The component
|
Automated announcement from builder-github The component
|
Automated announcement from builder-github The package
|
Automated announcement from builder-github The package
|
Automated announcement from builder-github The component
|
Automated announcement from builder-github The component
Or update dom0 via Qubes Manager. |
How to file a helpful issue
Qubes OS release
R4.1
Brief summary
When the disposable qube start fails (for example not enough memory),
qvm-open-in-dvm
(or rather: qrexec handling the request at dom0 side) tries to start the disposable twice.This is likely an interaction with qrexec-policy-daemon and a fallback to qrexec-policy-exec.
Steps to reproduce
Expected behavior
The call fails after trying to start the disposable once
Actual behavior
It tries to start it twice.
The text was updated successfully, but these errors were encountered: