Package: lsof
Version: 4.86+dfsg-1
Severity: minor

Dear Maintainer,

   * What led up to the situation?

I updated openssl and wanted to check for proccess still using the old version.

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

I ran lsof and parsed the output.

   * What was the outcome of this action?

The value DEL appeared in the FD column for proccesses using the old libssl.

lsof | head -n1; lsof -p 7634 | grep DEL
COMMAND     PID   TID       USER   FD      TYPE             DEVICE  SIZE/OFF    
   NODE NAME
nginx       7634            root   DEL     REG                0,4            
16460 /dev/zero
nginx       7634            root   DEL     REG                9,1           
515514 /usr/lib/i386-linux-gnu/i686/cmov/libcrypto.so.1.0.0
nginx       7634            root   DEL     REG                9,1           
515515 /usr/lib/i386-linux-gnu/i686/cmov/libssl.so.1.0.0
nginx       7634            root   DEL     REG                0,4            
16463 /dev/zero

   * What outcome did you expect instead?

I expected DEL to appear in the TYPE column for processes using the old libssl, 
as described by the lsof man page.

-- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (700, 'stable')
Architecture: i386 (x86_64)

Kernel: Linux 3.12-0.bpo.1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_DE.utf8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lsof depends on:
ii  libc6                                  2.13-38+deb7u1
ii  perl                                   5.14.2-21+deb7u1
ii  perl-modules [libperl4-corelibs-perl]  5.14.2-21+deb7u1

lsof recommends no packages.

lsof suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to