• @cmgvd3lw@discuss.tchncs.de
    link
    fedilink
    English
    142 minutes ago

    I thought it was a residue of something that i tried to install and just removed it using,

    sudo rm -rf /usr/lib/firmware/nvidia/ad103 /usr/lib/firmware/nvidia/ad104 /usr/lib/firmware/nvidia/ad106 /usr/lib/firmware/nvidia/ad107
    

    But then it the update worked fine. I thought, my system don’t have NVIDIA, so it might not be necessary.

  • @vrighter@discuss.tchncs.de
    link
    fedilink
    English
    1418 hours ago

    always read the news before updates. There was one that said manual intervention was needed, and gave you the exact command you needed to run

    • @thevoidzero@lemmy.world
      link
      fedilink
      English
      216 hours ago

      I only read it when I get error like this to know what I shouldn’t do. Is that acceptable? Always checking the news seems superfluous because most times it goes smoothly, and packman will fail and let you know if it can’t do something.

      • @Tenkard@lemmy.ml
        link
        fedilink
        English
        214 hours ago

        I’ve learnt to check the endeavouros forum before a kernel update (normal updates are fine), it can save you from having to chroot and tweak stuff… It takes 5 minutes to check against 2 hours to fix

        • @thevoidzero@lemmy.world
          link
          fedilink
          English
          29 hours ago

          Interesting. I’ve never had anything serious than updating keyring and removing before reinstalling packages. Pacman hasn’t failed me enough to need more than

          • error msg is obvious (like keyring), conflicts, fix it
          • if not check archlinux.org, follow fix from there,
          • new problem I need to search, mostly happens because I haven’t learned about it. Like first time I came across keyring problem.
      • ThotDragon
        link
        fedilink
        English
        316 hours ago

        I use this approach and there’s never been an unrecoverable situation over the decade plus I’ve used Arch Linux.

  • 𝕽𝖚𝖆𝖎𝖉𝖍𝖗𝖎𝖌𝖍
    link
    fedilink
    English
    417 hours ago

    The package archnews2 also provides an arch news reader. This issue was also announced in Arch forums before it was rolled out - I saw it in Lemmy.

    But, yeah, you really do have to read archnews release notes. Frankly, it annoys me a bit - pacman should have the concept of breaking changes and show related news before upgrades. I think one of the news packages (maybe archnews2?) has a config setting that always displays news before upgrades, but it’s only annoying because it is ignorant of whether the news item affects any given system, so it’s often just noise; I think I turned it off because it kept showing me the same news every time.

    It’s the worst part of Arch, and it’s poorly handled. I don’t know of a rolling release that handles informing the user of, breaking changes better, though.

  • @rowinxavier@lemmy.world
    link
    fedilink
    English
    117 hours ago

    The good thing is it fails properly. This should not continue because it would break your system. The package ownership of those files has changed but the package manager would have to remove the current owning package then install the new owning package after in two separate transactions. Technically this could be make possible I think it would lead to bad packaging and would be bad practice. Happily it fails loudly and makes next steps fairly clear.