WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] XEN 3.0.3 on Ubuntu 6.10: Dom0 reboot

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] XEN 3.0.3 on Ubuntu 6.10: Dom0 reboot
From: zhao zhang <zhangzhao_lenovo@xxxxxxx>
Date: Tue, 26 Dec 2006 00:27:44 -0800 (PST)
Delivery-date: Tue, 26 Dec 2006 00:27:47 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <456F1802.2020102@xxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <456F1802.2020102@xxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I had also come across this problem previously

>>> $ 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

and to execute ./install.sh;

>>> And added the simple following lines to my GRUB config:

reboot

try it, 


PUCCETTI Armand wrote:
> 
> I just compiled XEN 3.0.3 on Ubuntu 6.10 (kernel 2.6.17-10) with the 
> following flags:
> 
> $ 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
> 
> And added the simple following lines to my GRUB config:
> 
> title           Xen 3.0.3 / Linux 2.6.16.29
> root            (hd0,2)
> kernel          /boot/xen-3.0.3-0.gz dom0_mem=1048576
> module          /boot/vmlinuz-2.6.16.29-xen root=/dev/sda3 ro max_loop=64
> #module         /boot/initrd.img-2.6.16.29-xen
> savedefault
> boot
> 
> Booting that Xenified Ubuntu leads it to crash and reboot just after the 
> line:
> (XEN) XEN trace buffers: disabled
> 
> Does anyone knwo about causes to that crash?
> 
> Curiously, the first compilation of XEN downloads kernel 2.6.16.29 and 
> not 2.6.17.10 which is actually
> running on the host machine! Can that be configured? maybe using an 
> option as KERNEL="2.6.17*" ?
> 
> Thanks in advance for any hint!
> 
> 
> 
> 
> PS: The only change wrt the original XEN source was in file 
> xen-3.0.3_0-src/linux-2.6.16.29-xen/kernel/panic.c
> where I added the patch
> 
> // #ifdef CONFIG_STACK_PROTECTOR
> void __stack_chk_fail(void)
> {
>  panic("stack-protector: Stack is corrupted\n");
> }
> EXPORT_SYMBOL(__stack_chk_fail);
> //#endif
> 
> otherwise XEN does not compile correctly but errs with an undefined 
> __stack_chk_fail symbol.
> 
> 
> 
> 
> 
> 
> _______________________________________________
> Xen-users mailing list
> Xen-users@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/XEN-3.0.3-on-Ubuntu-6.10%3A-Dom0-reboot-tf2732806.html#a8051766
Sent from the Xen - User mailing list archive at Nabble.com.


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>