dear opennebula community,<br><br>i installed everything for cloud system with opennebula 3.6.0 under ubuntu 12.04 64 bits server OS, the hypervisor is kvm, qemu and libvirtd, but when run "qemu-kvm" command, the returns shown as below:<br>
<br>1) when run "qemu-kvm" from terminal, it returns:<br>qemu-kvm: command not found<br><br>2) when run "ls -l /etc/init.d/qemu-kvm", it returns <br>lrwxrwxrwx 1 root root 21 Oct  4 13:44 /etc/init.d/qemu-kvm -> /lib/init/upstart-job<br>
<br>3) when run "/etc/init.d/qemu-kvm status', it returns:<br>Rather than invoking init scripts through /etc/init.d, use the service(8)<br>utility, e.g. service qemu-kvm status<br><br>Since the script you are attempting to invoke has been converted to an<br>
Upstart job, you may also use the status(8) utility, e.g. status qemu-kvm<br>qemu-kvm start/running<br><br>4) when run "status /etc/init.d/qemu-kvm", it returns: <br>status: Unknown job: ./qemu-kvm<br><br>5) but when run "service qemu-kvm status" or "status qemu-kvm" command, it ruturns:<br>
qemu-kvm start/running<br><br>6) however, when run kvm command it looks ok - a new terminal screen pop up<br><br>it is much appreciated if anyone can help with why run "qemu-kvm" command doesn't work.<br><br>
thanks,<br>david su