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] Serial console??

To: Xen development list <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Serial console??
From: Nicholas Lee <emptysands@xxxxxxxxx>
Date: Fri, 18 Nov 2005 14:31:22 +1300
Delivery-date: Fri, 18 Nov 2005 01:31:25 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=QcZn0rekX2dDSr03zp2xIfLn2uvZ/Hv/U011NJFoYc3Ts88q3mAY2WQxPKwcRBBBq9Js0hrYz8P3tplB3hQkm7oN0BVxJNWEtapHf1rGtSVZBeIR/qVWrRXoVbqwyibKRo+Rvt087eBtMbwGILfOlhqfw2JhQYayu9c0d+UspL8=
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
I'm trying to setup a login getty session via the console with Xen 3.0
so I can access it via the v20z SP console.

I've managed get bios, grub and linux boot console access, but getty
refuses to start.


I'm wondering if anyone has any pointers.

I note this particular error in dmesg:
"WARNING: Failed to register Xen virtual console driver as 'ttyS0'"

===

nic@wuwei:~$ grep xen /boot/grub/menu.lst
  kernel /xen-3.0-devel.gz dom0_mem=262144 com1=38400,8n1
  module /vmlinuz-2.6.12-xen0 root=/dev/sda3 ro console=ttyS0,38400
console=tty0 hda=none hdb=none


from dmesg:
eth1: dma_rwctrl[769f0000]
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
WARNING: Failed to register Xen virtual console driver as 'ttyS0'
Event-channel device installed.
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx

nic@wuwei:~$ tail -15 /var/log/mgetty/mg_ttyS0.log
11/18 14:14:30 yS0  mg_init_device failed, exiting: Input/output error
11/18 14:14:30 yS0  cannot get terminal line dev=ttyS0, exiting:
Input/output error
--
11/18 14:14:30 yS0  tio_get_rs232_lines: TIOCMGET failed: Input/output error
11/18 14:14:30 yS0  TIOCMBIC failed: Input/output error
11/18 14:14:30 yS0  cannot turn off soft carrier: Input/output error
11/18 14:14:30 yS0  tcgetattr failed: Input/output error
11/18 14:14:30 yS0  cannot get TIO: Input/output error
11/18 14:14:30 yS0  tio_get_rs232_lines: TIOCMGET failed: Input/output error
11/18 14:14:30 yS0  TIOCMBIC failed: Input/output error
11/18 14:14:30 yS0  cannot turn off soft carrier: Input/output error
11/18 14:14:30 yS0  tcgetattr failed: Input/output error
11/18 14:14:30 yS0  cannot get TIO: Input/output error
11/18 14:14:30 yS0  mg_init_device failed, exiting: Input/output error
11/18 14:14:30 yS0  cannot get terminal line dev=ttyS0, exiting:
Input/output error

nic@wuwei:~$ grep ttyS0 /etc/inittab
7:12345:respawn:/sbin/mgetty -x1 -s 38400 ttyS0



--
Nicholas Lee
http://stateless.geek.nz
gpg 8072 4F86 EDCD 4FC1 18EF  5BDD 07B0 9597 6D58 D70C

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Serial console??, Nicholas Lee <=