All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
To: Sven Kretzschmar <sven.kretzschmar@gmx.de>
Cc: xen-devel@lists.sourceforge.net
Subject: Re: Problems booting on a Dual-Xeon with 2.4 and 2.6 kernels
Date: Mon, 9 Aug 2004 22:33:31 +0100	[thread overview]
Message-ID: <20040809213331.GD19796@cl.cam.ac.uk> (raw)
In-Reply-To: <200408092245170093.0089E7E4@mail.gmx.de>

On Mon, Aug 09, 2004 at 10:45:17PM +0200, Sven Kretzschmar wrote:
> 
> I tried to make xen work on a dual-Xeon (1 Gig RAM, 2 3ware ATA-Raid Controlers)
> with both 2.4.26 and 2.6.7 kernels, but had no success :-(
> 
> I cloned the newest repository (CSet 1.1183) in an empty dir and only did:
> 
> 1.) make world
> 2.) make linux26
> 3.) make install
> 
> Then during boot of the 2.6 kernel I got the following message during boot:
> 
> fixmap and kmap areas overlap - this will crash
> pkstart: ff800000h pkend: ffc00000h fixstart fbeec000h
> ...
> kernel BUG at arch/xen/i386/mm/init.c:583!
> invalid operand: 0000 [#1]
> ...
> <0>Kernel panic: Attempted to kill the idel task!
> In idle task - not syncing

That's very odd, because this code is only enable with CONFIG_HIGHMEM
and that's not enabled in 2.6 (and also broken for at least one reason).
I guess the build picked up an old .config or install/boot/config* file,
which is odd since you write that you cloned to an empty dir.  Could
you please compare your .config file with the default config file we
provide at linux-2.6.7-xen-sparse/arch/xen/configs/xen0_defconfig
(i.e run diff -u linux-2.6.7-xen0/.config linux-2.6.7-xen-sparse/arch/xen/configs/xen0_defconfig)

> When booting with the 2.4 kernel I get the same errors as I got earlier with
> trying to boot a 2.6. xen kernel on the same machine (with older CSets)
> - however I had to add the 3ware drivers to the 2.4 kernel config first, it
> was not included by default - :

Could you boot without Xen (native 2.4 or 2.6 kernel, with smp support)
and then send the output of lspci -v?
 
> It seems that the Dual-Xeon machine with 3ware Raid-Controler is a very challenging
> configuration for XenLinux, which discoveres some potential bugs/problems ;-)
> Anybody else had problems booting the newer CSets on SMP machines ?

Not really, most of our machines are SMP.  None of them have 3ware
Raid-Controllers and I don't really think it matters wether it's an
SMP machine or not.

> P.S.: As I was using the newest CSets (1.1183) SMP was disabled in the kernel configs, while
>         I was booting on the Dual-Xeon machine.

yes, and that's how it's supposed to be:  Domain kernels cannot use
multiple CPUs but Xen has support for SMP, and if you run multiple
domains, you can have each run on a different CPUs.

    christian



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285

  reply	other threads:[~2004-08-09 21:33 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-08 22:38 Problems booting 2.6.7 Dom0 with 3ware Controllers Sven Kretzschmar
2004-08-08 23:00 ` Ian Pratt
2004-08-09  7:45 ` Keir Fraser
2004-08-09 19:29   ` Keir Fraser
2004-08-09 20:45 ` Problems booting on a Dual-Xeon with 2.4 and 2.6 kernels Sven Kretzschmar
2004-08-09 21:33   ` Christian Limpach [this message]
2004-08-09 22:16     ` Sven Kretzschmar
2004-08-10 19:42       ` Christian Limpach
2004-08-10 23:47         ` Problems booting with 3ware Controllers Sven Kretzschmar
2004-08-11  8:51           ` Christian Limpach
2004-08-11 17:40             ` Sven Kretzschmar
2004-08-11 18:19               ` Sven Kretzschmar
     [not found]                 ` <200408112102480140.00534B1E@mail.gmx.de>
2004-08-11 19:13                   ` Problems booting with 3ware Controllers #2 Sven Kretzschmar
2004-08-09 23:07   ` Problems booting on a Dual-Xeon with 2.4 and 2.6 kernels Keir Fraser
2004-08-10 16:19   ` xm create weight=x G. Milos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040809213331.GD19796@cl.cam.ac.uk \
    --to=christian.limpach@cl.cam.ac.uk \
    --cc=sven.kretzschmar@gmx.de \
    --cc=xen-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.