Changeset 341

Show
Ignore:
Timestamp:
05/07/07 13:53:51 (2 years ago)
Author:
kindlund
Message:

disabled watchdog; debugging agent run() child thread

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/exp/kindlund-filesystem/bin/StartAgent.pl

    r312 r341  
    4242    # Regardless of the error, destroy the Agent process and reinitialize it. 
    4343    # XXX: Sanity check this, eventually. 
    44     HoneyClient::Agent->destroy(); 
     44    #HoneyClient::Agent->destroy(); 
    4545 
    4646    # Wait for a small amount of time, in order for the killed process to release 
    4747    # its control of the bound TCP port. 
    48     sleep 5; 
     48    #sleep 5; 
    4949 
    50     $URL = HoneyClient::Agent->init(); 
     50    #$URL = HoneyClient::Agent->init(); 
    5151 
    5252    # Restore state information. 
    53     $som = $stub->updateState(encode_base64(nfreeze($agentState))); 
     53    #$som = $stub->updateState(encode_base64(nfreeze($agentState))); 
    5454} 
    5555 
  • honeyclient/branches/exp/kindlund-filesystem/lib/HoneyClient/Agent.pm

    r336 r341  
    863863                    } 
    864864                } 
     865                # XXX: Check to make sure this doesn't destroy the integrity 
     866                # object prematurely. 
     867                # DESTROY this reference, but don't kill any temporary files created. 
     868                $integrity = undef; 
    865869 
    866870                # Release lock on stored driver state.