dkindlund / honeyclient

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

StartManager.pl generates errors "soap:Server: Cannot determine local time zone" #172

Closed dkindlund closed 14 years ago

dkindlund commented 14 years ago

{{{ perl -Ilib bin/StartManager.pl --url_list urls.txt Starting new session... 2008-06-24 13:37:08 INFO HoneyClient::Manager::VM::init - Initializing VM daemon at PID: 10158 2008-06-24 13:37:08 INFO HoneyClient::Manager::VM::Clone::new - Setting VM (/vm/master/master.vmx) as master. 2008-06-24 13:37:21 INFO HoneyClient::Manager::VM::Clone::_init - Quick cloning master VM (/vm/master/master.vmx). 2008-06-24 13:39:20 INFO HoneyClient::Manager::VM::Clone::_init - Initialized clone VM (e5da42f2267f516fd7a3b70ee5) using IP (10.0.0.137) and MAC (00:0c:29:f7:76:78). VM State Table: $VAR1 = { 'e5da42f2267f516fd7a3b70ee5' => { 'sources' => { '00:0c:29:f7:76:78' => { '10.0.0.137' => { 'tcp' => [ 80, 443 ] } } } } };

Cannot encode 'sources' element as 'hash'. Will be encoded as 'map' instead Cannot encode 'value' element as 'hash'. Will be encoded as 'map' instead 2008-06-24 13:39:46 INFO HoneyClient::Manager::get_urls - Waiting for new URLs from database. Calling updateState()... 2008-06-24 13:39:47 WARN HoneyClient::Manager::_handleFault - Error occurred during processing. soap:Server: Cannot determine local time zone

HoneyClient::Manager->_handleFault(): Error occurred during processing. soap:Server: Cannot determine local time zone

at /usr/lib/perl5/site_perl/5.8.8/SOAP/Lite.pm line 3412 2008-06-24 13:39:48 INFO HoneyClient::Manager::_cleanup - Cleaning up. 2008-06-24 13:39:50 INFO HoneyClient::Manager::VM::Clone::DESTROY - Suspending clone VM (/vm/clones/e5da42f2267f516fd7a3b70ee5/master.vmx). Killed }}}

Getting these errors when using the --url_list feature.

dkindlund commented 14 years ago

Author: kindlund Okay, what version of the HoneyClient package were you using? v1.0.2?

-- Darien

dkindlund commented 14 years ago

Author: kindlund Also, I have some other questions:

1) What is the current timezone on your host system? In other words, what is the output of the date command on your host system?

2) Did you enable Drone database support?

3) What is the current timezone of your master VM? Did you have /etc/timezone set in the Cygwin shell, as indicated in Step 3 of the UserGuide:

http://www.honeyclient.org/trac/wiki/UserGuide#DownloadInstallandConfigureCygwin

-- Darien

dkindlund commented 14 years ago

Author: kindlund Hi William,

When replying, please submit updates through the ticketing web interface:

http://www.honeyclient.org/trac/ticket/172

As email replies to our mailing program tend to get ignored.

You had replied indicating: {{{ The host system has current date/time. }}}

Okay, does the host system also have its /etc/timezone set to EST5EDT? If not, what timezone does the host system have?

Thanks,

-- Darien

dkindlund commented 14 years ago

Author: wsperato@yahoo.com The host is running RedHat Enterprize 5.2, RHE uses /etc/localtime. I've created a /etc/timezone with EST5DST in it. The SOAP errors have disappeared.

dkindlund commented 14 years ago

Author: kindlund Okay, glad to hear it has been resolve. Will close this ticket, then.

-- Darien