Hi Osier,<br><br>The debug log from virt-manager wasn't that helpful.<br><br>[Thu, 02 Jun 2011 11:32:26 virt-manager 5104] DEBUG (engine:496) Starting vm 'rpmbuilderbase'.<br>[Thu, 02 Jun 2011 11:32:37 virt-manager 5104] DEBUG (error:76) Uncaught Error: Error starting domain: internal error Domain rpmbuilderbase didn't show up<br>
 : Traceback (most recent call last):<br>  File "/usr/share/virt-manager/virtManager/engine.py", line 498, in run_domain<br>    vm.startup()<br>  File "/usr/share/virt-manager/virtManager/domain.py", line 573, in startup<br>
    self.vm.create()<br>  File "/usr/lib64/python2.4/site-packages/libvirt.py", line 287, in create<br>    if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)<br>libvirtError: internal error Domain rpmbuilderbase didn't show up<br>
<br>The log in /var/log/libvirt/qemu is a little bit more useful but I don't really understand it.  Can someone please explains it to me?<br><br>LC_ALL=C PATH=/sbin:/usr/sbin:/bin:/usr/bin HOME=/ /usr/libexec/qemu-kvm -S -M pc -m 2048 -smp 1 -name rpmbuilderbase -uuid bb226766-a712-8e31-74ed-1f971d6a8230 -monitor pty -pidfile /var/run/libvirt/qemu//rpmbuilderbase.pid -boot cc -drive file=/var/lib/libvirt/devmappings/rpmbuilderbase,if=ide,index=0,boot=on -net nic,macaddr=54:52:00:68:ea:d0,vlan=0,model=e1000 -net tap,fd=15,script=,vlan=0,ifname=vnet0 -serial pty -parallel none -usb -vnc <a href="http://127.0.0.1:0">127.0.0.1:0</a> -k en-us<br>
Boot device 'c' was given twice<br><br>Is the message "Boot device 'c' was given twice' a fatal error?  If so what is the correct action to resolve the issue?<br><br>Thanks!<br><br>David<br><br><div class="gmail_quote">
On Wed, Jun 1, 2011 at 11:33 PM, Osier Yang <span dir="ltr"><<a href="mailto:jyang@redhat.com">jyang@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">On 06/02/2011 07:17 AM, Chun Tat David Chu wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi All,<br>
<br>
I am new using libvirt.<br>
<br>
I kept on getting the following error when I try to start my VM.  Can<br>
anyone give me any suggestion on what could went wrong?<br>
<br>
Traceback (most recent call last):<br>
   File "/usr/share/virt-manager/virtManager/engine.py", line 498, in<br>
run_domain<br>
     vm.startup()<br>
   File "/usr/share/virt-manager/virtManager/domain.py", line 573, in<br>
startup<br>
     self.vm.create()<br>
   File "/usr/lib64/python2.4/site-packages/libvirt.py", line 287, in create<br>
     if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)<br>
libvirtError: internal error Domain mytest didn't show up<br>
<br>
Thanks,<br>
<br>
David<br>
<br>
</blockquote>
<br></div></div>
virt-manager has debug log, ~/.virt-manager/virt-manager.log.<br>
<br>
And you can check libvirtd log too, by default, it's /var/log/messages,<br>
change "log_outputs" in /etc/libvirt/libvirtd.conf if you want it logs<br>
somewhere else.<br>
<br>
Change the "log_level" in /etc/libvirt/libvirtd.conf if you want to<br>
see more log.<br>
<br>
Perhaps detailed log will help you find out the problem.<br>
<br>
Regards<br><font color="#888888">
Osier<br>
<br>
</font></blockquote></div><br>