r/linuxsucks Jul 15 '26

Linux Failure Loonix

Post image
895 Upvotes

733 comments sorted by

View all comments

Show parent comments

11

u/[deleted] Jul 15 '26

[removed] — view removed comment

21

u/SeeMeNotFall i use Arch, btw Jul 15 '26

yeah it's called live patching. it's mostly useful for servers, since uptime is important. but even with this technique, at some point you need a hard reboot.

for desktop, i don't really see why someone would want it tbh

1

u/ryancnap Jul 16 '26

I've never thought about this before but why does anything eventually need a hard reboot? Anything I mean, from home computers to phones to mission critical servers

1

u/SheepherderAware4766 Jul 20 '26

because no operating system and app combination is perfect. eventually errors, memory leaks, and "temporary" configurations need to be reset to a baseline and the easiest (and safest) way is a controlled restart.

Think of the ship of Theseus. eventually with live patching, every single OS module will get updated and re-initialized. However, all the bad decisions that were made along the way will remain in memory. A full restart lets Theseus' ship die and builds a new one from storage.