• 1 Post
  • 29 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle





  • Hey, I’m not disagreeing with you here, but keep in mind none of those things are necessary for survival, and most such products can last decades if properly maintained.

    I think you’re arguing against the most extreme interpretation of what this person said.

    To give you an example, I’ll show you what it looks like if I were to interpret your comment in the same way:

    In some capacity, you have to admit, self sufficiency is possible. Forged metal, magnets, and batteries aren’t necessary to sanitize water, grow, forage or hunt food, or to build shelter.







  • Ah yes, I know the feeling well. I know it sounds crass, but I see this as one of the features of Arch.

    Solving this will teach you things about your computer, and computers at large, that you’d otherwise never encounter.

    If your box breaks due to updates often, one of two things is wrong:

    • You have a brittle install that relies on low quality or conflicting packages
    • Your procedure for updating needs refinement

    Let me tell you what I mean by that:

    • if you build a lean system that only contains the necessary dependencies for your use case, it should be easy to track down where your issue originated.
      • Use dmesg or journalctl to search for problems
    • When you update, you should read the output of your terminal and respond to it. It will typically let you know if there’s any issues.

    I wouldn’t be half the sysadmin I am today if I hadn’t spent literal weeks fixing things I broke by upgrading, changing something and rebooting, or similar practice.

    The next level is finding the commits to the FOSS responsible for your problem, and pushing the fix yourself.

    That being said, there have been several occasions when Arch will post an update on their homepage titled “Manual intervention required”. Following the contained advice, if you’re affected by the issue, will usually be the easiest path forward.

    I know you came here looking for answers, I’m sorry, I don’t have them for you. What I do have is encouragement, and the wisdom of someone who’s gone through the same gauntlet you’re going through now. Stick with it. You will succeed if you try hard enough, and it is worth it in the end.