<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: arial,helvetica,sans-serif; font-size: 12pt; color: #000000'>Hi Prachi,<br><br><div style="color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><blockquote><div>Stucked with one problem while creating virtual machine using opennebula-3.6.0 with Ubuntu-12.04 desktop machine with i686 architecture. </div><div><br></div><div>Installed kvm on another machine with same configuration and the two machines are connected with each other through LAN.</div>
<div><br></div><div>while creating virtual machine following error reported in /var/oned.log</div><div><br></div><div><br></div><div><div>Thu Mar  7 12:47:51 2013 [ReM][D]: VirtualMachineDeploy method invoked</div><div>Thu Mar  7 12:47:52 2013 [DiM][D]: Deploying VM 19</div>
<div>Thu Mar  7 12:47:52 2013 [TM][D]: Message received: TRANSFER SUCCESS 19 -</div><div><br></div><div>Thu Mar  7 12:47:52 2013 [ReM][D]: UserPoolInfo method invoked</div><div>Thu Mar  7 12:47:52 2013 [VMM][D]: Message received: LOG I 19 ExitCode: 0</div>
<div><br></div><div>Thu Mar  7 12:47:52 2013 [VMM][D]: Message received: LOG I 19 Successfully execute network driver operation: pre.</div><div><br></div><div>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$</div>
<div><br></div><div>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</div><div><br></div><div>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$</div>
<div><br></div><div>Thu Mar  7 12:47:53 2013 [VMM][D]: Message received: LOG I 19 failed to initialize KVM: Permission denied</div><div><br></div><div>Thu Mar  7 12:47:53 2013 [VMM][D]: Message received: LOG I 19 No accelerator found!</div>
</div><div><br></div><div>Plz help.</div></blockquote><br>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:<br>  lsmod | grep kvm<br><br>If the module is not loaded, you can try:<br>  modprobe kvm<br><br>Then check to see if it loaded.  If not, you should be able too see why via dmesg or other log file.<br><br>Hope that helps,<br>gary<br><br></div></div></body></html>