Pixi using my DNS to resolve DNS names instead of using /etc/hosts. #4059
Closed
fsobral-bw
started this conversation in
General
Replies: 1 comment 1 reply
-
It's resolved. The problem is that uv does not respect the order of servers listed in /etc/resolv.conf. If one of the servers fails to resolve the address, it immediately fails. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
How can pixi resolve DNS names using my DNS Server? The DNS server is setup in /etc/resolv.conf.
I have the error bellow when I try to fetch a image from my nexus internal repository:
error sending request for url (https://xxxxxx/repository/bwgipypihosted/simple/abcd-as9/)
├─▶ client error (Connect)
├─▶ dns error: failed to lookup address information: Name does not resolve
╰─▶ failed to lookup address information: Name does not resolve
But when I run the nslookup command the URL is resolved. When I run the command bellow:
pixi run curl
,
it's work too.
Regards,
Fabio Sobral
Beta Was this translation helpful? Give feedback.
All reactions