C
Coder.com16mo ago
Miyuki

dial tcp 20.205.243.166:443: i/o timeout

No description
15 Replies
Codercord
Codercord16mo ago
<#1277839863139270757>
Category
Help needed
Product
Coder OSS (v2)
Platform
Linux
Logs
Please post any relevant logs/error messages.
Miyuki
MiyukiOP16mo ago
I tried docker netowkr prune, flushing firewalld, setting dns server 8.8.8.8, no luck docker pull work
Miyuki
MiyukiOP16mo ago
No description
Miyuki
MiyukiOP16mo ago
Now getting a for registry.terraform.io/coder/coder: failed to retrieve authentication too
Phorcys
Phorcys16mo ago
does curl https://github.com work on the host? (outside of the container)
Miyuki
MiyukiOP16mo ago
yes work including git commands
Phorcys
Phorcys16mo ago
do you have a proxy configured maybe ?
Miyuki
MiyukiOP16mo ago
well nope
Phorcys
Phorcys16mo ago
oh wait @深雪 could you docker exec into the Coder container and do nslookup github.com (replace nslookup with anything that does DNS lookups or temporarily install it into the container) my guess is that DNS resolution is broken within the container if that doesn't work then you can force DNS servers by setting the dns property of your Docker service for coder like this https://stackoverflow.com/a/41717827
Miyuki
MiyukiOP16mo ago
i tried this before, wget github.com in the container works well, and dns is already set to 8.8.8.8 in daemon.json
Phorcys
Phorcys16mo ago
setting the DNS in the daemon settings isn't the same as setting it in the compose file, but okay you've tried this in the Coder container right? if you start this workspace again does it still fail? if yes, is it the same error?
Miyuki
MiyukiOP16mo ago
yes, still same error
Phorcys
Phorcys16mo ago
hey, sorry, I honestly don't know what the issue could be you should open up a ticket @ https://github.com/coder/coder/issues so that our engineers can take a look i'd assume it's a Docker networking issue though
Miyuki
MiyukiOP16mo ago
okay, thanks for ur assistance
Codercord
Codercord15mo ago
@Phorcys closed the thread.

Did you find this page helpful?