Displaying 8 results from an estimated 8 matches for "760270".
2014 Dec 10
0
Processed: closing 760270
Processing commands for control at bugs.debian.org:
> close 760270
Bug #760270 [src:xen] xen: Update xendomains init and default files to rispective upstream version
Marked Bug as done
> thanks
Stopping processing here.
Please contact me if you need assistance.
--
760270: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760270
Debian Bug Tracking System
Conta...
2014 Sep 02
1
Bug#760270: xen: Update xendomains init and default files to rispective upstream version
Source: xen
Version: 4.4.0-4
Severity: normal
Xendomains init and default files are taken from debian folder instead source and are not updated for some years.
Please update them from upstream source.
I did a fast update and test of them available here:
https://github.com/Fantu/pkg-xen/commit/4d1914776256d209665d490182cf662f70cda619
-- System Information:
Debian Release: jessie/sid
APT prefers
2014 Oct 17
0
Bug#760270: xen: Update xendomains init and default files to rispective upstream version
There is some ugliness in the current version (4.4.1-2) although it
doesn't seem to actually break anything in my case.
From /var/log/boot:
/etc/init.d/xendomains: line 128: domains: bad array subscript
Starting Xen domain (from
/etc/xen/auto/dnsmaster.cfg).../etc/init.d/xendomains: line 135:
domains: bad array subscript
2014 Dec 10
0
Debian patches for Xen 4.5.0 (RC3)
...e lots of stuff from LIBDIR and
*BINDIR to LIBEXEC).
> Can you update also xendomains init and default files in debian folder
> to latest xen upstream please? Some useful options added in upstream
> some years ago is still missed in debian packages :(
As I stated in response to your bug #760270 simply overwriting the
current scripts with the current upstream ones is not the way to go,
just asking for the same thing again isn't going to change that.
Reducing the divergence, possibly even getting to the point where the
Debian initscripts are just patches on top of the upstream ones, is...
2014 Dec 10
2
Debian patches for Xen 4.5.0 (RC3)
Thanks for your work on xen packages, I have some question about 4.5
packages:
I saw a debian/rules that disable blktap2 but
debian/patches/tools-blktap2-prefix.diff is still present and used in
series, if blktap2 is now disable I think is nomore needed.
I saw also many other patches about prefix still present but for xen 4.5
time ago I saw a big series of patches about honor tools prefix,
2014 Dec 09
0
Debian patches for Xen 4.5.0 (RC3)
On Fri, 2014-12-05 at 00:33 -0500, Stephen Oberholtzer wrote:
> (I hope this is the right address to send this message to.)
>
> I've spent the last few days getting Xen 4.5.0 RC3 to form up Debian
> packages, adapting the files from xen-4.4.1-4.
> Would you guys like my patches?
> It was a non-trivial exercise, especially because of commit 2c96ecb1,
> which invalidated a
2014 Dec 10
2
Debian patches for Xen 4.5.0 (RC3)
...this only after checking better now.
>> Can you update also xendomains init and default files in debian folder
>> to latest xen upstream please? Some useful options added in upstream
>> some years ago is still missed in debian packages :(
> As I stated in response to your bug #760270 simply overwriting the
> current scripts with the current upstream ones is not the way to go,
> just asking for the same thing again isn't going to change that.
>
> Reducing the divergence, possibly even getting to the point where the
> Debian initscripts are just patches on top...
2003 Sep 14
6
ov_clear(&vorbis) segfaults?
Hello all. I'm new to this list. I'm also new to coding with libvorbis
and things, so please bear with me. :)
I've been having trouble with libvorbisfile.
My use of it is fairly simple, but when I try to ov_clear the vorbis
file, it segfaults.
I can attach or otherwise make availible some demo source code, but for
now I'll just pull out relevant lines:
//BEGIN PSEUDO CODE