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

[Xen-users] Error on DomU with xencons=ttyS

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Error on DomU with xencons=ttyS
From: MINAI Katsuhito <minai@xxxxxxxxxxxxxx>
Date: Wed, 20 Sep 2006 08:38:43 +0900
Delivery-date: Tue, 19 Sep 2006 16:39:34 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi all,

I have a question on /etc/inittab for DomU booted with xencons parameter.

I saw the following error messages when I appended xencons=ttyS to DomU
boot option.

  INIT: Id "1" respawning too fast: disabled for 5 minutes
  INIT: Id "2" respawning too fast: disabled for 5 minutes
  INIT: Id "4" respawning too fast: disabled for 5 minutes
  INIT: Id "3" respawning too fast: disabled for 5 minutes
  INIT: Id "5" respawning too fast: disabled for 5 minutes
  INIT: Id "6" respawning too fast: disabled for 5 minutes

"Xen 3.0 Users' Manual" says that xencons=ttyS attaches the console to
/dev/ttyS0.

The direct cause of this error is that mingetty ended on abnormal status
immediately.
mingetty was logging the following message. I checked the source codes
and found that this message was logged when opening /dev/tty1 failed on
ENXIO.

  /bin/mingetty[2399]: tty1: cannot open tty: No such device or address

I confirmed that removing tty1-tty6 from /etc/inittab stopped the error.
But I wonder if it is a proper way to not let the error occur.
In my view, this error should not occur even if tty1-tty6 are in
/etc/inittab because vanilla linux needs no modification of /etc/inittab
even though it uses a serial console.


Best regards,
Katsuhito Minai




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

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