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] Serial Console oddity

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Serial Console oddity
From: "Gino LV. Ledesma" <gledesma@xxxxxxxxx>
Date: Tue, 16 Aug 2005 23:49:22 -0700
Delivery-date: Wed, 17 Aug 2005 06:47:38 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ByRvOx0+OddotYMswD78FHzw6M9ZGp2E5hAX6Dj9GwJIuzCmS7xXyDF996j+doFzku8AuPWjJ6/7DHuSZvstcFU0309s4WX7M1Xk7W/sevlnVB/YHsQnOByGqTLWdqCyUVAIUidGy85JAPmoC7580+81A1YUor/6kkC0gzsR99o=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4302B213.4040102@xxxxxxxxxxxxx>
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: <e27bf7770508161948d9e49ea@xxxxxxxxxxxxxx> <4302B213.4040102@xxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thanks a lot, Derrik

I left xencons0 after scouring the net for sample config files. Also,
I tried setting console=tty0,ttyS0 once before and that didn't work
either.

Anyhow, I rebuilt the kernel without the 8250 serial driver, corrected
the grub config (put console=tty0 then console=ttyS0) and rebooted.
Everything's working fine now.

Many thanks once again!

gino ledesma


On 8/16/05, Derrik Pates <demon@xxxxxxxxxxxxx> wrote:
> Gino LV. Ledesma wrote:
> > Has anyone encountered a situation where the boot output stops after
> > switchroot is made? What happens in my instal is that xen's serial
> > console output stops at the moment the WARNING message about tls is
> > made, and the very last message on screen/serial console is
> > "Continuing...." The computer proceeds to boot, though nothing is
> > shown on the console. So I don't get to access the xen host over
> > serial console.
> 
> >     module /vmlinuz-2.6.11.12-xen0 ro root=/dev/VolGroup01/LogVolRoot
> > nousb console=xencons0 console=tty0
> 
> This might have something to do with it. It's not "xencons0", XenoLinux
> sees it as ttyS0. Also, if you want the output of init to go to ttyS0
> (so your initscripts' startup messages show up there), specify it
> second, not first.
> 
> > 8250 Serial Driver compiled in.
> 
> The Xen hyperkernel has to take possession of the serial port, so
> building in the 8250/16550 serial driver will break things. You
> shouldn't enable it.
> 
> > When adding console=ttyS0, the message indicating press CTRL-a three
> > times appears and boot stops there. Pressing CTRl-a 3x does nothing.
> 
> Yeah, not surprising. I'm rather surprised it doesn't blow up all the
> time, actually, and worse than that.
> 
> > If it helps, this message appears during the kernel boot:
> >
> > WARNING: failed to register Xen virtual console driver as 'ttyS0'
> 
> Yep. Not surprising at all.
> 
> --
> Derrik Pates
> demon@xxxxxxxxxxxxx
>

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

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