dkindlund / honeyclient

MITRE HoneyClient Project
http://www.honeyclient.org
GNU General Public License v2.0
8 stars 4 forks source link

bootstrap_agent.sh failing on master VM after svn update #201

Closed dkindlund closed 14 years ago

dkindlund commented 14 years ago

I ran into the below error when testing the bootstrap_agent.sh script under cygwin on the master VM from the user guide.

Any help greatly appreciated.

{{{ Administrator@master ~/honeyclient $ ~/honeyclient/bin/bootstrap_agent.sh Starting up Agent - (Hit CTRL-C multiple times to exit.) rm: cannot remove `/home/Administrator/honeyclient/thirdparty/capture-mod/logs/d eleted_files/C/Documents and Settings/Administrator/Local Settings/Temporary Int ernet Files/Content.IE5/MYKAXUK5/CAOHGLCB.0&u_h=600&u_w=800&u_ah=570&uaw=800&u cd=32&u_tz=-300&u_his=8&u_java=true&dtd=62': File name too long IP = 192.168.0.128 FIREWALL STATUS = ENABLED At revision 2024. Option: Collecting modified files Option: Logging system events to C:\cygwin\tmp\realtime-changes.txt Driver already loaded: CaptureProcessMonitor Driver already loaded: CaptureRegistryMonitor

Loaded filter driver: CaptureFileMonitor

Can't locate Win32/Job.pm in @INC (@INC contains: lib /usr/lib/perl5/5.10/i686-c ygwin /usr/lib/perl5/5.10 /usr/lib/perl5/site_perl/5.10/i686-cygwin /usr/lib/per l5/site_perl/5.10 /usr/lib/perl5/vendor_perl/5.10/i686-cygwin /usr/lib/perl5/ven dor_perl/5.10 /usr/lib/perl5/vendor_perl/5.10 /usr/lib/perl5/site_perl/5.8 /usr/ lib/perl5/vendor_perl/5.8 . lib) at lib/HoneyClient/Agent.pm line 335. BEGIN failed--compilation aborted at lib/HoneyClient/Agent.pm line 335. Compilation failed in require at bin/StartAgent.pl line 11. BEGIN failed--compilation aborted at bin/StartAgent.pl line 11.

Administrator@master ~/honeyclient $ }}}

dkindlund commented 14 years ago

Author: aaron.blum@gmail.com I took the steps listed in http://www.honeyclient.org/trac/ticket/178 and then encountered a missing HoneyClient::Util package. After force installing the HoneyClient::Util bundle agent came up just fine. Thanks.