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: Tue, 10 Aug 2004 20:42:22 +0100	[thread overview]
Message-ID: <20040810194222.GL19796@cl.cam.ac.uk> (raw)
In-Reply-To: <200408100016210250.0039B4C4@mail.gmx.de>

On Tue, Aug 10, 2004 at 12:16:21AM +0200, Sven Kretzschmar wrote:
> Ok, here are the outputs:
> 
> 1.) the config diffs (I can not garantee any more that this is an orginal .config,
>      because I now already tried some things to make it perhaps work..., however it's still
>      CONFIG_NOHIGHMEM=y ?!):

The failure you showed can only occur with a kernel with CONFIG_HIGHMEM
enabled.  In any case, highmem should now work on 2.6.

Re the 3ware problems:
Could you build a 2.6 dom0 kernel with #define TW_DEBUG added before
the dprintk macro gets defined around line 248 (the file is
linux-2.6.7-xen0/drivers/scsi/3w-xxxx.h), like this:
#define TW_DEBUG 1
#ifdef TW_DEBUG
#define dprintk(msg...) printk(msg)
#else
#define dprintk(msg...) do { } while(0)
#endif

Also, does the boot get to the point where it prints a line like:
Found a 3ware Storage Controller...
I couldn't find a mail from you which included dmesg output of a failed
2.6 boot, please include all the output from Xen and from dom0 when
you boot with TW_DEBUG enabled.

    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-10 19:42 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
2004-08-09 22:16     ` Sven Kretzschmar
2004-08-10 19:42       ` Christian Limpach [this message]
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=20040810194222.GL19796@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.