

It’s in the dnsutils package.
It’s in the dnsutils package.
Well crap. Do you have no ipv6 address now in ip addr
?
Guess I gave Docker too much benefit of the doubt and assumed it should failover to v4 once v6 was disabled. Bad assumption on my part.
Could it be a DNS problem? If you dig registry-1.docker.io +short
does it return an ipv4 or v6 address?
It looks like there have been sporadic reports of problems from people since last year.
Ok, so it’s probably using NetworkManager. I would try disabling it in /etc/NetworkManager/NetworkManager.conf by adding a block like:
[ipv6]
addr-gen-mode=stable-privacy
method=disabled
Then sudo systemctl restart NetworkManager
.
Can’t say for sure if this will work. I dislike using NetworkManager on my servers so I can’t test if this works. But hopefully the before/after of ip addr
is different.
Although it looks like your ip addr
output posted an hour or so ago doesn’t show any ipv6 addressing. Maybe the problem is solved now.
Different programs have different defaults.
But in your situation which would be more helpful - prevent this one docker command from using ipv6 (likely more difficult), or preventing all commands from using your broken ipv6 config (likely easier)?
I have no idea about the first. Maybe some people know this detail. But I’m sure that with a distro and version that you’re running, there are lots of people who could help with the second. Raspberry Pi 3B+ is the hardware. What software are you using?
Docker is a distraction in your problem description.
It’s like if you asked why the top gear in your car isn’t working and gave the model of car and engine type and gearbox. But it’s really that you’re stuck in slow traffic. Focus on the road name and destination to find a faster route.
For your problem, search for how to disable ipv6 for the Linux distribution and version that you have installed. You will find lots of guidance. Or share those details here for someone to help.
Or, better might be to see if there is a way to get ipv6 tunneling working on your connection. It may be possible even if the ISP is unhelpful.
Some routers advertise a routable link local.
That makes sense, yeah. It’s probably the closest comparison.
Here’s a fun comparison: Tennessee vs Mecklenburg Western-Pomerania
They have very similar population density (70/km² vs 65/km²). Tennessee is roughly 4x the area and population.
There are only 2 inter-city train stops in Tennessee, in Memphis and a small town to it’s north, both on the 1x/day service between Chicago and New Orleans. The largest city (and its state capitol) Nashville has no rail service.
The entire state of Tennessee has only 10 inter-city bus stops. Ten! Serving 7M people. The 4th largest city in the state is Chattanooga (181k), and it has no inter-city bus and no rail.
The worst part, from a transportation perspective, is that our low density rural areas in the US are often isolated homesteads. Fully scattered single family farms and ranches, miles from the next family. We don’t have as much village centric rural areas as in Europe. So it makes delivering services (transportation, education, health care) to our rural population much harder.
Public transportation in cities varies. But inter-city transportation? In most of the USA you simply cannot travel between towns or cities on public transportation. There are a few inter-city bus options (Greyhound, Flix, Megabus), but those don’t go everywhere.
The rail options outside of the NE corridor (Boston to Washington DC, basically) are very sparse. Here’s the map: https://www.amtrak.com/content/dam/projects/dotcom/english/public/documents/Maps/Amtrak-System-Map-020923.pdf
That’s it. Most of those routes are at most once per day in each direction. So if you city even has a stop (which it probably doesn’t) the train may only come through in the middle of the night. Some routes are only 3x/week. And because of the massive distances involved and old equipment, it takes at least 70h+ to travel from coast to coast (more really, since connection times are long) and costs twice the price of a 6h flight ($250+ vs $80-120).
Trains are often on schedule, but can be many hours late. Once they are off schedule they are at the mercy of the freight train lines (who own the tracks) for passing. You can get stuck behind a slow moving cargo train for many hours.
Why is it like this? It’s complicated. But it starts with very low population density, large areas/distances, and a very different relationship between the individual and the state in the US vs most of Europe. Add the rise of suburbs in the automobile right when many US cities were growing. Another factor is public attitudes. People think that public transportation is for poor people. I know people who have never ridden a city bus, and I live in a city that probably has above average public transportation for the region.
Anyway, as a public transportation rider-by-choice I feel your pain. Having spent a few weeks in Germany recently (with a DT for travel), and having ridden extensively on US train and bus networks, yous is definitely much, much better. Resist the politics of privatization and decay.
The dislodge line is where we had to pause for laughing. Delivered with such testiness.
The Long Kiss Goodnight
https://imdb.com/title/tt0116908
Geena Davis and Samuel L Jackson. He said in 2019 that it was his favorite role. It was released after a flop for Davis and director Renny Harlin (then her husband), and may have had poor press related to that.
It has an unlikely hero, plenty of action sequences, some fun performances (I had to pause it after a funny line from Brian Cox cracked me up), and heart. Solidly entertaining. But low expectations might help.
This flag seems to only disable ipv6 on the default Docker bridge network, not daemon-wide. At least per this discussion.