LWN.net Logo

LPC: Booting Linux in five seconds

LPC: Booting Linux in five seconds

Posted Sep 23, 2008 17:43 UTC (Tue) by hmh (subscriber, #3838)
In reply to: LPC: Booting Linux in five seconds by etienne_lorrain@yahoo.fr
Parent article: LPC: Booting Linux in five seconds

Yes, Debian deals with glibc upgrades. But nothing is really perfect, it is best to just check for old libs in memory after an upgrade:

lsof +L1 | grep lib

together with

lsof -n | grep 'path inode' | grep lib

will give you that info, for example.


(Log in to post comments)

LPC: Booting Linux in five seconds

Posted Oct 3, 2008 11:03 UTC (Fri) by pabs (subscriber, #43278) [Link]

A better way to do that is:

apt-get install debian-goodies ; checkrestart -v

That gives you package names and init scripts to run.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds