search for: vncs

Displaying 3 results from an estimated 3 matches for "vncs".

Did you mean: vnc
2008 Mar 21
0
bug Dual Xeon Quad Core E5310 Kernel Panic (hangs on boot)
...D doesn''t boot, it locks on this error: --------------------------------------------------------------------------- Xen call trace shows codes about: vmx_ini_vmcs_config start_vmx identify_cpu smp_store_cpu_info smp_callin start_secondary ********************* Panic on CPU n: Xen BUG at vncs.c:124 ********************* Reboot in five seconds... --------------------------------------------------------------------------- screenshot of error at: http://valtellinux.it/xen/xenbug.jpg 400k facts: 1. starting Installation CD in safe mode and booting the fresh installed Xen with no optio...
2009 Jun 25
2
[PATCH] Fix dbomatic state changes.
...ank}.#{agent.broker.broker_bank}" + @heartbeats.delete(bank_key) end # The opposite of above, this is called when an agent is alive and well and makes sure @@ -415,11 +439,21 @@ class DbOmatic < Qpid::Qmf::Console @logger.error "Error with closing all VM VNCs operation: #{e.message}" end - db_vm = Vm.find(:all) - db_vm.each do |vm| - @logger.info "Marking vm #{vm.description} as stopped." - vm.state = Vm::STATE_STOPPED - vm.save! + Thread.new do + sleep(20) + +...
2009 Jun 29
0
[PATCH server] Add svc_vm_actions method to VmService.
...ank}.#{agent.broker.broker_bank}" + @heartbeats.delete(bank_key) end # The opposite of above, this is called when an agent is alive and well and makes sure @@ -415,11 +439,30 @@ class DbOmatic < Qpid::Qmf::Console @logger.error "Error with closing all VM VNCs operation: #{e.message}" end + # On startup, since we don't know the previous states of anything, we basically + # do a big sync up with teh states of all VMs. We don't worry about hosts since + # they are very simple and are either up or down, but it&...