search for: libxenlight

Displaying 20 results from an estimated 83 matches for "libxenlight".

2013 May 14
5
tools/libxl: fix compilation and link errors on NetBSD
...#39; Signed-off-by: Christoph Egger <chegger@amazon.de> Reviewed-by: Matthew Wilson <msw@amazon.de> diff --git a/tools/Rules.mk b/tools/Rules.mk index 3f03a31..4067955 100644 --- a/tools/Rules.mk +++ b/tools/Rules.mk @@ -56,7 +56,7 @@ SHLIB_libblktapctl = endif CFLAGS_libxenlight = -I$(XEN_XENLIGHT) $(CFLAGS_libxenctrl) $(CFLAGS_xeninclude) -LDLIBS_libxenlight = $(XEN_XENLIGHT)/libxenlight.so $(SHLIB_libxenctrl) $(SHLIB_libxenstore) $(SHLIB_libblktapctl) +LDLIBS_libxenlight = $(XEN_XENLIGHT)/libxenlight.so $(APPEND_LDFLAGS) -lyajl $(SHLIB_libxenctrl) $(SHLIB_libxenstore) $(...
2009 Nov 09
6
[ANNOUNCE] libxenlight
Hi all, I am pleased to announce "libxenlight", a new small and lightweight C library that refactors existing code in a coherent and easy to use API to interface to the hypervisor and xenstore to perform operations such as domain creation and destruction, suspend/restore and pci passthrough. The goals of libxenlight are: - be easy to us...
2013 Mar 21
1
xen-4.2, libxl and libvirt
Hi, I'm testing the xen-4.2 package from experimental and I've hit a problem trying to use the installed libxenlight library-- I hope this is the right place to discuss it. xen itself seems to be ok, I can start/stop domains with 'xl'. I notice that 'xl' is statically linked so has no problem finding libxenlight. I'm trying to compile libvirt-1.0.3, also from experimental. Unfortunately t...
2012 Dec 25
3
Error : libxenlight state driver is not active
Hi all. I recently compiled xen 4.1.3 on Fedora 17(64 bit). The xen entry appears in the grub. Inspite of booting Fedora, with xen hypervisor entry , when I start virt-manager, I get an error " Internal Error : libxenlight state driver is not active " Can anyone help me on this? -- Rohit S Damkondwar B.Tech Computer Engineering CoEP MyBlog <http://www.rohitsdamkondwar.wordpress.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-...
2010 Aug 17
3
libxl build failure in latest xen
...ild the xen in my enironment, with following error (my gcc version is 4.1.2): > gcc -O1 -fno-omit-frame-pointer -fno-optimize-sibling-calls -m64 -g > -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value > -Wdeclaration-after-statement -D__XEN_TOOLS__ -MMD > -MF .libxenlight.so.1.0.0.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE > -Werror -Wno-format-zero-length -I. -fPIC -I../../tools/libxc -I../../tools/include > -I../../tools/libxc -I../../tools/include -I../../tools/xenstore -I../../tools/include > -I../../tools/blktap2/control -I../../tools/blktap2/include...
2012 Jan 20
0
unable to get libvirt work with libxenlight
Hi all: I am having problem with libxenlight as the underlying xen drive. I compiled libvirt with configure flag: "--with-libxl". However, the output of command: ldd libvirt.so did not show a symbol link to libxenlight.so. I assume it should link to it, but I could be wrong. To verify libxenlight is working, I then stopped xend. Af...
2013 Sep 27
5
(Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
...es) in xend config file. i run libvirtd -v and getting the followning error: 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 20...
2013 Sep 27
5
(Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
...es) in xend config file. i run libvirtd -v and getting the followning error: 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 20...
2010 Apr 22
6
libxenlight and xl: missing features
Hi all, this is a non comprehensive list of missing features in libxenlight and\or xl: - xen_platform_pci flag support in VM config files; - relative paths support in VM config files; - hap support in VM config files; - -c option to xl create; - remus; - trigger command; - tmem-* commands; - sched-* commands; - usb-* commands; - scsi-* commands. In general if y...
2013 Sep 06
1
Bug#721999: xen: FTBFS: dpkg-shlibdeps: error: couldn't find library libxenstore.so.3.0 needed by debian/libxen-4.3/usr/lib/libxenlight-4.3.so (ELF format: 'elf32-i386'; RPATH: '/usr/lib')
Source: xen Version: 4.3.0-1 Severity: serious Justification: FTBFS Hi New uploaded xen 4.3.0-1 FTBFS, see [1] for build log for i386. [1] https://buildd.debian.org/status/fetch.php?pkg=xen&arch=i386&ver=4.3.0-1&stamp=1378426577 Regards, Salvatore
2013 Oct 04
7
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
...libvirtd.log) > > i dont know about this. but it may be helpful for you. So i am > forwarding this. > > 2013-09-26 11:43:58.507+0000: 10718: error : virDriverLoadModule:78 : > failed to load module > /usr/local/lib/libvirt/connection-driver/libvirt_driver_libxl.so > /usr/lib/libxenlight.so.2.0: undefined symbol: xs_check_watch Seems your libxenlight.so is not linked properly. xs_check_watch is provided by libxenstore, which should be linked with libxenlight # ldd /usr/lib64/libxenlight.so.4.3 | grep libxenstore libxenstore.so.3.0 => /usr/lib64/libxenstore.so.3.0 (0x00007faa8...
2010 Aug 13
3
[PATCH] xl: make libxl_uuid2string internal to libxenlight
libxenlight exports a function libxl_uuid2string which is used internally in several places but has one external caller in xl. The function mainly implements policy so should not be part of the libxenlight API. The extent to which it can be considered mechanism it is not a xen mechanism since UUID''s a...
2013 Sep 30
6
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
...to '/usr/local/var/run/libvirt/libvirt-sock': No such file or directory * * *root@boss[src]#libvirtd -v* 2013-09-30 13:05:36.836+0000: 8199: info : libvirt version: 1.1.2 2013-09-30 13:05:36.836+0000: 8199: error : libxlCapsInitHost:86 : internal error: Failed to get node physical info from libxenlight 2013-09-30 13:05:36.836+0000: 8199: error : libxlStateInitialize:1362 : cannot create capabilities for libxenlight 2013-09-30 13:05:36.836+0000: 8199: error : virStateInitialize:840 : Initialization of LIBXL state driver failed: internal error: Failed to get node physical info from libxenlight 2013...
2010 Oct 28
5
[PATCH] Fix pci passthru in xend interface used by libvirt
# HG changeset patch # User Jim Fehlig <jfehlig@novell.com> # Date 1288301229 21600 # Branch xend-pci # Node ID 461b9d3a643a2c67c961d9fc468a804891f3770d # Parent 28a16074681582f1209c9077f870ccf44927133e Fix pci passthru in xend interface used by libvirt Attempting to define or create a domain whose XML config contains a passthru PCI device fails with libvirt xen84: # cat win2k8r2.xml ...
2013 Sep 09
0
Bug#721999: dpkg-shlibdeps: error: couldn't find library libxenstore.so.3.0 needed by debian,/libxen-4.3/usr/lib/libxenlight-4.3.so (ELF format: 'elf64-x86-64'; RPATH: '/usr,/lib')
Hi, This is just a quick note that I receive effectively the same error when doing an amd64 build. A workaround is to install the binary package libxenstore3.0 but of course the source build should not require an external install of one of the packages that it builds. James
2015 May 07
0
problems with xl (libxenlight)
Since new version of xen use xl as the default toolstack to manage xen, I've met a lot of problems. 1. xl has no commands such as start and clone, which is confusing. How can I bring a vm back after I shutdown it? 2. Each time I use 'xl shutdown domid' it comes into "PV control interface not available: external graceful shutdown not possible. Use "-F" to fallback to ACPI
2013 Oct 01
1
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
hi, i found something im my log: (libvirtd.log) i dont know about this. but it may be helpful for you. So i am forwarding this. 2013-09-26 11:43:58.507+0000: 10718: error : virDriverLoadModule:78 : failed to load module /usr/local/lib/libvirt/connection-driver/libvirt_driver_libxl.so /usr/lib/libxenlight.so.2.0: undefined symbol: xs_check_watch 2013-09-26 11:43:58.790+0000: 10729: error : virCommandWait:2348 : internal error: Child process (LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin HOME=/root USER=root LOGNAME=root /usr/bin/kvm -no-user-config -device '?' -d...
2012 Sep 25
3
Xen VMs stop completely instead of restarting
I''ve recently upgraded SLES to use LibXenLight and have noticed that my virtual machines no longer restart when "xl restart X" or the reboot commands are used within the VM. Instead the machine seems to get destroyed. The configs for the VMs have not changed since well before the update. Here is what one looks like: name = ''...
2015 Nov 25
3
Bug#806226: xen-hypervisor-4.6-amd64: Can't start a VM
Package: xen-hypervisor-4.6-amd64 Version: 4.6.0-1 Severity: normal Dear maintaners, I was using XEN 4.4 on that machine ("unstable") and want to switch to 4.6. All xen stuff was uninstalled (XEN 4.4), the machine restarted before installing 4.6. When I uninstall XEN 4.4 (libxenlight4.4) it deinstall also part of QEMU and when I reinstall QEMU libxenlight-4.4 aws reinstalled. First try (noeload is the file descripting the VM, was OK with xen4.4, the file is enclosed): xl create neoload /usr/lib/xen-4.6/bin/xl: error while loading shared libraries: libxenlight-4.6.so: cannot op...
2013 Sep 30
3
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
...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 &g...