-
-
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
Missing newline in qvm-usb timeout output #5701
Comments
This issue is being closed because:
If anyone believes that this issue should be reopened and reassigned to an active milestone, please leave a brief comment. |
Affects 4.1 |
@strugee @bakeromso Could you modify and change one line in the
to
and see if it fixes the issue? Since sys-usb is a disposable VM, you should not need to backup the file. Restarting sys-usb would revert the change. |
that's definitely not how it should be - the |
@alimirjamali I wouldn't mind testing a fix, however I don't recall what device caused the timeout. If you have a way to force the timeout, then I'd be happy to give it a go. @marmarek Do you maybe have a different suggestion? |
Sorry for mistake. Just realized it. Mixes another bash related issue with this one. the qrexec-client-vm is not properly parsing the usb-import output. All new-line wraps are missing. Not just one. I will try to look into this further. |
if an update is needed issue still persists |
PR Submitted Affects 4.2 & 4.3 as well as 4.1 Review priority: Low Development notes: PR Submitted against main branch of |
Qubes OS version:
R4.0
Affected component(s) or functionality:
qvm-usb
Steps to reproduce the behavior:
qvm-usb attach <domain> <device>
in some situation that will cause an attach timeout (in my case this is a separate bug that I'll report shortly)Expected or desired behavior:
This error is printed:
Maybe without the
echo: echo:
too, I'm a little confused as to where those are coming from?Actual behavior:
This is printed:
Notice the newline which is missing in between "I/O error" and "Attach timeout".
General notes:
I have consulted the following relevant documentation:
None
I am aware of the following related, non-duplicate issues:
None
The text was updated successfully, but these errors were encountered: