Displaying 20 results from an estimated 3000 matches similar to: "Xen VMs stop completely instead of restarting"
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
2013 Aug 16
3
Bug#466683: Expanding descriptions of some packages.
tags 466683 +patch
thanks
commit 765ac4708e4dd8a6fea0028d631a7c3363b286b7
Author: Ian Campbell <ijc at hellion.org.uk>
Date: Fri Aug 16 10:30:17 2013 +0100
* debian/changelog: Update
* debian/templates/control.main.in: Update descriptions for some packages.
diff --git a/xen/debian/changelog b/xen/debian/changelog
index 6100e75..e5b25ef 100644
--- a/xen/debian/changelog
+++
2013 Aug 16
0
Bug#466683: Expanding descriptions of some packages.
Ian Campbell wrote:
> + * Expand on the descriptions of some packages. (Closes: #466683)
Trivial typo here:
> Package: libxen-dev
> Section: libdevel
> Depends: libxen- at version@ (= ${binary:Version}), libxenstore3.0 (= ${binary:Version}), ${misc:Depends}
> Description: Public headers and libs for Xen
> This package contains the public headers and static libraries for
2018 Oct 29
2
Xen via libvirt
Hello.
I want to use libvirt for toolstack of Xen (not XenServer) to set up
Openstack system but,
I'm new to libvirt so, I had some troubles on installing libvirt.
I downloaded the source code, build and installed it, following here (
https://libvirt.org/compiling.html).
However, when I type a command (# virsh 'xen:///system' list) to check if
libvirt has been installed successfully,
2013 Mar 27
1
How to use xl (in place of xm) with libvirt 1.0.2 and Xen 4.2.1 in Ubuntu 13.04?
QUESTION: What, if anything, can I do so that I can use xl (in place of
xm) with libvirt 1.0.2 and Xen 4.2.1 in Ubuntu 13.04?
BACKGROUND: I am testing a fully updated (as of March 27) installation of
Ubuntu 13.04 that includes the following packages:
libvirt - version 1.0.2-0ubuntu9
xen-hypervisor-4.2-amd64 - version 4.2.1-0ubuntu1
Upon setting TOOLSTACK=xm in /etc/default/xen (as well as
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 use and to extend
- provide a simple and robust API
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
2010 Aug 17
3
libxl build failure in latest xen
I always failed to build 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
2013 May 14
5
tools/libxl: fix compilation and link errors on NetBSD
commit cad172d7b88bd443c81d865051297875ce2551bc
Author: Christoph Egger <chegger@amazon.de>
Date: Thu Feb 7 14:42:29 2013 +0000
tools/libxl: fix compilation and link errors on NetBSD
- Fix testidl link error that libyajl is not found
- Make linking of xl and testidl consistent
- fix error: array subscript has type ''char''
Signed-off-by:
2013 Sep 27
5
(Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
hi
i want to install libvirt-1.1.2 in xen -4.2.1.
i installed int he following manner:
1. downloaded source from libvirt/org (libvirt-1.1.2)
2. untarred & run ./configure --with-xen=yes --with-libxl=yes
3. then make and make install.
i also enabled the (xend-unix-server yes) in xend config file.
i run libvirtd -v and getting the followning error:
root@boss[libexec]#libvirtd -v
2013 Sep 27
5
(Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
hi
i want to install libvirt-1.1.2 in xen -4.2.1.
i installed int he following manner:
1. downloaded source from libvirt/org (libvirt-1.1.2)
2. untarred & run ./configure --with-xen=yes --with-libxl=yes
3. then make and make install.
i also enabled the (xend-unix-server yes) in xend config file.
i run libvirtd -v and getting the followning error:
root@boss[libexec]#libvirtd -v
2015 Nov 26
2
Bug#805508: Bug#805508: Bug#805508: xen: Unable to create HVM domUs
On 19.11.2015 11:00, Ian Campbell wrote:
> On Wed, 2015-11-18 at 23:07 +0000, Thomas Jepp wrote:
>>
>> [...]
>> xc: error: Could not open kernel image '/usr/lib/xen/boot/hvmloader' (2 = No such file or directory): Internal error
>
> This is the wrong path, in the Debian packages it should be /usr/lib/xen-
> 4.6/boot/hvmloader (and this should be arranged by
2018 Oct 30
2
Re: Xen via libvirt
On Tue, Oct 30, 2018 at 4:57 AM Jim Fehlig <jfehlig@suse.com> wrote:
> On 10/29/18 12:26 PM, Minjun Hong wrote:
> > Hello.
> > I want to use libvirt for toolstack of Xen (not XenServer) to set up
> Openstack
> > system but,
> > I'm new to libvirt so, I had some troubles on installing libvirt.
> >
> > I downloaded the source code, build and
2013 Oct 04
7
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
cooldharma06 wrote:
> 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
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 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 :
2013 Sep 30
3
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
hi,
thanks for your response.
i cleaned that above one and installed in this following steps:
* sudo apt-get install gcc make pkg-config libxml2-dev libgnutils-dev
libdevmapper-dev libcurl4-gnutls-dev python-dev libpciaccess-dev libxen-dev
libnl-dev
* ./configure = --prefix=/usr --localstatedir=/var --sysconfdir=/etc
--with-xen=yes --with-libxl=yes
* make
* make install
now i am getting the
2013 Aug 16
2
bugs closed by xen 4.3 release in svn
waldi,
I reckon you can close at least the following with the new release.
Ian.
diff --git a/xen/debian/changelog b/xen/debian/changelog
index e5b25ef..fc3f161 100644
--- a/xen/debian/changelog
+++ b/xen/debian/changelog
@@ -2,14 +2,15 @@ xen (4.3.0-1) UNRELEASED; urgency=low
[ Bastian Blank ]
* New upstream release.
+ - Fix HVM PCI passthrough (Closes: #706543)
* Call configure
2013 Sep 30
6
Re: (Xen + libvirt) Installing and workin with xen -4.2.1 and libvirt 1.1.2
hi,
i am using debian flavor called BOSS.
*uname -a*
Linux boss 3.2.0-4-amd64 #1 SMP Debian 3.2.41-2 x86_64 GNU/Linux
i installed XEN-4.2.1 from the source.
*virsh # version*
error: failed to connect to the hypervisor
error: no valid connection
error: Failed to connect socket to
'/usr/local/var/run/libvirt/libvirt-sock': No such file or directory
*
*
*root@boss[src]#libvirtd -v*
2013 Jun 11
9
Xen 4.1 compile from source and install on Fedora 17
Hello,
I have asked this question in Xen-users mailing list too. But since it
involves compiling from source, I realised asking this here makes more
sense. Please forgive me for the spam.
I am relatively new to Xen and need help compiling and installing Xen from
source.
Using some tutorials online, I have got Xen working with the ''yum install
xen'' method.
I used virt-manager