You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
Unfortunately the Firewall VM that I pulled and unzipped does not initialize the daemon for the HoneyClient as the guide says it should. Instead it fails giving this warning:
{{{
not ok 1 -use HoneyClient::Util::Config;
Failed test 'use HoneyClient::Util::Config;'
in /hc/startFWListener.pl at line 19.
Tried to use 'HoneyClient::Util::Config'.
Error: Can't locate HoneyClient/Util/Config.pm in @inc (@inc contains: /usr... at /hc/startFWListener/pl line 19.
BEGIN failed--compilation aborted at /hc/startFWListener.pl line 19.
Can't load HoneyClient::Util::Config package. Check to make sure the package library is correctly listed within the path.
Can't locate HoneyClient/Util/Config.pm in @inc (@inc contains: /usr... at /hc/startFWListener/pl line 21.
BEGIN failed--compilation aborted at /hc/startFWListener.pl line 21.
1..1
Hi,
I've been trying to get the HoneyClient setup to run based on the user guide: http://www.honeyclient.org/trac/wiki/UserGuide
Unfortunately the Firewall VM that I pulled and unzipped does not initialize the daemon for the HoneyClient as the guide says it should. Instead it fails giving this warning:
{{{
not ok 1 -use HoneyClient::Util::Config;
Failed test 'use HoneyClient::Util::Config;'
in /hc/startFWListener.pl at line 19.
Tried to use 'HoneyClient::Util::Config'.
Error: Can't locate HoneyClient/Util/Config.pm in @inc (@inc contains: /usr... at /hc/startFWListener/pl line 19.
BEGIN failed--compilation aborted at /hc/startFWListener.pl line 19.
Can't load HoneyClient::Util::Config package. Check to make sure the package library is correctly listed within the path.
Can't locate HoneyClient/Util/Config.pm in @inc (@inc contains: /usr... at /hc/startFWListener/pl line 21.
BEGIN failed--compilation aborted at /hc/startFWListener.pl line 21.
1..1
Looks like you failed 1 test of 1.
Looks like your test died just after 1.
}}}
Please advise.