On Fri, Dec 05, 2003 at 06:13:03PM -0500, George Theall wrote:

> On Thu, Dec 04, 2003 at 09:58:39AM -0800, Adam Kaufman wrote:

> Are you aware of any problems between your versions of FreeBSD and
> Archive::Tar?

Looking at the source code for this module, it appears the major,minor
device numbers are always hardcoded as 0 so I don't understand the reason
for the problem. Here are some questions; perhaps we can follow-up
off-list.

  o Does the following command also yield the same warnings?
      perl -MArchive::Tar -e '
        opendir(DIR, "/usr/local/lib/nessus/plugins"); 
        my @files = grep(!/^\.{1,2}$/, readdir(DIR)); 
        $tar = Archive::Tar->new; 
        $tar->add_files(@files); 
        closedir(DIR);
      '
    Note: this should appear on one long line.
  o What does the following command produce?
      perl -e 'print sprintf("%06o", 0), "\n";'
  o Do you have Archive::Tar::File installed? If so, is it version 0.01 
    and is the MD5 checksum of 
    /usr/local/lib/perl5/site_perl/5.8.2/Archive/Tar/File.pm
    f9e3beae2fb64ab2dc7accfb11e94d28?
  o Do you have IO::Zlib installed? If yes, which version?


George
-- 
[EMAIL PROTECTED]

Attachment: pgp00000.pgp
Description: PGP signature

_______________________________________________
Nessus mailing list
[EMAIL PROTECTED]
http://mail.nessus.org/mailman/listinfo/nessus

Reply via email to