On ven, 2013-09-27 at 12:56 +0530, cooldharma06 wrote:
root@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)