LPC: Booting Linux in five seconds
LPC: Booting Linux in five seconds
Posted Sep 23, 2008 13:39 UTC (Tue) by etienne_lorrain@yahoo.fr (guest, #38022)In reply to: LPC: Booting Linux in five seconds by jpmcc
Parent article: LPC: Booting Linux in five seconds
Linux do not provide re-loading current tasks with the new libraries; during the time in between the library is upgraded and all the old users of the old library have disappered, the library file is twice is memory - and old programs will still contain bugs of the old library.
Debian seems to be good at restarting services when their dependancies are upgraded, but I am not sure they handle things like Glibc upgrade.
That is why booting from scratch is needed from times to times.
Posted Sep 23, 2008 17:43 UTC (Tue)
by hmh (subscriber, #3838)
[Link] (1 responses)
lsof +L1 | grep lib
together with
lsof -n | grep 'path inode' | grep lib
will give you that info, for example.
Posted Oct 3, 2008 11:03 UTC (Fri)
by pabs (subscriber, #43278)
[Link]
apt-get install debian-goodies ; checkrestart -v
That gives you package names and init scripts to run.
LPC: Booting Linux in five seconds
LPC: Booting Linux in five seconds