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

ARM64 fail to nslookup #14722

Closed
medyagh opened this issue Aug 3, 2022 · 2 comments
Closed

ARM64 fail to nslookup #14722

medyagh opened this issue Aug 3, 2022 · 2 comments
Labels
co/qemu-driver QEMU related issues kind/bug Categorizes issue or PR as related to a bug. priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done.

Comments

@medyagh
Copy link
Member

medyagh commented Aug 3, 2022

What Happened?

On M1 Qemu driver trying to debug why we have a

❗  This VM is having trouble accessing https://k8s.gcr.io
minikube ssh
cat  /etc/resolv.conf 

I noticed we can not nslookup google, the content of /etc/resolv.conf is

nameserver 10.0.2.3
search .

and when I change it to

nameserver 10.0.2.3
search .
@afbjorklund
Copy link
Collaborator

afbjorklund commented Aug 3, 2022

qemu should use the first nameserver on the host, so check that to make sure it works OK

I don't think it will try the second nameserver, even if you have more than one in /etc/resolv.conf

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625689

qemu-kvm: user-mode networking only uses the first ipv4 nameserver from resolv.conf

@afbjorklund afbjorklund added qemu-driver kind/bug Categorizes issue or PR as related to a bug. priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done. labels Aug 3, 2022
@spowelljr spowelljr added co/qemu-driver QEMU related issues and removed qemu-driver labels Sep 30, 2022
@spowelljr
Copy link
Member

More detailed information about this bug in #15021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/qemu-driver QEMU related issues kind/bug Categorizes issue or PR as related to a bug. priority/awaiting-more-evidence Lowest priority. Possibly useful, but not yet enough support to actually get it done.
Projects
None yet
Development

No branches or pull requests

3 participants