this post was submitted on 26 May 2025
101 points (99.0% liked)

Linux

54663 readers
912 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 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 week ago (3 children)

Man I dread every time there’s a new kernel update on my Fedora machine. I just feel like something always breaks.

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

On openSUSE they have snapper snapshotting integrated into package management, so it automatically creates a snapshot before and after updates. And if something would go wrong you could easily select an old snappshot to boot from in the GRUB menu.

[–] [email protected] 6 points 1 week ago

Setup Fedora woth Btrfs, Snapper and grub-btrfs

I followed this guide to setup snapper on fedora, not too much work involved.

I did initially try their guide on the above plus LUKS encryption but something was amiss in the boot process and I gave up on that rodeo for now.

[–] [email protected] 3 points 1 week ago

Yeah I have Silverblue and I could roll back if it’s a horrible break. I just don’t want to be stuck not updating for weeks or months while the issues are worked out.

[–] [email protected] 4 points 1 week ago (1 children)

Does fedora not have an option to run an LTS kernel or something, like arch does? That might help, unless you really need certain things that are only in the newer kernels.

[–] [email protected] 2 points 1 week ago (2 children)

Not very easily. I’ve looked into it and decided it wasn’t worth the trouble. I only use immutable these days. NixOS makes using an LTS kernel really easily, but I could never get my piece of shit printer to work there. Works fine on Fedora.

[–] [email protected] 2 points 1 week ago (1 children)

Ah i see. I also use NixOS but i don't use any printers, so i don't know much about that either.

[–] [email protected] 2 points 1 week ago

It really is a stupid reason. I should probably just replace the printer. I’m just too stubborn.

[–] [email protected] -1 points 1 week ago (1 children)

Oh that's horrible.

Fedora shills need to be tarred and feathered instead of upvoted.

[–] [email protected] 1 points 1 week ago

Nah I still love Fedora. Just wish they’d stick to the same kernel version per release. A little more stability could go a long ways.

[–] [email protected] 2 points 1 week ago (2 children)

No personal experience with Fedora but if that'd been your experience why not shift to Arch (btw) or something similar. Been daily driving for 3~4 years, super stable and always on latest releases.

[–] [email protected] 1 points 1 week ago

Had the same experience when I used Arch. It is way easier to use an LTS kernel there at least. But nah I’m all in on the immutable OS at this point. I used to use NixOS but could never get my piece of shit printer to work. Totally fine out of the box on Fedora.

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

Simply not true all the time especially if you tinker a bit with your machine. I've had Arch installs fail after huge updates more than once in my lifetime.

[–] [email protected] 1 points 1 week ago

OP is talking about dreading major kernel updates because shit might break. I'm not talking about tinkering (though I'd argue against that point too, btrfs and timeshift exist).

Arch updates so often I barely even notice a kernel update; I'm certainly not dreading it.

Also side point, super huge updates on arch are normally an indication that you didn't perform a full system update in a while. If things are going to break it's when you dont perform regular system maintenance.