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

Re: [Xen-devel] more dom0 crash, no dump

To: Derek Glidden <dglidden@xxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] more dom0 crash, no dump
From: Ian Pratt <Ian.Pratt@xxxxxxxxxxxx>
Date: Sat, 17 Jul 2004 10:46:59 +0100
Cc: xen-devel@xxxxxxxxxxxxxxxxxxxxx, Ian.Pratt@xxxxxxxxxxxx
Delivery-date: Sat, 17 Jul 2004 10:48:57 +0100
Envelope-to: steven.hand@xxxxxxxxxxxx
In-reply-to: Your message of "Fri, 16 Jul 2004 19:25:48 EDT." <78224F68-D77F-11D8-A16C-000A95DBAEDE@xxxxxxxxxxxxxxx>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
> 
> I had another dom0 crash, although this time the other VMs are still up 
> and running.   I still don't see anything on the serial console as far 
> as crash messages or debug output or anything.
> 
> My grub is currently set up like:
> 
> title Gentoo Xen-linux (2.4.26)
>          kernel /xen-20040713.gz dom0_mem=65536 com1=115200,8n1 
> console=vga,com1
>          module /bzImage-2.4.26-xen0 root=/dev/hda3 ro
> 

xen doesn't have a 'console=' cmdline parameter --- you want to
be passing this to linux. Try:

title Gentoo Xen-linux (2.4.26)
          kernel /xen-20040713.gz dom0_mem=65536 com1=115200,8n1 
          module /bzImage-2.4.26-xen0 root=/dev/hda3 ro console=ttyS0

If you also want console on the vga, I think you can add a
second 'console=tty' option.

This should hopefully get you an oops message dumped to the
serial line if it happens again.

Ian



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel

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