removed headless comment
authormb
Tue, 18 Feb 2014 14:38:24 +0100
changeset 66d768c98d1e48
parent 63 c354ec779b61
child 67 9cbc46fcc100
removed headless comment
OpenSecurity/bin/opensecurityd.pyw
OpenSecurity/bin/vmmanager.pyw
     1.1 --- a/OpenSecurity/bin/opensecurityd.pyw	Tue Feb 18 10:36:55 2014 +0100
     1.2 +++ b/OpenSecurity/bin/opensecurityd.pyw	Tue Feb 18 14:38:24 2014 +0100
     1.3 @@ -68,7 +68,7 @@
     1.4      '/update_template',                 'os_update_template'    # http://localhost:8080/update_template                         GET
     1.5  )
     1.6  
     1.7 - # ------------------------------------------------------------
     1.8 +# ------------------------------------------------------------
     1.9  # vars
    1.10  
    1.11  # Global VMManager instance
     2.1 --- a/OpenSecurity/bin/vmmanager.pyw	Tue Feb 18 10:36:55 2014 +0100
     2.2 +++ b/OpenSecurity/bin/vmmanager.pyw	Tue Feb 18 14:38:24 2014 +0100
     2.3 @@ -268,7 +268,7 @@
     2.4      # start VM
     2.5      def startVM(self, vm_name):
     2.6          logger.info('Starting ' +  vm_name)
     2.7 -        result = Cygwin.vboxExecute('startvm ' + vm_name )#+ ' --type headless' )
     2.8 +        result = Cygwin.vboxExecute('startvm ' + vm_name + ' --type headless' )
     2.9          while not string.find(str(result), 'successfully started',):
    2.10              logger.error("Failed to start SDVM: " + vm_name + " retrying")
    2.11              time.sleep(1)