You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having some problems tracking down a bug in multipass that uses hyperkit. Just in case you guys can verify wether or not it is in hyperkit?
Thanks in advance.
ENV
multipass version
multipass 1.11.1+mac
multipassd 1.11.1+mac
Mac Apple M1
MacOS 12.5.1
curl hangs half way through a large file(small file no problem) , if the server(multipass vm) is running in multipass on different computers on different vLAN.
Steps
Create multipass vm and mount from the same folder:
multipass launch --name myvm --network=en0
multipass mount . myvm:~/speed
multipass shell myvm
cd speed
python3 -m http.server
Curl to multipass mvm
curl <ip>/file.txt
In my case: `curl 192.170.1.231/file`
7AVzmECVWNbcShP+TE+/6AM/KZWc12AzLKvtctv0pqeSW0SNDW3OSM82SkzF+/UExUUBH4dxlIcM
dObLOlLgz9WfoiEtvZ4Hbx/yq85C+WwnFr2Trhu75qmFrg8Ht8t/x+MyDfI0MyuGw91tKqFgHL4F
Now it hangs, what to do?
If you run this python3 -m http.server on the host computer it works, just not from multipass vm.
If I use Wireshark I can see something standing out right about where it hangs:
Hi there
I am having some problems tracking down a bug in multipass that uses hyperkit. Just in case you guys can verify wether or not it is in hyperkit?
Thanks in advance.
ENV
curl hangs half way through a large file(small file no problem) , if the server(multipass vm) is running in multipass on different computers on different vLAN.
Steps
Now it hangs, what to do?
If you run this
python3 -m http.server
on the host computer it works, just not from multipass vm.If I use Wireshark I can see something standing out right about where it hangs:
Thanks
The text was updated successfully, but these errors were encountered: