figueroa wrote:Pam, on the other hand, spells it out for the user, and I find it easy to do the "lsof / grep ..." routine
I thought of this as well. I had intended to delay the upgrade, but apparently forgot about the warning.
I don't know if it is complete, but referencing the pam method, this suggests some obvious stuff and a few things I didn't think about: [code="with root privilege""]lsof /|grep -E -i 'del.*libc*\.so' |awk '{ print $1 }' |sort -u[/code] A partial ilst:
agetty
bash
crond
dhcpcd
init
lvmetad
ntpd
sshd
syslogd
systemd-u
tmux
vi
So basically most anything that runs a daemon and anything you've left running for a while (tmux, vi, terminals, etc.).
I'll have to try to get into the habit of delaying finicky package upgrades until I feel like rebooting.