All of lore.kernel.org
 help / color / mirror / Atom feed
From: PUCCETTI Armand <armand.puccetti@cea.fr>
To: Keir Fraser <keir@xensource.com>
Cc: xen-devel@lists.xensource.com, Ian Campbell <Ian.Campbell@XenSource.com>
Subject: Re: Re: [Xen-users] XEN 3.0.3 on Ubuntu 6.10: Dom0 reboot]
Date: Wed, 03 Jan 2007 17:55:10 +0100	[thread overview]
Message-ID: <459BDFEE.90804@cea.fr> (raw)
In-Reply-To: <C1C1751B.7051%keir@xensource.com>

Keir Fraser a écrit :
> On 3/1/07 15:48, "PUCCETTI Armand" <armand.puccetti@cea.fr> wrote:
>
>   
>> Sorry for the err. Moving the option to the module line, as below,
>> leaves the trace unchanged.
>>     
>
> It looks rather like it must be a bogus Linux kernel image then. Are you
> sure it was built from the same repository as Xen, with reasonable kernel
> config options (e.g., including the Xen console driver)? Something quite
> simple must be wrong here.
>
>  -- Keir
>
>
>   
I have downloaded the source files of XEN 3.0.3-0 just the week after it was
made available, ie end october 2005. I had to change my Linux distro to 
ubuntu 6.10
because the former 6.06 LTS did not support a new replacement graphic card.
The (actual) kernel is 2.6.17.10. I checked the dependencies and 
compiled the sources
with gcc 4.1 and the most recent version of the other modules required. 
That is done by the
script

$ make dist CC=gcc-4.1 verbose=y debug=y perfc=y debugger=y
$ make install CC=gcc-4.1 verbose=y debug=y perfc=y debugger=y

As the image crashed, the SATA drivers were suspected and I changed by 
hand the configuration file
in .../xen-3.0.3/linux-2.6.16.29-xen0/.config enabling the SATA options
CONFIG_SCSI_SATA=y
CONFIG_SCSI_SATA_AHCI=y
CONFIG_SCSI_SATA_SVW=y
CONFIG_SCSI_ATA_PIIX=y
CONFIG_SCSI_SATA_MV=y
CONFIG_SCSI_SATA_NV=y

The other kernel options were unchanged. In the top Makefile I changed 
the variable

KERNELS ?= linux-2.6-xen0 linux-2.6-xenU

and patched panic.c (addition of the function __stack_chk_fail) as 
someone on the list indicated.

Afterwards, I added the boot options to enable the console during boot, 
through
the first serial port, as indicated in the manual. Nothing was recompiled.

Armand

  reply	other threads:[~2007-01-03 16:55 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-03 10:43 Re: [Xen-users] XEN 3.0.3 on Ubuntu 6.10: Dom0 reboot] PUCCETTI Armand
2007-01-03  9:48 ` Keir Fraser
2007-01-03 11:04   ` PUCCETTI Armand
2007-01-03 10:12     ` Keir Fraser
2007-01-03 13:02       ` Ian Campbell
2007-01-03 14:33         ` PUCCETTI Armand
2007-01-03 13:39           ` Keir Fraser
2007-01-03 15:26             ` PUCCETTI Armand
2007-01-03 14:26               ` Ian Campbell
2007-01-03 15:48                 ` PUCCETTI Armand
2007-01-03 14:58                   ` Keir Fraser
2007-01-03 16:55                     ` PUCCETTI Armand [this message]
2007-01-04 16:24                     ` PUCCETTI Armand
2007-01-03 14:27               ` Keir Fraser
2007-01-03 13:58       ` PUCCETTI Armand

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=459BDFEE.90804@cea.fr \
    --to=armand.puccetti@cea.fr \
    --cc=Ian.Campbell@XenSource.com \
    --cc=keir@xensource.com \
    --cc=xen-devel@lists.xensource.com \
    /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.