Question about which updates are safe to install without rebooting
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Question about which updates are safe to install without rebooting
I figure after you update the kernel you want to reboot immediately, but are there other things that you can update safely without having to reboot?
Is there a way to tell which ones should have the server rebooted after you install and which don't need it? looking at an up2date on one of my rhel servers, i see things like firefox that need an update which i'm sure i can do without rebooting, but the other 100 updates i'm missing, who knows.
I never reboot anything except for a kernel update. Every other service on my Debian box (except Xorg) stops the service, updates, and then restarts. I do manually restart Xorg (CTRL+ALT+Backspace) if it gets updated.
Strictly speaking, it's just the kernel. The rest of the things can be stopped and restarted when there's a need to reload them (so the updated version is used instead). However, sometimes, 3rd party drivers will force you to reboot. For example, unloading the fglrx graphics driver and then loading the updated version can sometimes hang X when restarting, so you need to do a full reboot. But those are -by all means- boggus drivers, something that theoretically shouldn't happen. Most kernel modules can be unloaded and reloaded without any problem, as long as there's nothing using them at the moment of course.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.