this post was submitted on 10 Sep 2023
361 points (100.0% liked)

196

16257 readers
2863 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 56 points 1 year ago (3 children)

You don't need a bootloader if you don't reboot

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

on a serious note, is possible to never reboot?

like an high availability server that can't never go down, how do they manage kernel updates? *

  • yes i know that now there is kube and docker etc and you can update the container with zero downtime. but how they did it 10 years ago?
[–] [email protected] 8 points 1 year ago (1 children)

Kernel live patching, which basically rewires kernel functions at runtime, lets you update the kernel without rebooting. I don't remember how old that is though.

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

That's still downtime, it just doesn't reboot firmware

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

You can go without rebooting if you always have power, don't care about updates (security) and don't run into bugs.

It's done with multiple servers I guess. One updates/reboots while the other ones don't.

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

every day we strive further from god