[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] Attempt to load 2.6.31-rc8 under Xen 3.4.1 on top of Ubuntu 9.04 Server ( JF's 2.6.31 loaded as vanilla)


  • To: Pasi Kärkkäinen <pasik@xxxxxx>
  • From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
  • Date: Sat, 12 Sep 2009 23:24:47 -0700 (PDT)
  • Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>, Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
  • Delivery-date: Sat, 12 Sep 2009 23:25:26 -0700
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=tFiquZVz8NLk9j/vUBp+tsM+g0UhBJPxD62+p4pVeAYXp0/UTMTWk92+7HpLmBhPecJOxwP5Txa8hTfP9visFFwuzPW8sIDLN3eLjF2x617XsmzP0JQu8DPVkucOPKZU0abJ8ZSG2iUh7uLHm4isUXxNZKSQqMW307vMNfWGdF4=;
  • List-id: Xen developer discussion <xen-devel.lists.xensource.com>

For 2.6.31 loaded as vanilla :-

Linux ServerJaunty 2.6.31 #3 SMP Fri Sep 11 02:19:43 CDT 2009 x86_64 GNU/Linux
root@ServerJaunty:~# dmesg | grep ttyS
[   13.811223] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   13.903839] 00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A

It's integrated on board (ASUS P5Q-E) and connected via small cable to
output socket.

Boris.

--- On Sat, 9/12/09, Pasi Kärkkäinen <pasik@xxxxxx> wrote:

From: Pasi Kärkkäinen <pasik@xxxxxx>
Subject: Re: [Xen-devel] Attempt to load 2.6.31-rc8 under Xen 3.4.1 on top of Ubuntu 9.04 Server ( JF's 2.6.31 loaded as vanilla)
To: "Boris Derzhavets" <bderzhavets@xxxxxxxxx>
Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>, "Konrad Rzeszutek Wilk" <konrad.wilk@xxxxxxxxxx>
Date: Saturday, September 12, 2009, 4:44 PM

On Fri, Sep 11, 2009 at 11:03:38AM -0700, Boris Derzhavets wrote:
> Pasi,
>
> I've tried :-
>
> title vmlinuz-2.6.31-rc8 Serial / Ubuntu 9.04 Jaunty (kernel 2.6.31-rc8)
>     kernel  /vmlinuz-2.6.31-rc8  root=/dev/sdc2  ro console=tty0 console=ttyS0,9600
>     initrd  /initrd-2.6.31-rc8.img
>
> and
>
> title vmlinuz-2.6.31-rc8 Serial / Ubuntu 9.04 Jaunty (kernel 2.6.31-rc8)
>     kernel  /vmlinuz-2.6.31-rc8  root=/dev/sdc2  ro console=tty0 console=ttyS0,9600n8
>     initrd  /initrd-2.6.31-rc8.img
>
> Both options send output to real console and hangs at the point as under
> Xen.
>

Please post "dmesg | grep ttyS" output from baremetal kernel (non-xen).

Is the serial port onboard (integrated into the motherboard)?
or pci addon card?

-- Pasi

> Boris.
> P.S  Null modem connection is OK . I verified for Xen Serial Grub Entry.
>
>
> --- On Fri, 9/11/09, Pasi Kärkkäinen <pasik@xxxxxx> wrote:
>
> From: Pasi Kärkkäinen <pasik@xxxxxx>
> Subject: Re: [Xen-devel] Attempt to load 2.6.31-rc8 under Xen 3.4.1 on top of Ubuntu 9.04 Server ( JF's 2.6.31 loaded as vanilla)
> To: "Boris Derzhavets" <bderzhavets@xxxxxxxxx>
> Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>, "Konrad Rzeszutek Wilk" <konrad.wilk@xxxxxxxxxx>
> Date: Friday, September 11, 2009, 11:55 AM
>
> On Fri, Sep 11, 2009 at 08:07:54AM -0700, Boris Derzhavets wrote:
> > Out of ideas how to setup serial console on Ubuntu 9.04 for vanilla kernel.
> >
> > title vmlinuz-2.6.31-rc8 Serial / Ubuntu 9.04 Jaunty (kernel 2.6.31-rc8)
> >     kernel  /vmlinuz-2.6.31-rc8  root=/dev/sdc2  ro com1=9600,8n1 console=com1 console=ttyS0
> >     initrd  /initrd-2.6.31-rc8.img
> >
> > doesn't work.
> >
> > Googling provides outdated information. (RH 7.2, Suse 10.2)
> > It just crashes grub.
> >
>
> serial console setup for normal Linux kernel (non-xen):
>
> vmlinuz root=whatever ro console=tty0 console=ttyS0,9600n8
>
> That should work if it's a normal onboard serial port.
>
> If that doesn't work then try with "console=ttyS0,9600",
> which enables flow control.
>
> Read more here:
> http://tldp.org/HOWTO/Remote-Serial-Console-HOWTO/configure-kernel.html
>
> -- Pasi
>
> > Boris.
> >
> >
> >
> > --- On Fri, 9/11/09, Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> wrote:
> >
> > From: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
> > Subject: Re: [Xen-devel] Attempt to load 2.6.31-rc8 under Xen 3.4.1 on top of Ubuntu 9.04 Server ( JF's 2.6.31 loaded as vanilla)
> > To: "Boris Derzhavets" <bderzhavets@xxxxxxxxx>
> > Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
> > Date: Friday, September 11, 2009, 9:38 AM
> >
> > On Fri, Sep 11, 2009 at 05:56:56AM -0700, Boris Derzhavets wrote:
> > > The most recent 2.6.31 built via Jeremy's Git Repos loads as vanilla on
> > > top of Ubuntu 9.04 Server.
> >
> > Boris,
> >
> > Let me specific. Please boot up without Xen, the kernel
> > that was built on Wed Sep 9 16:02:46 MSD 2009(2.6.31-rc8), and use
> > the serial console.
> >
> > Using the vanilla kernel does not help me. I need to understand what is
> > different when you boot 2.6.31-rc8 under Xen and without Xen. Comparing
> > it to a 2.6.31 is not helping.
> >
> >
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@xxxxxxxxxxxxxxxxxxx
> > http://lists.xensource.com/xen-devel
> >
> >
> >
> >       
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@xxxxxxxxxxxxxxxxxxx
> > http://lists.xensource.com/xen-devel
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
>
>
>
>       

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

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.