this post was submitted on 22 Nov 2023
1247 points (93.4% liked)

Linux

46775 readers
1939 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
1247
submitted 9 months ago* (last edited 9 months ago) by [email protected] to c/[email protected]
 

stolen from linux memes at Deltachat

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 15 points 9 months ago (2 children)

Arch is easy to install; it's a headache to manage.

If you want a stable Arch, you need to check the updates and take very granular control over packages and versioning.

While some nerds may like tinkering with their system in all those ways, for regular user Arch is simply too much effort to maintain.

[–] [email protected] 1 points 9 months ago (1 children)
[–] [email protected] 3 points 9 months ago (1 children)

Useful, but still it kinda makes you read through all the update news, which is...why?

I'd like to just hit update and not bother.

[–] [email protected] 0 points 9 months ago (1 children)

Then you're on your own. What the duck 🦆 do you expect to happen if you can't even invest the 10sec to skim over a message (in the few events that there even is one) to see if it affects you and any manual intervention is required.

[–] [email protected] 1 points 9 months ago* (last edited 9 months ago) (1 children)

A fully functional system, just like any other normal OS?

You hit update - boom - you get one, seamlessly, with no breakages and no other user interaction. And that's how it works pretty much everywhere - except, you know, Arch.

If you're fine with it - that's fine, go ahead and tinker all you like. But don't expect others to have the same priorities.

[–] [email protected] -2 points 9 months ago (1 children)

Yeah just like the FORCED Microsoft updates that broke like hundreds of businesses?

https://www.notebookcheck.net/Microsoft-reimburses-travel-agency-for-forced-Windows-10-update-damages.168378.0.html

Dude go touch some grass

[–] [email protected] 1 points 9 months ago* (last edited 9 months ago) (1 children)

Man that's news from 2016, like, it's a bit rare occasion, y'know. You're way more likely to get borked by Arch even after reading all the instructions, and it did happen numerous times.

Touching grass is what I do when you take steps to intervene in your system to make an update work.

I see you are an Arch maximalist, but that goes beyond reason. Even Arch proponents are normally not as aggressive on the topic, and admit Arch is too complicated in that regard.

[–] [email protected] 1 points 8 months ago* (last edited 8 months ago)

You're just going to shift goalposts every time I'll post something.

Not recent enough. Not enough cases. That's different.

And lastly you'll just claim I do it because I'm an arch maximalist, despite not knowing anything about me :)

[–] [email protected] 0 points 9 months ago* (last edited 9 months ago) (1 children)

It is actually very easy:

  1. You setup auto-snapshots (almost trivial)
  2. You update
  3. Evaluate
    3.1) Repeat goto 2
    3.2) Rollback goto 2

The only problem here is that snapshots (and btrfs for that matter) are not the default behaviour. I would really appreciate Endeavour having this as the default setup. It is very likely what you'd want.

[–] [email protected] 6 points 9 months ago* (last edited 9 months ago) (1 children)

True, but if snapshots turn from first line of catastrophe response to a regular tool, this is not a good experience.

Also I believe Garuda has enabled snapshots and btrfs by default.

[–] [email protected] 1 points 9 months ago

Yes, Garuda does, even with bootable snapshots, but it's otherwise not as clean as Endeavour. As far as I can tell, mkinitcpio/GRUB2 or their setup thereof causes more problems than it solves. My system was bricked multiple times until I switched to a dracut/systemd-boot setup, which works flawlessly since quite a while.

As for the user experience, there are 0 distros you should perform a (major) upgrade on without taking a snapshot first. I had broken systems after apt upgrade. From my point of view rolling vs versioned release are basically occasional mild vs scheduled huge headaches.