Hi Prachi, 




Stucked with one problem while creating virtual machine using opennebula-3.6.0 
with Ubuntu-12.04 desktop machine with i686 architecture. 


Installed kvm on another machine with same configuration and the two machines 
are connected with each other through LAN. 


while creating virtual machine following error reported in /var/oned.log 





Thu Mar 7 12:47:51 2013 [ReM][D]: VirtualMachineDeploy method invoked 
Thu Mar 7 12:47:52 2013 [DiM][D]: Deploying VM 19 
Thu Mar 7 12:47:52 2013 [TM][D]: Message received: TRANSFER SUCCESS 19 - 


Thu Mar 7 12:47:52 2013 [ReM][D]: UserPoolInfo method invoked 
Thu Mar 7 12:47:52 2013 [VMM][D]: Message received: LOG I 19 ExitCode: 0 


Thu Mar 7 12:47:52 2013 [VMM][D]: Message received: LOG I 19 Successfully 
execute network driver operation: pre. 


Thu Mar 7 12:47:53 2013 [VMM][D]: Message received: LOG I 19 Command execution 
fail: cat << EOT | /var/tmp/one/vmm/kvm/deploy 
/srv/cloud/one/var//datastores/0/19/deploy$ 


Thu Mar 7 12:47:53 2013 [VMM][D]: Message received: LOG I 19 error: Failed to 
create domain from /srv/cloud/one/var//datastores/0/19/deployment.0 


Thu Mar 7 12:47:53 2013 [VMM][D]: Message received: LOG I 19 error: internal 
error process exited while connecting to monitor: Could not access KVM kernel 
module: Permi$ 


Thu Mar 7 12:47:53 2013 [VMM][D]: Message received: LOG I 19 failed to 
initialize KVM: Permission denied 


Thu Mar 7 12:47:53 2013 [VMM][D]: Message received: LOG I 19 No accelerator 
found! 


Plz help. 


It looks like you either don't have virtualization turned on in the bios of the 
computer, or the kvm module is not loaded. You can check if the module is 
loaded by: 
lsmod | grep kvm 

If the module is not loaded, you can try: 
modprobe kvm 

Then check to see if it loaded. If not, you should be able too see why via 
dmesg or other log file. 

Hope that helps, 
gary 

_______________________________________________
Users mailing list
Users@lists.opennebula.org
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to