Hello,
I have the following problem from a couple of days or more.
My DNS is working properly. when I copy/paste the Storj link in to a browser it opens a page where is written only the GitHub link . If I separately open the GitHub link alone in a new tab it does download the file. Though the whole process seems to fail in the storage node:
It looks very weird that you can access that link from the browser but not from your terminal with wget.
Can you please provide more information about your environment (machine where the browser is running and the machine where you’re runningwget, if it’s different, and if you’re using some layer, container, etc.) and the exact wget command that you’re running?
I’ve pulled the same image in my machine and it works, it’s able to download the files. However, I run Linux on my machine and its CPU is Intel(R) Core™ i7-8550U CPU @ 1.80GHz.
Is it still happening on your machine?
Please provide the CPU that your machine has, so if the problem is persisting we’ll try to reproduce it in a machine as much similar as yours.
Thank you @ifraixedes for your help.
I think it did pulled it under your instructions but after that what should I do?
I stop/start the the storagenode container but the same restart loop
Mine is Intel(R) Core™ i7-3770 CPU @ 3.40GHz
The only fix is to do not use alpine. Never. Too many hacks are needed to make it working in all circumstances. At the moment the 1.50.4 docker images have used alpine…
I hope it will be fixed in the next release.
But now you can try to add to your docker run command the option --dns 8.8.8.8, may be it can help.
We now uses the self-updating image and it’s based on Alpine OS. The Alpine is known as too bad when the network is unstable or not so quick to resolve hosts, the busybox (used in Alpine) version of wget has short timeouts for response. Due this limitation if your ISP’s DNS is a little bit slow, the resolving will fail.