• 0 Posts
  • 42 Comments
Joined 3 months ago
cake
Cake day: June 5th, 2025

help-circle


  • Nice setup. I really like the custom pouch. that’s the kind of thing I like to make.

    Is that elastic webbing stitched as a bit storage?

    I had high hopes for the SOG Powerpint. The bitholder is genius, as is its compound leverage for the pliers, like other SOG multitools. And then the can opener snapped off while trying to open a can. Maybe I did it wrong, but I’ve used SAK can openers (new and old style), p-38s, p-51s, pocketknives and even chefs knives to open cans without any trouble. But that Powerpint opener was defeated by a can of tuna. it seems not sharp enough and beveled the wrong way for its placement in the knife. When the can started bending in I stopped and gave it a bit better edge. But it puts the cutting edge a bit away from the rim, and that lets the lid stretch. If you flip it and try going the other way round then the handle gets in the way so you can’t pivot it properly.

    After it broke I used the main knife blade and got the can open in 1/10th the time I spent fiddling with the opener. But this ended the Powerpint’s use as my one blade while traveling. Now I prefer a SAK (better scissors too) and Knipex pliers.










  • 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.







  • openSUSE Tumbleweed is the rolling release, where you may have dependency decisions to make during regular updates. Updates must be done in the terminal.

    The more beginner friendly version is openSUSE Leap. That has a longer release cycle, and you use the Discover interface (or yeast, or zypper in the terminal) to update.

    Either is pretty friendly. Both have recent KDE.