On 06/02/2011 07:17 AM, Chun Tat David Chu wrote:
Hi All,
I am new using libvirt.
I kept on getting the following error when I try to start my VM. Can
anyone give me any suggestion on what could went wrong?
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/engine.py", line 498, in
run_domain
vm.startup()
File "/usr/share/virt-manager/virtManager/domain.py", line 573, in
startup
self.vm.create()
File "/usr/lib64/python2.4/site-packages/libvirt.py", line 287, in create
if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
libvirtError: internal error Domain mytest didn't show up
Thanks,
David
virt-manager has debug log, ~/.virt-manager/virt-manager.log.
And you can check libvirtd log too, by default, it's /var/log/messages,
change "log_outputs" in /etc/libvirt/libvirtd.conf if you want it logs
somewhere else.
Change the "log_level" in /etc/libvirt/libvirtd.conf if you want to
see more log.
Perhaps detailed log will help you find out the problem.
Regards
Osier