https://rancher.com/ logo
i

icy-engine-36723

07/26/2022, 11:37 AM
getting an issue with docker pull. Seems to be a dns related error. mac version - 11.4 Big Sur RD version - 1.3.0 docker: Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io on 192.168.5.353 read udp 192.168.5.1557539 >192.168.5.353: i/o timeout. Any help appreciated.
☝️ 1
w

wide-mechanic-33041

07/26/2022, 11:43 AM
do you have a firewall running? agreed it looks like a simple DNS issue. Also I would move to a more recent release just to keep up with all the fixes
i

icy-engine-36723

07/26/2022, 11:45 AM
only facing issue with this 1 device...RD is working fine on other 80 mac m1
w

wide-mechanic-33041

07/26/2022, 11:45 AM
maybe a bad install? try a factory reset?
i

icy-engine-36723

07/26/2022, 11:49 AM
tried it twice...will try version upgrade
s

sticky-summer-13450

07/26/2022, 5:44 PM
Does this device have VPN software installed?
i

icy-engine-36723

07/27/2022, 4:18 AM
yes.....but its not an issue with other devices....all of the devices have the same set of softwares installed on them...
b

better-fountain-25714

07/27/2022, 7:42 PM
I'm getting same issue. only when i upgraded. now that i've downgraded, it's still happening
p

prehistoric-ram-55253

07/28/2022, 9:24 AM
hi guys - i had the same problem and solved it by adding a rule to my firewall allowing the app rancher desktop to pass through traffic (in my case defined in ESET, the antivirus software we use in our company)
b

better-fountain-25714

07/28/2022, 6:20 PM
I fixed this by going into Lima vm
lima /etc/resolve.conf is busted how i fixed it
Copy code
/Applications/Rancher\ <http://Desktop.app/Contents/Resources/resources/darwin/lima/bin/limactl|Desktop.app/Contents/Resources/resources/darwin/lima/bin/limactl> shell 0
 
 ## now in vm
 
 $ cat /etc/resolv.conf 
 
 search <http://xyz.com|xyz.com>
 nameserver 192.168.5.3
 
 ## backup /etc/resolv.conf
 sudo cp /etc/resolv.conf /etc/resolv.conf.bak
 
 cat << EOF >test.conf
 search <http://xy.com|xy.com>
 nameserver 8.8.8.8
 EOF
 
 sudo mv test.conf /etc/resolv.conf
But now it's broken again, but for a different reason. My lima vm isn't started
629 Views