SCIENTIFIC-LINUX-DEVEL Archives

April 2014

SCIENTIFIC-LINUX-DEVEL@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Dag Wieers <[log in to unmask]>
Reply To:
Dag Wieers <[log in to unmask]>
Date:
Thu, 10 Apr 2014 17:31:09 +0200
Content-Type:
text/plain
Parts/Attachments:
text/plain (30 lines)
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, [log in to unmask], http://dag.wieers.com/
-- dagit linux solutions, [log in to unmask], http://dagit.net/

[Any errors in spelling, tact or fact are transmission errors]

ATOM RSS1 RSS2