search for: panhal

Displaying 4 results from an estimated 4 matches for "panhal".

Did you mean: panhale
2014 Jun 15
2
Re: ERROR: Domain not found: no domain with matching name 'ubuntu'
I tried running qemu-system-x86_64 -help" command manually. But it seems that it work normally. Here is the output. Kindly guide me. spanhal1@seclab2:/usr/bin$ qemu-system-x86_64 -help QEMU emulator version 1.2.0 (qemu-kvm-1.2.0), Copyright (c) 2003-2008 Fabrice Bellard usage: qemu-system-x86_64 [options] [disk_image] 'disk_image' is a raw hard disk image for IDE hard disk 0 Standard options: -h or -help display this help...
2014 Jun 13
0
Re: ERROR: Domain not found: no domain with matching name 'ubuntu'
Hi. At Thu, 12 Jun 2014 16:51:11 -0400, Sanket Panhale wrote: > > Libvirt log: > > 2014-06-12 20:06:24.033+0000: 1305: error : virCommandWait:2188 : internal > error Child process (LC_ALL=C > PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin > /usr/local/bin/qemu-system-x86_64 -help) status unexpected: exit statu...
2014 Jun 18
0
Re: ERROR: Domain not found: no domain with matching name 'ubuntu'
At Sun, 15 Jun 2014 11:57:46 -0400, Sanket Panhale wrote: > > I tried running qemu-system-x86_64 -help" command manually. But it seems > that it work normally. Are you sure that you called the right program located in /usr/local/bin? Do that exactly as libvirt did it: $ LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/s...
2014 Jun 12
3
ERROR: Domain not found: no domain with matching name 'ubuntu'
Hi guys, I am new to QEMU-KVM, libvmi and libvirt stuff. Libvmi uses libvirt. I am trying to to run process-list example of libvmi and getting error as below. It seems that this error may be due to libvirt as it is not able to find domain. I seek your kind help on below error: spanhal1@seclab2:~/KVMModule/libvmi-0.10.1$ sudo ./examples/process-list ubuntu libvir: QEMU error : Domain not found: no domain with matching name 'ubuntu' VMI_ERROR: Failed to get domain id from name. Failed to init LibVMI library.1 Here are few details of step I performed: 1. I have installed K...