Re: [XenAccess-devel] Error connecting to xend
Status: Beta
Brought to you by:
bdpayne
From: Bryan D. P. <br...@th...> - 2006-06-27 20:07:07
|
> I see I have the honor of posting the first plea for help to the list. I'm Welcome, it's nice to see some chatter here :-) > [root@localhost examples]# export > LD_PRELOAD=/root/xenaccess-0.1/libxenaccess.so[root@localhost examples]# > ./module-list libvir: Xen Daemon error : could not connect to Xen Daemon > (5) could not connect to Xen Daemon > ERROR: Failed to find Domain 1 > ERROR: failed to get domain info for domain id 1 > ERROR: could not get kernel name for domain id 1 > failed to init XenAccess library: Bad address This looks like libvirt cannot connect to the Xend deamon. I believe that libvirt requires the xend-http-server to be enabled (which is no longer the default setting for Xen). Try adding or uncommenting the following line from /etc/xen/xend-config.sxp: (xend-http-server yes) After the edit you will need to restart xend: service xend restart I believe that this will fix your problem. I should probably add something about this to the README file :-) Let me know how it works out for you. Cheers, bryan |