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

[Xen-devel] Dumping Xen BUG from serial port

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Dumping Xen BUG from serial port
From: "Neo Jia" <neojia@xxxxxxxxx>
Date: Wed, 2 Jul 2008 17:32:52 -0700
Delivery-date: Wed, 02 Jul 2008 17:33:15 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=ImMqZxQTww391QtPCukWgjoGXR8l1ZwuoIsaEDyfdiE=; b=gX0l8MYvkSeaZaRTAR9wTpF0eMgoBaV5zYeOT9BWlLIRdlDB25UW5nMs1U4R8XEohy dASjLkIq4X0e19DDsQz4rkCqibDdKfTmLYzJZ8wqQ3CZTfy0VG2TgGzX/5bbO7k6gBTo +X16XUTDSUEFdaopYvkGTKWuNK1BX3ofr+mZg=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=gxGAYiP5hpD+4+x3SuhVVjEFu/RlptZRhLkU7QbyUs5DIXASa2XGoyBFw+keahF8d4 da3T+W0msTtfsgmPIltFia4R7m6NX7ESfx7sIBDxhOIQvQCh6mqb6/9mSOaFGEdgy0+J roydT4a5u4GZ1BYKuMNsHTWQaaL8al/0oI+EY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
hi,

I have tried this for several times with different configuration on
xen-unstable branch (rev. 17773).

The following is my grub.conf file.

serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1
terminal --timeout=5 serial console
title Xen 3.3 serial console (unstable)
    root (hd0,0)
    kernel /xen-3.3.gz com1=115200,8n1 console=com1,vga sync_console
    module /vmlinuz-2.6.18.8-xen ro console=tty console=ttyS0,115200n8
    module /initrd-2.6.18.8-xen.img

With this configuration, I can get a login prompt when Dom0 finishes
booting. I think it is because the following command in /etc/inittab.

s0:2345:respawn:/sbin/agetty -L 115200 ttyS0 vt100 // At least it
verifies that the serial port/cable is working fine.

If I put the xencons=ttyS0 onto the command line, I even can't get a
login prompt when Dom0 is up.

Any suggestions? This is on x86_64 machine.

Thanks,
Neo
-- 
I would remember that if researchers were not ambitious
probably today we haven't the technology we are using!

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Dumping Xen BUG from serial port, Neo Jia <=