[libvirt-users] (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2

Dario Faggioli dario.faggioli at citrix.com
Fri Sep 27 16:51:52 UTC 2013


On ven, 2013-09-27 at 12:56 +0530, cooldharma06 wrote:


> root at boss[libexec]#libvirtd -v
> 2013-09-27 07:24:46.501+0000: 29517: info : libvirt version: 1.1.2
> 2013-09-27 07:24:46.501+0000: 29517: error : libxlCapsInitHost:86 :
> internal error: Failed to get node physical info from libxenlight
> 2013-09-27 07:24:46.501+0000: 29517: error :
> libxlStateInitialize:1362 : cannot create capabilities for libxenlight
> 2013-09-27 07:24:46.502+0000: 29517: error : virStateInitialize:840 :
> Initialization of LIBXL state driver failed: internal error: Failed to
> get node physical info from libxenlight
> 2013-09-27 07:24:46.502+0000: 29517: error : daemonRunStateInit:909 :
> Driver state initialization failed
> 
So, it appears it is this piece of code that is failing, in
src/libxl/libxl_conf.c:

static int
libxlCapsInitHost(libxl_ctx *ctx, virCapsPtr caps)
{
    libxl_physinfo phy_info;
    int host_pae;

    if (libxl_get_physinfo(ctx, &phy_info) != 0) {
        virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
                       _("Failed to get node physical info from
libxenlight"));
        return -1;
    }

    ...
}

Weird... I'm sorry I have to run now... Jim, any clue?

I'll try to investigate more on Monday.

Meanwhile, can we see the output of the following commands (with or
without libvirtd running, that shouldn't matter).

~# xl info -n
~# xl list -n
~# xl vcpu-list

Thanks and Regards,
Dario

-- 
<<This happens because I choose it to happen!>> (Raistlin Majere)
-----------------------------------------------------------------
Dario Faggioli, Ph.D, http://about.me/dario.faggioli
Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20130927/c5f508d4/attachment.sig>


More information about the libvirt-users mailing list