this post was submitted on 05 Oct 2023
452 points (80.3% liked)

Linux

46794 readers
994 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 81 points 10 months ago (2 children)

Microsoft errors be all like

Contact your administrator

Motherfucker, I am the admin.

[–] [email protected] 22 points 10 months ago

User is not in the sudoers file.

this incident will be reported

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

This stuff isn't intentional. It's just that MS is really bad at handling errors. So they just gave up and put a generic message.

[–] [email protected] 18 points 10 months ago* (last edited 10 months ago) (2 children)

They intentionally choose to handle errors poorly.

Just like they intentionally choose to handle updates poorly, DON'T YOU WANT TO REBOOT FOR THE FIFTHEENTH FUCKING TIME AND LOSE YOUR SESSION WITH 29 PROGRAMS OPEN ACROSS 8 DESKTOPS WHILE RUNNING A RENDERING PROCESS?

Meanwhile, Linux: why yes, I'll update the kernel in-place without rebooting and keep your 784 day uptime.

[–] [email protected] 7 points 10 months ago (1 children)

Is there a way to upgrade your kernel then unplug and replug a USB device without it breaking yet?

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

Yes. Are you using Arch? Install kernel-modules-hook

Some distros have something similar enabled by default.

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

Does that update the kernel in-place, or only fix up kernel modules to continue working after the update?

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

It moves the old kernel modules to the right location for the old kernel to still find them after you've upgraded. When you restart the system to use the new kernel, the old kernel module symlinks are cleaned up.

From what I understand, live kernel patching is only recommended for critical security fixes to server environments where you can't just boot off every user. https://wiki.archlinux.org/title/Kernel_live_patching

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

Fair enough, and my bad, I though the original question was about live upgrading the kernel, but looking at the thread again, they were just asking about the system not breaking. Thanks for putting the effort into explaining!

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

I've had to reboot my Linux computer every couple of weeks because of an update.

I reboot my Windows laptop maybe once every few months because of an update.

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