Also, given your error, it would be helpful if you could provide a debug
(enable DEBUG in libvmi.h and rebuild) and the output from your configure
script and the output from xm list.
>Hi
>Payne,
>
>i have installed xen 3.x on debian OS . I am trying to execute libvmi
>examples . but its not working out.
>
>Have a look at the configuration file
># PV linux domain for Xen 3.0.4_1
>i-568C08B2{
> ostype = "Linux";
> sysmap = "/boot/System.map-2.6.26-2-xen-686";
> linux_tasks = 0x60;
> linux_mm = 0x78;
> linux_pid = 0x9c;
> linux_pgd = 0x24;
>}
>
>and when i execute ./module_list i-568C08B2 , It is producing the
>following output.
>l
>ibvir: QEMU error : Domain not found: no domain with matching name
>'i-568C08B2'
>ERROR: could not find System.map file after checking:
> /boot/System.map-2.6.26-2-xen-686
>To fix this problem, add the correct sysmap entry to /etc/libvmi.conf
>VMI_ERROR: Failed to lookup 'swapper_pg_dir' address.
>Failed to init LibVMI library.
>
>Can you plase help me regarding this issue.
>--
>*Divakarreddy B
>*
>
--
Divakarreddy B
There's an example config file distributed with libvmi in the
libvmi-0.6/etc/ directory.
-bryan