-
Notifications
You must be signed in to change notification settings - Fork 653
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
arp
unreliable on minimized images due to lack of network activity
#3822
Comments
Calling it a medium since it will show up only occasionally and you have a workaround. |
We should probably add this to the new troubleshooting in the meantime. |
Looks fine on Sequoia here:
|
That's still the new format, which replaced the mac address with that id. It used to have the MAC on both We could key by the name, but that's has caused issues in the past. Different VMs can have the same name (at different times), and I don't think the order of that file is reliable. I guess we could try each one until we succeed. |
Indeed. What a mess. |
Describe the bug
When using
snapcraft
, instances time out on launch b/c they don't incur enough network activity on startup.To Reproduce
How, and what happened?
multipass launch snapcraft:core24 -n test
arp -an
has the IPmultipass stop test
prunes the IP immediatelymultipass start test
times outping 192.168.66.4
immediately unblocksExpected behavior
The instance to get an IP.
Logs
Additional info
OS: macOS 14.05 Sonoma on a MacBook Air M1
qemu
Additional context
The text was updated successfully, but these errors were encountered: