Made this on a whim, while commenting on that other recent Arch related post… the tamagochi one.

It’s been years since I actually used Arch. I hear much has changed (~ like it has an easy installer now?). Does it still itch to faceplant from time to time, needing rescue or abandon? Does Arch still faceplant itself?

How long have you managed to keep an arch going? How many times needing rescued back to being bootable in that duration?

[And would have posted this from that account, but that lemmy.wtf instance is tempramental, currently 504ing again. Glad I recently made this alt account so I can still post this and carry on with life.]

  • andho@lemmy.zip
    link
    fedilink
    arrow-up
    4
    ·
    5 days ago

    It borks all the time but only because the disk becomes full due to snapper snapshots and pacman cache. I keep forgetting to clean up.

    • DefederateLemmyMl@feddit.nl
      link
      fedilink
      arrow-up
      6
      ·
      5 days ago

      Just stick these commands in a cron.weekly job or something, so you can forget about it:

      paccache -rk2  # Remove packages from the cache, but keep the latest 2 versions
      paccache -ruk0 # Remove packages from cache that are no longer installed
      
  • caseyweederman@lemmy.ca
    link
    fedilink
    arrow-up
    10
    ·
    6 days ago

    As an interesting aside, try upgrading from Ubuntu 24.04 to 26.04.
    They replaced coreutils with a metapackage that uninstalls GNU coreutils and installs one rewritten in Rust.
    Or it would install one rewritten in Rust, if it still had any of the coreutils binaries required to, you know, install something.

    • neclimdul@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      6 days ago

      A lot of recent Ubuntu release upgrades have blown up leaving entirely broken machines. My machines. My home server has some how not been one but several laptops and work servers had to be rebuilt from scratch or deep package hackery from recovery kernels.

      I use converted a laptop to arch BTW and haven’t run into this meme irl yet.

  • altkey (he\him)@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    11
    ·
    7 days ago

    No recues in two years since I booted it the first time. Shit’s smooth on different hardware without any fiddling. Windows taught me good to be a bit more cautious and curious, so with a system that doesn’t explicitly fight me or wants to do thing behind my back, I feel way safer than before. Like, I started to regularly seek new updates via yay, it’s something you don’t hear from a windows boy. Minus one year on Mint that borked itself on update a couple of times, I had no previous Linux expirience.

    • Digit@lemmy.todayOP
      link
      fedilink
      English
      arrow-up
      4
      ·
      7 days ago

      Windows taught me good to be a bit more cautious and curious

      Doesn’t it normally do the opposite for most people?

      feel way safer than before. Like, I started to regularly seek new updates via yay, it’s something you don’t hear from a windows boy.

      Yep, eager to upgrade, when it’s not stuffed down your throat when you don’t want.

      Could be telling us all something important about freedom… ;D

      • altkey (he\him)@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        2
        ·
        6 days ago

        Windows taught me good to be a bit more cautious and curious

        Doesn’t it normally do the opposite for most people?

        Almost guaranteed it does, especially if you can throw money at the problem, but a combination of general annoyance && subpar hardware && wish to play heavier games and launch heavier apps has a diceroll chance of pushing a person into inspecting what’s going on under the hood. With w11 being itself and hardware prices skyrocketing, I hope many would get as angry as I am to get into that. Upgrading to a new laptop for the same price as the old one was never a worse decision that it is now.

  • addie@feddit.uk
    link
    fedilink
    arrow-up
    10
    ·
    7 days ago

    Running an update in a background tab, forgetting about it, and closing my laptop lid mid-initramfs generation has caught me out a couple of times. Recoverable with a boot disk. Apart from that, Arch has been rock-solid on multiple machines for years for me. Recommend it to anyone.

  • __Lost__@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    6
    ·
    6 days ago

    I’ve been using arch for maybe 5 years now, maybe longer. It’s broken 4 times i think. 3 of those were windows updates that fucked with the bootloader. 1 time arch broke on an update, and checking the website had the fix right up top and it took 1 minute to fix. There were a couple other times where things didn’t seem quite right but still working, and again the fix was right on the homepage and easy to do.

  • shira@piefed.blahaj.zone
    link
    fedilink
    English
    arrow-up
    7
    ·
    7 days ago

    My arch install is usually stable, the last issue I ran into was pretty recently, where it decided to build the initramfs without usb drivers, because I have a usb drive as my primary drive it then proceeded to be unable to boot due to that drive not being accessible.
    Before that it was running without issues and semi-frequent updates for 1.5 years tho

      • shira@piefed.blahaj.zone
        link
        fedilink
        English
        arrow-up
        1
        ·
        6 days ago

        Cause stupidly, it’s faster

        I got a nice nvme drive back when they were pretty cheap, but my mainboard only has a Sata m.2 slot, which I neglected to check cause I just thought m.2 is m.2 at the time, so I got an external case and put it on a 10G usb c Port instead

    • Digit@lemmy.todayOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      7 days ago

      That sounds about typical for what I imagined.

      Thanks for the reply,

      right in the middle of my imagined bell curve of answers.

  • festnt@sh.itjust.works
    link
    fedilink
    arrow-up
    5
    ·
    7 days ago

    only issue that isn’t (mostly) my fault is my screens sometimes just turn off and i have to restart the pc. probably an issue with my gpu and not arch tho

    an update only ever bricked my pc when plasma 6.6 launched. i was on cachyos and it worked perfectly again when i went back to arch

  • NotEasyBeingGreen@slrpnk.net
    link
    fedilink
    arrow-up
    6
    ·
    7 days ago

    I had one Raspberry Pi that needed to be hooked up to a monitor after it failed to reboot after an Arch kernel upgrade. The device name for the Ethernet card changed, and the netctl setup I was using to set up some route or other no longer worked.

    In my years of using Arch that was literally the only problem.


    I’ve had pain with several Debian upgrades, mostly due to exim4 becoming more strict and me actually having to learn something about my email setup. Also an issue with a Debian upgrade changing Dovecot version. Neither really avoidable by Debian, but it was not less painful somehow than Arch.

    Actually this reminds me of why I moved to Arch on Raspberry Pi. I had a SD card go bad, and ext4 just happily used corrupted data. I wanted to switch to btrfs, which I could do with Debian, but any time Debian updated the kernel it wiped my setup and I had to do work to get it booting again. Arch supports btrfs out of the box and has worked smoothly and easily.

  • onnekas@sopuli.xyz
    link
    fedilink
    arrow-up
    6
    ·
    7 days ago

    Still running since 2020. No face plant, yet. It’s the most vanilla Arch + KDE install though so I don’t know what should be breaking.

  • Fushuan [he/him]@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    6 days ago

    It’s been years since I actually used Arch.

    Yeah, as is everyone that makes memes about it. I wonder why no one that actively uses it memes about it hmm…

    Maybe because shit don’t break anymore.

      • Fushuan [he/him]@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        1
        arrow-down
        1
        ·
        5 days ago

        What other replies, almost all top comments are about arch being unreliable and the others are complaining about windows. The other replies support my claim bruh.

    • Semperverus@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 days ago

      I been using Arch for well over 5 years now I think, around whenever the RX 580 was released. Still using it. Only had like one major breakage due to not reading the arch news, and managed to easily recover with the skills I built by following a manual install (arch-chroot into an existing install from a live-usb to fix issue).

  • MidsizedSedan@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    6 days ago

    I like to do a fresh install once a year. So even though im not currently on Arch btw, my longest install was about 1 year.

    • Digit@lemmy.todayOP
      link
      fedilink
      English
      arrow-up
      7
      arrow-down
      3
      ·
      7 days ago

      I hit upon a lot of pebkac errors.

      … Though, in hindsight, maybe some of the determinations of “pebkac error” may have been a bit gaslighty darvo to hide bugs anywhere in the stack including up to ux. “you didn’t read the <obscure thing>, so it’s your fault” type of events. … reminds of the post-it note that’s there to save the world, then eventually it gets ignored, then eventually falls away, gets crumpled, dumped, forgotten…

  • rozodru@piefed.world
    link
    fedilink
    English
    arrow-up
    28
    ·
    7 days ago

    I’ve had Fedora break way more on me than Arch ever did. Arch is easy to recover from. It’s fine. And it’s always the same song and dance from people who have clearly never used it. “how do you keep it going? how do you prevent it from breaking? how hard was it to install?” none of the above. Arch isn’t some beast of a distro that you constantly need to feed to keep happy. you can literally update the thing once a month if you so choose. I’m on NixOS now and those updates are more likely to break than anything on Arch. which NixOS it’s pretty much a monthly thing where you’ll update your flake and some random dependency for Krita or like Steam just won’t work anymore therefore those programs won’t work (but that’s easy to circumvent thanks to flake locks) I never had that issue on Arch. I HAD many issues with Fedora just straight up breaking the entire system if I happened to uninstall the the wrong thing.

    With the Archinstall it’s even easier than ever to install it. I think the hardest thing is if you’re installing via wifi just remembering the commands for that. now Archinstall walks you through everything, even lets you select a DE/WM and installs sane defaults with it. Arch is fine, it’s easier than ever. Dare I say it’s easier than something like Void or OpenSUSE tumbleweed (dreadful installer)

    • LordTraubensaft@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      6
      ·
      7 days ago

      Agreed. Fedora killed itself with the very first update I did after installation. Arch never had any issues in the 4 years I’ve had it. And Archinstall has gotten really good recently.