Displaying 20 results from an estimated 12000 matches similar to: "[PATCH][libxenapi] Fix segmentaion fault in libxenapi"
2004 Aug 06
1
IceS Segmentaion Fault
I am trying to set up Icecast and IceS. I have icecast 2.0.1 up and
running. but when I try to start IceS 0.3 I get a seg fault. Here is the
output:
# /path/ices -r -c /confpath/ices.conf -F /playlistpath/playlist.pl -P
password
Logfile opened
DEBUG: Sending following information to libshout:
DEBUG: Stream: 0
DEBUG: Host: localhost:8001 (protocol: xaudiocast)
DEBUG: Mount: /example1.mp3,
2012 May 25
0
[LLVMdev] generating LLVM code that meets the C ABI
I want to generate LLVM functions that meet the C ABI for function
calls/returns (preferably on multiple platforms but x86_64 would be OK
for now).
I know that LLVM doesn't handle this completely automatically (e.g.
the type {i32,i32} should be passed as a single i64 on x86_64 linux).
Is there any library that automates the generation of function
declarations meeting the ABI and emit
2007 May 15
4
[PATCH] [xm] Fix vncdisplay for hvm guests
''vncdisplay=N'' in hvm config file is ignored when building qemu-dm
arguments.
xm create or xm new -> xm start with hvm config file containing
vnc=1
vncdisplay=5
results in ''-vncunused'' being passed to qemu-dm. There are several
approaches
for a fix - this patch defaults vncdisplay to None in xm options. It
currently defaults to 1 and is always included in
2012 Dec 27
0
xen-api_1.3.2-14_amd64.changes ACCEPTED into unstable
Accepted:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 27 Dec 2012 13:05:06 +0000
Source: xen-api
Binary: xcp-xapi python-xenapi xcp-squeezed xcp-v6d libxenapi-ocaml-dev xcp-xapi-debug xcp-xe xcp-networkd
Architecture: source amd64 all
Version: 1.3.2-14
Distribution: unstable
Urgency: low
Maintainer: Pkg Xen <pkg-xen-devel at lists.alioth.debian.org>
Changed-By:
2012 Nov 18
0
xen-api_1.3.2-13_amd64.changes ACCEPTED into unstable
Accepted:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 03 Nov 2012 19:12:36 +0000
Source: xen-api
Binary: xcp-xapi python-xenapi xcp-squeezed xcp-v6d libxenapi-ocaml-dev xcp-xapi-debug xcp-xe xcp-networkd
Architecture: source amd64 all
Version: 1.3.2-13
Distribution: unstable
Urgency: low
Maintainer: Pkg Xen <pkg-xen-devel at lists.alioth.debian.org>
Changed-By:
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
...
2012 Jul 08
0
xen-api_1.3.2-9_amd64.changes ACCEPTED into unstable
Accepted:
libxenapi-ocaml-dev_1.3.2-9_amd64.deb
to main/x/xen-api/libxenapi-ocaml-dev_1.3.2-9_amd64.deb
python-xenapi_1.3.2-9_all.deb
to main/x/xen-api/python-xenapi_1.3.2-9_all.deb
xcp-networkd_1.3.2-9_amd64.deb
to main/x/xen-api/xcp-networkd_1.3.2-9_amd64.deb
xcp-squeezed_1.3.2-9_amd64.deb
to main/x/xen-api/xcp-squeezed_1.3.2-9_amd64.deb
xcp-v6d_1.3.2-9_amd64.deb
to
2012 Jan 05
0
xen-api_1.3-14_amd64.changes is NEW
libxenapi-ocaml-dev_1.3-14_amd64.deb
to main/x/xen-api/libxenapi-ocaml-dev_1.3-14_amd64.deb
(new) python-xenapi_1.3-14_all.deb extra python
XCP XenAPI Python libraries
The Xen Cloud Platform (XCP) is an open source enterprise-ready server
virtualization and cloud computing platform, with support for a range of
guest operating systems, Linux network and storage support.
.
XCP addresses the
2012 Mar 07
0
xen-api_1.3.2-2_amd64.changes is NEW
libxenapi-ocaml-dev_1.3.2-2_amd64.deb
to main/x/xen-api/libxenapi-ocaml-dev_1.3.2-2_amd64.deb
python-xenapi_1.3.2-2_all.deb
to main/x/xen-api/python-xenapi_1.3.2-2_all.deb
(new) xcp-networkd_1.3.2-2_amd64.deb extra admin
daemon to manage network configuration for xcp-xapi
The Xen Cloud Platform (XCP) is an open source enterprise-ready server
virtualization and cloud computing platform, with
2014 Feb 19
1
Re: event-test.py cannot detects domain shutdown
Cole Robinson wrote:
> On 02/18/2014 10:45 PM, Jim Fehlig wrote:
>
>> Cole Robinson wrote:
>>
>>> On 02/18/2014 05:12 AM, Kim Larry wrote:
>>>
>>>
>>>> The thing I found today is that if libvirt uses xend driver, shutdown events
>>>> are delivered, but if libvirt uses libxl drvier, doesn't show up anything.
2008 May 08
2
Testing render :text without has_text
A controller I''m trying to test simply delivers a text string to the
client, which then demarshalls it to retrieve some objects. I want to
test that the returned string is correct.
I don''t want to compare the string character-by-character with
response.has_text because that ties me to the implementation of the
Marshall class. Instead, I just want to demarshall the string
2014 Feb 19
2
Re: event-test.py cannot detects domain shutdown
Cole Robinson wrote:
> On 02/18/2014 05:12 AM, Kim Larry wrote:
>
>> The thing I found today is that if libvirt uses xend driver, shutdown events
>> are delivered, but if libvirt uses libxl drvier, doesn't show up anything. It
>> seems there are bugs on shutdown event, so I did dig into the libvirt source
>> briefly, but I couldn't find where libxl driver
2014 Jan 16
0
Processed: user debian-qa@lists.debian.org, found 728743 in 331.20-1, tagging 728743, tagging 735576 ...
Processing commands for control at bugs.debian.org:
> user debian-qa at lists.debian.org
Setting user to debian-qa at lists.debian.org (was anbe at debian.org).
> found 728743 331.20-1
Bug #728743 [libgl1-nvidia-glx] corrupts the signal block mask (SigBlk) breaking unrelated
Bug #733816 [libgl1-nvidia-glx] khotkeys launches actions with SIGHUP blocked, leading to unclosable xterms
Marked as
2014 Sep 26
5
increase number of libvirt threads by starting tansient guest doamin - is it a bug?
hello,
if i start a transient guest doamin via "virsh create abcd.xml" i see an additional libvirt thread and also some open files:
pstree -h `pgrep libvirtd`
libvirtd───11*[{libvirtd}]
libvirtd 3016 root 21w REG 253,0 6044 1052094 /var/log/libvirt/libxl/abcd.log
libvirtd 3016 root 22r FIFO 0,8 0t0 126124 pipe
libvirtd 3016 root
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
2007 Dec 02
2
Changes for 3.2
Hi folks
Some proposed changes:
* Fixiate the API/ABI of some libs, for the stable version, including
- libxenctrl,
- libxenstat,
- libxenstore.
As upstream don't know what abinames are for, roll own abinames.
* Add libxenctrlX, libxenstatX, libxenstoreX, if abinames may be
different or libxenX if the abinames should the same for all libs.
* Add libxen-dev including
- static
2014 Sep 26
0
Re: [libvirt] increase number of libvirt threads by starting tansient guest doamin - is it a bug?
On 26.09.2014 09:46, ustermann78@web.de wrote:
> hello,
>
> if i start a transient guest doamin via "virsh create abcd.xml" i see an additional libvirt thread and also some open files:
>
> pstree -h `pgrep libvirtd`
> libvirtd───11*[{libvirtd}]
>
> libvirtd 3016 root 21w REG 253,0 6044 1052094 /var/log/libvirt/libxl/abcd.log
> libvirtd
2016 Mar 31
1
Re: (no subject)
Libvirt version as per virsh --version 1.2.2
Xen version as per xl info 4.4.2
I am working with xl toolstack
On Mar 30, 2016 11:09 PM, "Jim Fehlig" <jfehlig@suse.com> wrote:
> nidhi d wrote:
> > When i tried
> >
> > virsh migrate <vm> xen+ssh://user@remote/system
> >
> > I get the error
> >
> > This function is not supported by
2014 Feb 19
0
Re: event-test.py cannot detects domain shutdown
On 02/18/2014 10:45 PM, Jim Fehlig wrote:
> Cole Robinson wrote:
>> On 02/18/2014 05:12 AM, Kim Larry wrote:
>>
>>> The thing I found today is that if libvirt uses xend driver, shutdown events
>>> are delivered, but if libvirt uses libxl drvier, doesn't show up anything. It
>>> seems there are bugs on shutdown event, so I did dig into the libvirt
2009 Feb 03
0
[PATCH] XendAPIStore - do not remove non-existent item
If list is searched and item not found, then don''t attempt to delete the
item.
I''ve seen this bug manifest as
xen81:~/bin # xm li
Name ID Mem VCPUs State Time(s)
Domain-0 0 3151 16 r----- 1240.8
pxe 3 256 1 -b---- 26.4
xen81:~/bin