this post was submitted on 02 Oct 2023
23 points (100.0% liked)

Arch Linux

7173 readers
4 users here now

The beloved lightweight distro

founded 4 years ago
MODERATORS
 

Hello mates,

As you know, in arch Linux the kernel is updated frequently but, is mandatory or good practice reboot any time the kernel is updated?

Edit: Thank you guys for your replies

you are viewing a single comment's thread
view the rest of the comments
[–] Admetus@sopuli.xyz 3 points 10 months ago (2 children)

I've heard about Linux servers running for years. But surely they change kernel without a reboot? More of a curious question.

[–] EddyBot@feddit.de 8 points 10 months ago (1 children)

there is live kernel patching, most distros (like Arch Linux) however don't set this up by default
there is also the possibility that one live patch don't work properly
the only reliable way currently to load the full new kernel is via reboot

the real way for server however is to not rely on one single server but have a redundant amount which you can reboot one at a time

[–] Auli@lemmy.ca 3 points 10 months ago

Last time I tried replacing the kernel without a reboot it still reset the uptime. And it had about as long of a pause when replacing the kernel as a reboot had. So I don't see the benefit.

[–] bitwaba@lemmy.world 1 points 9 months ago

You don't need to change kernel if the one you have works fine.

For gaming PCs you're often running hardware that gets improved in the kernel often. For servers, as long as you're not trying to squeeze every once of performance out of it you can get by with way behind bleeding edge kernels.

One of the easiest attack vectors to secure on a kernel is compiling all your modules directly into the kernel and disabling loadable kernel modules.

Once you've got a kernel that has all the bells and whistles you need compiled into it, it's relatively mature enough to have it's bugs worked out (like an LTS kernel that's been out for a month or so), and you've applied proper system and kernel hardening configs, that server can run undisturbed for quite a while.