Comment on How do I stop Docker trying to pull from IPv6?
TheKracken@lemmy.world 3 days agoAbsolutely Disable ipv6 - Raspberry Pi Forums share.google/ynTkPxr9LkSfz5CZM
Comment on How do I stop Docker trying to pull from IPv6?
TheKracken@lemmy.world 3 days agoAbsolutely 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?
Zagorath@aussie.zone 2 days ago
I’m happy to keep it public if only for the off chance that if we find a solution it might some day help someone else with the same issue.
I’m not 100% sure how to find the OS version, but
uname -a
outputs[…]6.12.25+rpt-rpi-v8[…]
./etc/os-release
contains “Debian GNU/Linux 12 (bookworm)”. It should be whatever was latest as of a month or two ago when I installed the OS fresh.iglou@programming.dev 2 days ago
I have read the rest of the comments to see what you already tried. I was about yo tell you to use sysctl to disable ipv6 but it looks like that is already done.
As a matter of fact, it looks like you have no ipv6 address at all. Which makes me think that your DNS config is off.
Can you show me the content of /etc/resolv.conf ?