Subject: | Unix::Lsof dies on open files |
Dies on open files.
Use of uninitialized value in hash element at
/usr/lib/perl5/site_perl/5.8.8/Unix/Lsof.pm line 208.
Can't parse line g17739R17457ctailu2525Lngourlay
Version info follows:
[ngourlay@doha-daily ~]$ perl -v
This is perl, v5.8.8 built for i386-linux-thread-multi
Copyright 1987-2006, Larry Wall
Perl may be copied only under the terms of either the Artistic License
or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
[ngourlay@doha-daily ~]$ perl -MUnix::Lsof -e 'print
"$Unix::Lsof::VERSION\n"'
0.0.5
[ngourlay@doha-daily ~]$ lsof -v
lsof version information:
revision: 4.78
latest revision: ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/
latest FAQ: ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/FAQ
latest man page: ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_man
constructed: Tue Jan 9 15:54:39 EST 2007
constructed by and on: mockbuild@builder5.centos.org
compiler: cc
compiler version: 4.1.1 20061011 (Red Hat 4.1.1-30)
compiler flags: -DLINUXV=26016 -DGLIBCV=205 -DHASIPv6 -DHASSELINUX
-D_FILE_OFFSET_BITS=64 -DLSOF_VSTR="2.6.16" -O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic
-fasynchronous-unwind-tables
loader flags: -L./lib -llsof -lselinux
system info: Linux builder5.centos.org 2.6.9-42.0.3.ELsmp #1 SMP Fri
Oct 6 06:28:26 CDT 2006 i686 i686 i386 GNU/Linux
Anyone can list all files.
/dev warnings are disabled.
Kernel ID check is disabled.
[ngourlay@doha-daily ~]$