similar to: Bug#394931: xen-utils-3.0.3-1: Manpages not included

Displaying 20 results from an estimated 700 matches similar to: "Bug#394931: xen-utils-3.0.3-1: Manpages not included"

2011 Nov 25
2
[PATCH 6/7] Create 2 ocaml packages, libxen-4.1-ocaml and libxen-4.1-ocaml-dev.
V4 of the patch, incorporating Bastian's suggestions. Jon --- xen/debian/patches/series | 1 + xen/debian/patches/tools-ocaml-fix-build.diff | 81 +++++++++++++++++++++++++ xen/debian/rules | 5 ++ xen/debian/rules.real | 39 ++++++++++++ xen/debian/templates/control.main.in | 16 +++++
2010 Feb 18
0
[PATCH] Build against linux-support-2.6.32-2
To build in current unstable (and, I suspect, squeeze) xen-3 seems to need the following patch. (I'm not really sure what I'm doing and just cribbed from r14469 in the debian-kernel tree which is where the pertinent change to the linux-support package came from. It seems to work....) The errors from only editing rules.defs are attached. Index: debian/bin/gencontrol.py
2009 Jul 15
0
Bug#536175: Bug#536175: Bug#536176: xen-utils-3.4: trying xen-3.4 once breaks xen-3.2 (?)
Here is a patch to the Debian xen-3 3.4.0-1 package that reenables ioemu. I have been using it for the last four weeks. (I understand there are reasons this cannot go into Debian yet, but hopefully it will be useful to people that depend on running HVMs today.) Anders -------------- next part -------------- --- xen-3/debian/changelog +++ xen-3/debian/changelog @@ -1,3 +1,10 @@ +xen-3
2015 Jan 22
0
Ubuntu delta against 4.5.0-1 in experimental for disussion
On 22.01.2015 13:02, Stefan Bader wrote: > Hi, > > I just finished preparing the Xen-4.5 merge from experimental into our next > release (Vivid/15.04). And something I actually should have done since the 4.4 > times is to report back the delta I have in case there are things Debian might > want to pick up as well. > > So below is the commented debdiff between the 4.5.0-1
2011 Nov 15
6
[OCAML 0/7] Xen ocaml library packaging
This is an update to the patches sent out on 25th October. I expect, as before, that some of the larger patches won't get to the list so they are also available here: https://github.com/jonludlam/pkg-xen/commits/for-debian6. Changes since last mail: * I have split out the unrelated change to include 2 extra header files in libxen-dev * I have removed some instances of brace expansion
2011 Nov 29
6
[OCAML 0/7] V4 or so of the xen ocaml packaging patches
Here is the latest version of the patches to package the ocaml libraries. Changes since last time: * rename the packages from libxen-4.1-ocaml* to libxen-ocaml* - we wont be looking to install multiple concurrent versions of the same package, so the version doesn't need to be in the package name * Removed superfluous GENCONTROL definitions - dh_ocaml does what we need * Removed
2007 Dec 04
0
Bug#399700: xen-unstable: bugfix, patch included. now build-deps on linux-support-2.6.22-3
Package: xen-unstable Version: 3.0-unstable+hg11561-1 Followup-For: Bug #399700 The included patch overcomes the old build dependency on linux-support-2.6.17-2, and replaces it with linux-support-2.6.22-3. I filed a previous bug #453912 - but I guess it doesn't apply? -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable')
2007 Jul 17
1
Bug#389320: Patch to add ia64 support
Tags: patch fixed-upstream Patch below allows this package to be built on ia64. Xen has supported ia64 since ~3.0.1. Thanks, Alex diff -urN a/xen-3.0-3.0.4-1/debian/arch/defines b/xen-3.0-3.0.4-1/debian/arch/defines --- a/xen-3.0-3.0.4-1/debian/arch/defines 2007-07-17 12:40:58.000000000 -0600 +++ b/xen-3.0-3.0.4-1/debian/arch/defines 2007-07-17 12:41:17.000000000 -0600 @@ -5,3 +5,4 @@
2015 Jan 22
5
Ubuntu delta against 4.5.0-1 in experimental for disussion
Hi, I just finished preparing the Xen-4.5 merge from experimental into our next release (Vivid/15.04). And something I actually should have done since the 4.4 times is to report back the delta I have in case there are things Debian might want to pick up as well. So below is the commented debdiff between the 4.5.0-1 in experimental and the Ubuntu version I prepared so far (only compile tested on
2011 Oct 25
14
[PATCH 0/9] Package the ocaml libraries
The following set of patches package up the ocaml libraries that are part of the standard xen build. The patches are also currently available at: https://github.com/jonludlam/pkg-xen/commits/for-debian There are some things to note: 1. The 5 patches imported from xen-unstable are not, and will not go into the xen-4.1-stable series. However, the patches were created at the request of the
2005 Oct 31
0
[PATCH] add SHUTDOWN OPTIONS to xmdomain.cfg man page
The following patch adds a section for SHUTDOWN OPTIONS for the xmdomain.cfg man page. It documents the new set of options introduced over the last few weeks. Signed-off-by: Sean Dague <sean@dague.net> Diffstat output: xmdomain.cfg.pod.5 | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 51 insertions(+) diff -r 8cc7ce549d00 docs/man/xmdomain.cfg.pod.5 ---
2007 Jul 04
1
adding lvm root example to xmdomain.cfg.5
--- xen-common-3.0.3-0/docs/man/xmdomain.cfg.pod.5 2006-11-02 16:45:36.000000000 +0000 +++ xen-common-3.0.3-0-cjac/docs/man/xmdomain.cfg.pod.5 2007-07-04 20:58:22.000000000 +0000 @@ -274,7 +274,16 @@ =item I<LVM Root> -FIXME: write me + kernel = '/boot/vmlinuz-2.6-xen' + ramdisk = '/boot/initrd.img-2.6.18-4-xen-686' + memory = '16' + root =
2008 Apr 16
1
Bug#476366: xen-utils-3.2-1: pygrub cannot read ext3 files systems with 256 byte inodes
Package: xen-utils-3.2-1 Version: 3.2.0-4 Severity: important Tags: patch pygrub uses tools/libfsimage to read a guest filesystem. Unfortunately the grub derived code does not support 256 byte inodes. Grub itself has been patched (see #463236 and #463123) and this patch has now been applied to the upstream Xen tree. See <http://xenbits.xensource.com/staging/xen-unstable.hg?rev/c777e572a467>
2011 Jul 18
0
Kernel memory initialisation
Hi, I have a small problem on small (128Mo) PV DomU : the kernel use too much memory. By default if I start my DomU kernel (2.6.39.3) with "memory = 128" in the xmdomain cfg, I obtain only 54MB of usable memory : # head -n 1 /proc/meminfo MemTotal: 54844 kB While searching, I found that Xen (I guess) annouce 4GB of ram to the kernel, so in logs I have : # grep Memory
2011 Aug 10
1
Xen 4.1.1 packaging enhancement
Hi, This email is mainly addressed at Waldi (Bastian Blank). I'm resending it since the previous one is waiting for approval due to its size being bigger than 40k (I compressed the .diff this time, so it should be ok). I have worked on enhancing the current packaging of Xen 4.1.1 over the last weeks. The main goal was to package the OCaml libraries of Xen as separated binary packages, and
2011 Jul 23
1
Bug#635166: Please enable audio support in xen-qemu
Package: xen Version: 4.1.1 Severity: wishlist On the xen-qemu-dm-4.0 package, I enabled audio support, but since this is packaged in 4.1, audio support is gone. What I did for squeeze, is: --- a/configure 2010-03-23 17:08:39.000000000 +0800 +++ b/configure 2010-03-23 17:09:30.000000000 +0800 @@ -1382,6 +1382,9 @@ echo "#define CONFIG_VDE 1" >> $config_h echo
2007 Nov 24
2
Several xen problems in Debian Etch
Hi folks, before I flood the bug tracking system, I just want to send you a list of problems I encountered when using xen under Debian Etch (i386 on Intel Core2 Duo E6750). Shall I open a seperate bug report for each of the items below or are some of them features that are known to be missing in the xen release? - A HVM domain does not start when using a physical disk without specifing the
2010 Apr 16
1
Trying to compile/pack the Xen 4 for Debian fail...
Guys, I'm trying to compile the Xen 4.0.0 via debian/rules makefile but I got this: administrativo at sid01:~/xen/xen-4/xen-4.0.0$ make -f debian/rules build-tools ..... make -C lib all make[7]: Entering directory `/home/administrativo/xen/xen-4/xen-4.0.0/debian/build/build-tools/tools/blktap2/vhd/lib' make[7]: Nothing to be done for `all'. make[7]: Leaving directory
2013 Aug 16
3
Bug#688308: installing some additional docs
tags 688308 +patch thanks A lot of /docs/ is pretty low-level and not all that interesting to be installed by the packages. However some of it is, and in particular some is referenced from the manpages. I've cherry-picked the bits which I think are most interesting in that context. Patch below. 8<--------------- commit 7f8ac283e684b7c713d52ed845cab0704a97abab Author: Ian Campbell <ijc
2006 Oct 21
0
Bug#394411: xen-3.0_3.0.3~rc4+hg11760-1(ia64/unstable): Please add ia64 support
Package: xen-3.0 Version: 3.0.3~rc4+hg11760-1 Severity: wishlist There was an error while trying to autobuild your package: > Automatic build of xen-3.0_3.0.3~rc4+hg11760-1 on caballero by sbuild/ia64 85 > Build started at 20061021-0451 [...] > ** Using build dependencies supplied by package: > Build-Depends: debhelper (>= 5.0.37.2), python-dev (>= 2.3), libsdl1.2-dev, bcc,