glibg10b / ltt-linux-challenge-issues

A list of issues Linus and Luke experienced during the LTT Linux Daily Driver Challenge
https://arewelinusyet.com/
MIT License
237 stars 8 forks source link

OBS requires a restart (or something) for some things to work correctly, but doesn't say so. #9

Closed alou-S closed 2 years ago

alou-S commented 2 years ago

So basically Windows has the need for restarting after updates since they can't be installed when the OS is running. And Linux doesn't really need a restart unless you need the kernel updates to be applied right now (livepatch can solve that too)

But the misconception that Linux doesn't need restarts to fix problems is not true. Of course alot of problems can be fixed without restarting but will often require you to debug it first and then fixing it. Re initializing a program is way faster than debugging so go for it. Also new configuration is loaded when you restart the program.

I mean most routers are based on Linux and a good old restart fixes your network issues. most of the time :)

glibg10b commented 2 years ago

I agree with you and don't agree with Linus either, but I think OBS should tell you to restart at least instead of just behaving strangely.