/etc/apt/apt.conf.d/50unattended-upgrades offers automatic upgrades. As a consequence, I think it should really handle the upgrade to the point where I know that no services using old libs are running anymore. (I spent years on gentoo revdep-rebuilding and restarting services manually, the move to ubuntu was motivated not to take care of things like that anymore).
There are several ways to achieve that: 1. proposed already, just restart - not an option (just for completeness' sake) 2. telinit 1, telinit 2 - a bit better, but not much (just for completeness' sake) 3. as Adam proposed dpkg-trigger that matches ldd of all running processes with file list of of last dpkg run and restarts matches. But I would not limit it to upstart because I would like it to work also for apache2, or am I missing something in the upstart/old-school init script integration? -- libc security update does not trigger apache (and others) to be restarted https://bugs.launchpad.net/bugs/587982 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
