Skip to content
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

DNS hang #99

Open
ryfow opened this issue Apr 14, 2023 · 0 comments
Open

DNS hang #99

ryfow opened this issue Apr 14, 2023 · 0 comments

Comments

@ryfow
Copy link

ryfow commented Apr 14, 2023

On my M1 Mac, if I run the following, dig will loop for a while, and then sort of hang with qemu at 100%. This doesn't happen if I use the ubuntu template.

limactl start --name feh template://alpine
limactl shell feh
sudo apk add --update bind-tools

while true; do dig host.docker.internal ; done

host.docker.internal doesn't resolve to anything, but if I just let that command sit for a few minutes, eventually the id value will stop changing in the dig output. qemu-system-aarch will sit at 100% cpu usage in Activity Monitor, and I won't be able to connect to the VM with limactl shell feh

A few minutes later, the VM comes back to life, printing dig output and goes back to consuming 31% CPU in Activity Monitor.

versions:

~ ❯❯❯ lima --version
limactl version 0.15.0
~ ❯❯❯ qemu-system-aarch64 --version
QEMU emulator version 7.2.1
Copyright (c) 2003-2022 Fabrice Bellard and the QEMU Project developers

This seems to be what I'm running into with rancher-sandbox/rancher-desktop#2811

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant