Displaying 20 results from an estimated 9000 matches similar to: "Xen unstable/SuSE 9.3 install issue"
2006 Mar 06
2
Problem compiling a custom kernel for xen-3.0
Hello,
I am trying to run xen-3.0 in some of my dell servers. I have tried the
binary distribution of xen, but it doesn''t boot in my test system (a
dell poweredge 750) because a module driver problem (I get an error
message during booting saying it doesn''t load a NFS root filesystem).
So I am trying to compile a custom kernel. So I have downloaded linux
source 2.6.12. I am
2005 Aug 19
15
x86_64 SLES 9 SP2 build break
I am trying to build xen on x86_64 SLES 9 SP2 box this morning and am
getting this error:
arch/xen/kernel/built-in.o(.text+0x1bd6): In function `__do_suspend'':
: undefined reference to `HYPERVISOR_vcpu_pickle''
make[4]: *** [.tmp_vmlinux1] Error 1
make[4]: Leaving directory `/tmp/xen-unstable.hg/linux-2.6.12-xen0''
make[3]: *** [build] Error 2
make[3]: Leaving directory
2006 May 05
6
PAE mode mismatch in Xen (xen=no Dom0=yes)
Hi,
I just added 32GB memory in my system and wanted Xen to see that memory, so enabled PAE in xen0 and XenU. I did a make menuconfig in xen0 and xenU, then did a make in xen-unstable and a make install.
Whilebooting this kernel, I get the above error PAE mode mismatch. I looked under xen/include/asm-x86/processor.h has #define X86_CR4_PAE defined and so does cpufeature.h have this defined.
2005 Sep 12
3
Won''t boot to Xen, GRUB Problem
I am installing Xen on a remote server. I left the other kernels on the
grub.conf and made xen the default to boot from. The box didn''t boot into
Xen on reboot but I''m not sure why. Here is my Xen config file:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
#
2005 Sep 03
2
xen unstable build domU kenel fails on entry.S
amd64:/usr/src/xen-unstable.hg#hg tip
changeset: 6597:a1de77c1486c5f35884e9f578b7f33b6bd75c362
tag: tip
user: shand@ubuntu.eng.hq.xensource.com
date: Sat Sep 3 03:36:29 2005
summary: Enable ''live'' migration from a tools pov; prior to this the
''live'' flag was
Which option in make ARCH=xen menuconfig should i disable to get rid of
2006 Jul 18
33
Paravirtualised drivers for fully virtualised domains
(The list appears to have eaten my previous attempt to send this.
Apologies if you receive multiple copies.)
The attached patches allow you to use paravirtualised network and
block interfaces from fully virtualised domains, based on Intel''s
patches from a few months ago. These are significantly faster than
the equivalent ioemu devices, sometimes by more than an order of
magnitude.
2005 Oct 21
1
Re: [Xen-changelog] Tweak to pygrub build config detection.
On Fri, 2005-10-21 at 18:54 +0000, Xen patchbot -unstable wrote:
> # HG changeset patch
> # User kaf24@firebug.cl.cam.ac.uk
> # Node ID 8eaaa622db81393ef0eae497090c34c04adf4212
> # Parent 3eee5653f08b01a310e0a9172a6c0149f16217df
> Tweak to pygrub build config detection.
> Signed-off-by: Jeremy Katz <katzj@redhat.com>
Applying both patches for this is overkill.... ;)
2006 May 15
3
Eicon Diva - problems building new v3 melware driver
Hi Armin!
I have problems on debian sarge with standard 2.6.8-2-386 kernel.
I've installed the packages:
kernel-headers-2.6.8-2
kernel-headers-2.6.8-2-386
kernel-image-2.6.8-2-386
kernel-kbuild-2.6-3
kernel-source-2.6.8
Then I unpacked the kernel sources into /usr/src/kernel-source-2.6.8 and
made a symlink from /usr/src/linux --> kernel-source-2.6.8
Then I entered
2007 Apr 18
3
[PATCH] no paravirt for X86_VOYAGER or X86_VISWS
From: Randy Dunlap <randy.dunlap@oracle.com>
Since Voyager and Visual WS already define ARCH_SETUP,
it looks like PARAVIRT shouldn't be offered for them.
In file included from arch/i386/kernel/setup.c:63:
include/asm-i386/mach-visws/setup_arch.h:8:1: warning: "ARCH_SETUP" redefined
In file included from include/asm/msr.h:5,
from include/asm/processor.h:17,
2007 Apr 18
3
[PATCH] no paravirt for X86_VOYAGER or X86_VISWS
From: Randy Dunlap <randy.dunlap@oracle.com>
Since Voyager and Visual WS already define ARCH_SETUP,
it looks like PARAVIRT shouldn't be offered for them.
In file included from arch/i386/kernel/setup.c:63:
include/asm-i386/mach-visws/setup_arch.h:8:1: warning: "ARCH_SETUP" redefined
In file included from include/asm/msr.h:5,
from include/asm/processor.h:17,
2006 Apr 09
2
Xen on IBM eSeries
Does anyone have experience installing Xen on IBM eSeries (I have an
x336), specifically with getting all the drivers to work?
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2013 Sep 12
10
[PATCH] xen/build: Remove hacked up version of figlet
This hacked up version of figlet contributes a supprisingly large proportion
of the Coverity issues found under xen/ (and therefore attributed against Xen)
Figlet can be found in all distros, so make use of it.
We keep xen.flf (being the Xen figlet font) and replace the hacked up octal
transform with a short python script.
The Xen Makefile has been tweaked in such a way that it still prints the
2005 Dec 15
1
[PATCH RESEND] enable swiotlb on i386 in linux-2.6-xen tree
The linux-2.6-xen tree has a typo in the Kconfig file for i386 that
disables building swiotlb. This patch fixes it in the same manner that
x86-64 does it.
Cheers,
Muli
Signed-Off-By: Muli Ben-Yehuda <mulix@mulix.org>
diff -r c1c170a55fe0e97156379d10870aed024ed0012a arch/i386/Kconfig
--- a/arch/i386/Kconfig Thu Dec 8 20:50:02 2005 -0700
+++ b/arch/i386/Kconfig Tue Dec 13 20:07:34 2005
2006 Feb 26
0
Unable to build linux-2.6-xen.hg
Greetings,
I''m unable to build current (Sun Feb 26 18:14:23 UTC 2006)
linux-2.6-xen.hg on Debian sarge AMD64 host.
Following error messgaes appears:
-- CUT HERE --
sunfire:/usr/src/xen-subarch/linux-2.6-xen.hg# make
CHK include/linux/version.h
SPLIT include/linux/autoconf.h -> include/config/*
CC arch/x86_64/kernel/asm-offsets.s
In file included from
2006 Jan 16
13
Support for AGP aperture as IOMMU in AMD64 mode [2/2]
These are the diffs against the pristine versions of
arch/x86_64/kernel/[aperture.c,pci-gart.c] to better
show the changes necessary to adapt those files to
Xen.
They were included with the patch and should not be
applied again.
-Mark Langsdorf
AMD, Inc.
--- pristine-linux-2.6.12/arch/x86_64/kernel/aperture.c 2005-06-17
12:48:29.000000000 -0700
+++
2004 Dec 29
3
inclusion of figlet source
Why is figlet source included in xen? Wouldn''t it make more sense to alter
xen/Makefile, to have compile.h built from a .in, and the figlet view of the
version info, and have the upstream developers regen the figlet part when the
version changes?
I''m willing to modify the build system to do this. I''m also fixing several
other poor implementation of things.
2005 Nov 24
1
[PATCH] fix udevinfo version string parsing
check_hotplug fails on one of my machines running ubunto 4.10 "Warty
Warhog", due to misparsing the udevinfo version string. The problem is
caused by an old version of sed that does not appreciate the
regexp. This patch fixes it, and also works on debian unstable and
SLES9SP2. Please apply...
Signed-Off-By: Muli Ben-Yehuda <mulix@mulix.org>
Signed-Off-By: Orna Agmon
2006 Jan 25
3
Re: [Xen-changelog] Export Xen driver util function symbols so that Xen drivers
On Wed, Jan 25, 2006 at 03:12:08PM +0000, Xen patchbot -unstable wrote:
> # HG changeset patch
> # User kaf24@firebug.cl.cam.ac.uk
> # Node ID 709bce2f08d6024c2efb2938e564915da1ca51f2
> # Parent aad2b2da3c8beda24bc62ca6e92b28c28def0849
> Export Xen driver util function symbols so that Xen drivers
> can build as modules.
>
> Signed-off-by: Keir Fraser
2006 Feb 25
4
xen on amd64 stable? which xen, which kernel?
Hi,
I''d be very interested to hear: does anyone have a stable working
amd64 machine (in 64bit mode)? if so, which kernel do you use, and
which version of xen / hg tree do you use?
linux-2.6-xen.hg compiles fine over here, but reboots during boot.
so fast I can''t see anything. (sorry, my laptop has no serial port.
so I can''t capture a log file.) 2.6.16-rc4-git8 plus
2006 Mar 30
7
RE: [RFC][PATCH] create an initrd for dom0 in install.shscript
Here is the usage for
Fedora
usage: mkinitrd [--version] [-v] [-f] [--preload <module>]
[--omit-scsi-modules] [--omit-raid-modules] [--omit-lvm-modules]
[--with=<module>] [--image-version] [--fstab=<fstab>]
[--nocompress]
[--builtin=<module>] [--nopivot] <initrd-image> <kernel-version>
(ex: mkinitrd /boot/initrd-2.2.5-15.img