On Wed, 9 Apr 2014, David Sommerseth wrote:
On 09/04/14 16:42, Pat Riehecky wrote:
All applications linked against openssl must be restarted for this
update to take effect.
I installed lsof on my boxes and used
[root@host: ~]# lsof | grep -E "libcrypto|libssl" | grep DEL
to identify processes/services which needs to be restarted.
This is incorrect, only libssl is relevant. Therefore sshd, snmpd,
saslauthd or ntpd are not affected since they link only to libcrypto.so.
So this suffices:
# lsof | grep -P "\bDEL\b.+libssl.so.1.0.1e$"
and it will not catch any older processes still using the RHEL6.4 openssl
libraries (in case your system was not rebooted after the upgrade to
RHEL6.5).
--
-- dag wieers, [email protected], http://dag.wieers.com/
-- dagit linux solutions, [email protected], http://dagit.net/
[Any errors in spelling, tact or fact are transmission errors]