Good morning,
I am at the point of testing the honeyclient by starting up the Manager with a list of URL's.
I get the following error below when I attempt to run the manager. It appears as though it creates a new VMWARE image then soon after I get the following error output to the screen.
perl /usr/bin/StartManager.pl --url_list urllist.txt
2007-08-03 11:03:49 WARN [HoneyClient::DB::db_exists] (/usr/lib/perl5/site_perl/5.8.5/HoneyClient/DB.pm:1102) - Unable to connect to database: HoneyClient DBI connect('database=HoneyClient;host=172.16.164.1;port=3306','honeyclient_user',...) failed: Can't connect to MySQL server on '172.16.164.1' (110) at /usr/lib/perl5/site_perl/5.8.5/HoneyClient/DB.pm line 887
Died at /usr/lib/perl5/site_perl/5.8.5/HoneyClient/DB.pm line 391.
Compilation failed in require at /usr/lib/perl5/site_perl/5.8.5/HoneyClient/DB/Fingerprint.pm line 1.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.5/HoneyClient/DB/Fingerprint.pm line 1.
Compilation failed in require at /usr/lib/perl5/site_perl/5.8.5/HoneyClient/Manager.pm line 172.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.5/HoneyClient/Manager.pm line 172.
Compilation failed in require at /usr/bin/StartManager.pl line 20.
BEGIN failed--compilation aborted at /usr/bin/StartManager.pl line 20.
Wondering if you guys have seen this issue before or if you might have some pointers.
cheers!