-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
"Network dropped connection on reset" errors on 9p mounts #4394
Comments
Hmmm I am on QEMU 7.1 and I still see this issue. UTM 4.0.5. Ubuntu 22.04 guest. |
An strace inside the guest yields lots of these:
|
@osy can you see if you can replicate this on QEMU 7.1 and then assign as a bug rather than future if the QEMU fix did not resolve this issue (and I do not think it did). |
@sbates130272 I don’t understand why you say you are on QEMU 7.1 and UTM 4.0.5 since UTM 4.0.5 is running the same QEMU 7.0 as 3.x. |
@osy OK maybe I am going crazy but I just though UTM used whatever QEMU is available on the path of the host machine. In my case the version of QEMU installed (via homebrew) on my M1 Macbook is 7.1. Am I missing something? I certainly don't see any other qemu-system-aarch64 executables on my system.
|
That’s… that’s not how it works. UTM is based off of QEMU. It doesn’t pull QEMU from your system. It’s built in. |
@osy doh. Ooops. Thanks for the clarification. Sorry for being such a noob. So I guess I need to wait for UTM to bump to 7.1 and see if this issue goes away. |
@osy sorry to be a pain but where in the codebase does UTM pull in QEMU? I had a look but I can't find anything obvious. I'd appreciate a pointer. Thanks! |
Thanks @osy for helping me out. That all makes much more sense now. Looking forward to the upgrade to 7.1! |
this started happening to me after standby/resume from UTM. |
Hi, Could you please tell when UTM 4.1 will be released? I have the same issue and wait for a fix. Alternatively, could anyone indicate how to modify the qemu command line which is generated by UTM to use qemu 7.1.0, as installed by Homebrew? I tried without luck.
So, is there a simple way to tweak the UTM-generated qemu command using another instance of qemu, namely the version 7.1.0 which is installed with Homebrew? |
https://github.com/utmapp/UTM/releases Please check out 4.1.1 beta. QEMU has been updated. |
Thanks, works great, no more "network dropped" error. |
Simple: add a 9p share to a VM (here I used the Debian Minimal one from UTM, updated to bullseye), mount it, and try to look at things on the host from the VM.
This has been reported at lima:
This is caused by a errno mapping issue between Darwin and Linux, fixed in QEMU 7.1:
So, I guess the fix is "easy": update to QEMU 7.1 :D
Configuration
The text was updated successfully, but these errors were encountered: