Skip Menu |

This queue is for tickets about the Net-Nessus CPAN distribution.

Report information
The Basics
Id: 8130
Status: new
Priority: 0/
Queue: Net-Nessus

People
Owner: Nobody in particular
Requestors: khurtwilliams [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.09
Fixed in: (no value)



Subject: Error while requesting NTP proto 1.1: at /usr/lib/perl5/site_perl/5.8.0/Net/Nessus/Client.pm line 152.
I used CPAN (v 1.76) to install this module. The install failed. I then went into the .cpan/build directory and ran 'perl Makefile.PL' and then make and make install. That was successful. I then created the following simple script: #!/usr/bin/perl use strict; # Connect to the Nessus Server use Net::Nessus::Client; my $client = Net::Nessus::Client->new( 'host' => 'localhost', 'port' => '1241', 'user' => 'nessus', 'password' => 'nessus' ); But when executed I get this error message: Error while requesting NTP proto 1.1: at /usr/lib/perl5/site_perl/5.8.0/Net/Nessus/Client.pm line 152.