Comment on How do I stop Docker trying to pull from IPv6?
iglou@programming.dev 3 days ago
Looks like your Pi thinks it can use IPv6. Find where, and disable it.
Comment on How do I stop Docker trying to pull from IPv6?
iglou@programming.dev 3 days ago
Looks like your Pi thinks it can use IPv6. Find where, and disable it.
Zagorath@aussie.zone 3 days ago
Yes, that is what I am here seeking help with.
TheKracken@lemmy.world 3 days ago
Absolutely Disable ipv6 - Raspberry Pi Forums share.google/ynTkPxr9LkSfz5CZM
Zagorath@aussie.zone 3 days ago
Sorry, maybe I should have explained every single step I tried in the body of the original post. I didn’t, partly because there were just too many and partly because I forgot which methods I had tried and which pages I had visited. But that page is one I’ve seen already.
It mentions to “blacklist” the module in a file that doesn’t exist. In fact, in a file that’s in a directory that doesn’t exist, which makes me very sceptical about the later claim that creating that file will fix it.
/etc/modules-load.d
exists, but not/etc/modules.d
. I did already try the final suggestion to add that line to the end of/boot/firmware/cmdline.txt
though. No luck.I think the fact that it’s 6 years old is probably a big part of the reason it didn’t help. Files and directories have moved around. The suggestions in that post are literally just “do this” without any underlying explanation of what it’s doing that could lend to further investigation of the more modern way to do it.
iglou@programming.dev 2 days ago
What version of Pi OS are you running?