We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
R4.0, latest current-testing (but it's not a new problem)
qvm-run-vm --dispvm '/usr/lib/qubes/qrexec-client-vm \$default qubes.Filecopy </dev/null; echo sleeping supposedly forever; sleep inf'
The qvm-run-vm command should block forever (because of the sleep inf at the end).
qvm-run-vm
sleep inf
The qvm-run-vm command finishes a few seconds after showing the "sleeping supposedly forever" message, because the DispVM is killed for some reason.
Last line in /var/log/qubes/qrexec.dispNNNN.log says libvchan_is_eof.
libvchan_is_eof
If any other VM than sourcevm is chosen the dom0 dialog, everything works as expected (i.e. the DispVM is not killed).
The text was updated successfully, but these errors were encountered:
Duplicate of #3318
Sorry, something went wrong.
qrexec-client-vm
No branches or pull requests
Qubes OS version:
R4.0, latest current-testing (but it's not a new problem)
Steps to reproduce the behavior:
qvm-run-vm --dispvm '/usr/lib/qubes/qrexec-client-vm \$default qubes.Filecopy </dev/null; echo sleeping supposedly forever; sleep inf'
Expected behavior:
The
qvm-run-vm
command should block forever (because of thesleep inf
at the end).Actual behavior:
The
qvm-run-vm
command finishes a few seconds after showing the "sleeping supposedly forever" message, because the DispVM is killed for some reason.Last line in /var/log/qubes/qrexec.dispNNNN.log says
libvchan_is_eof
.General notes:
If any other VM than sourcevm is chosen the dom0 dialog, everything works as expected (i.e. the DispVM is not killed).
The text was updated successfully, but these errors were encountered: