* Serial console funnies
@ 2005-01-25 11:11 Patrick Caulfield
2005-01-25 17:05 ` Ian Pratt
2005-01-25 21:37 ` Chris Andrews
0 siblings, 2 replies; 6+ messages in thread
From: Patrick Caulfield @ 2005-01-25 11:11 UTC (permalink / raw)
To: xen-devel
I have a dual-processor machine with no keyboard/monitor on it that I would like
to use for Xen but I'm having problems getting the serial console to work
properly.
I can see the system boot up into dom0 and I get the login prompt so it all
looks setup correctly, but it won't take keyboard input - at least not into the
login process on dom0. if I ssh into the box and try to read from the serial
port I still get nothing.
However, if I do ^a^a^a I can interact with the Xen code, so the serial port
itself is working, it just seems like it's not getting passed down to dom0.
I've had this from 2.0->2.0.3 and also with the latest unstable bk.
FWIW this is my grub entry:
title Xen (2.0/Linux 2.6.10)
root (hd0,0)
kernel /xen.gz com1=57600,8n1 dom0_mem=131072
module /vmlinuz-2.6.10-xen0 ro root=/dev/sda5 console=ttyS0
--
patrick
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: Serial console funnies
2005-01-25 11:11 Serial console funnies Patrick Caulfield
@ 2005-01-25 17:05 ` Ian Pratt
2005-01-25 17:26 ` Patrick Caulfield
2005-01-25 21:37 ` Chris Andrews
1 sibling, 1 reply; 6+ messages in thread
From: Ian Pratt @ 2005-01-25 17:05 UTC (permalink / raw)
To: Patrick Caulfield; +Cc: xen-devel, Ian.Pratt
> I have a dual-processor machine with no keyboard/monitor on it that I would like
> to use for Xen but I'm having problems getting the serial console to work
> properly.
>
> I can see the system boot up into dom0 and I get the login prompt so it all
> looks setup correctly, but it won't take keyboard input - at least not into the
> login process on dom0. if I ssh into the box and try to read from the serial
> port I still get nothing.
>
> However, if I do ^a^a^a I can interact with the Xen code, so the serial port
> itself is working, it just seems like it's not getting passed down to dom0.
>
> I've had this from 2.0->2.0.3 and also with the latest unstable bk.
>
> FWIW this is my grub entry:
>
> title Xen (2.0/Linux 2.6.10)
> root (hd0,0)
> kernel /xen.gz com1=57600,8n1 dom0_mem=131072
> module /vmlinuz-2.6.10-xen0 ro root=/dev/sda5 console=ttyS0
Are you running a getty on /dev/ttyS0 -- have a look in
/etc/inittab. You'll probably need to edit /etc/securetty
too. Setup is per standard Linux console.
Ian
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Serial console funnies
2005-01-25 17:05 ` Ian Pratt
@ 2005-01-25 17:26 ` Patrick Caulfield
0 siblings, 0 replies; 6+ messages in thread
From: Patrick Caulfield @ 2005-01-25 17:26 UTC (permalink / raw)
To: xen-devel
On Tue, Jan 25, 2005 at 05:05:56PM +0000, Ian Pratt wrote:
>
> Are you running a getty on /dev/ttyS0 -- have a look in
> /etc/inittab. You'll probably need to edit /etc/securetty
> too. Setup is per standard Linux console.
Yes, there's a getty on there - I can see the login prompt. If I boot that
partition using a "normal" Linux kernel it all works fine. I've had this machine
on a serial console for ages.
--
patrick
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Serial console funnies
2005-01-25 11:11 Serial console funnies Patrick Caulfield
2005-01-25 17:05 ` Ian Pratt
@ 2005-01-25 21:37 ` Chris Andrews
2005-01-26 8:58 ` Patrick Caulfield
1 sibling, 1 reply; 6+ messages in thread
From: Chris Andrews @ 2005-01-25 21:37 UTC (permalink / raw)
To: Patrick Caulfield; +Cc: xen-devel
On 25 Jan 2005, at 11:11, Patrick Caulfield wrote:
>
> I can see the system boot up into dom0 and I get the login prompt so
> it all
> looks setup correctly, but it won't take keyboard input - at least not
> into the
> login process on dom0. if I ssh into the box and try to read from the
> serial
> port I still get nothing.
I have had exactly this problem with every Xen 2.0 release I've tried.
I am definitely running a getty in dom0; I get the actual login prompt.
Is your machine doing some sort of BIOS serial console redirection? My
Dell PE1650 has this turned on, but "off after boot" according to the
settings. As no one else had reported this I'd put the problem down to
Dell weirdness.
Chris.
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Serial console funnies
2005-01-25 21:37 ` Chris Andrews
@ 2005-01-26 8:58 ` Patrick Caulfield
2005-01-28 10:59 ` Chris Andrews
0 siblings, 1 reply; 6+ messages in thread
From: Patrick Caulfield @ 2005-01-26 8:58 UTC (permalink / raw)
To: xen-devel
On Tue, Jan 25, 2005 at 09:37:20PM +0000, Chris Andrews wrote:
>
> On 25 Jan 2005, at 11:11, Patrick Caulfield wrote:
> >
> >I can see the system boot up into dom0 and I get the login prompt so
> >it all
> >looks setup correctly, but it won't take keyboard input - at least not
> >into the
> >login process on dom0. if I ssh into the box and try to read from the
> >serial
> >port I still get nothing.
>
> I have had exactly this problem with every Xen 2.0 release I've tried.
> I am definitely running a getty in dom0; I get the actual login prompt.
>
> Is your machine doing some sort of BIOS serial console redirection? My
> Dell PE1650 has this turned on, but "off after boot" according to the
> settings. As no one else had reported this I'd put the problem down to
> Dell weirdness.
I don't think so - I don't remember seeing anything like that. mind you the box
hasn't had a monitor on in in nearly a year now! It's not a DELL machine, it's a
Western Scientific, fairly old by today's standards it's a dual PIII/750 on (I
think) a VIA chipset.
--
patrick
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Serial console funnies
2005-01-26 8:58 ` Patrick Caulfield
@ 2005-01-28 10:59 ` Chris Andrews
0 siblings, 0 replies; 6+ messages in thread
From: Chris Andrews @ 2005-01-28 10:59 UTC (permalink / raw)
To: Patrick Caulfield; +Cc: xen-devel
Patrick Caulfield wrote on 26/01/05 08:58:
> On Tue, Jan 25, 2005 at 09:37:20PM +0000, Chris Andrews wrote:
>>Is your machine doing some sort of BIOS serial console redirection? My
>>Dell PE1650 has this turned on, but "off after boot" according to the
>>settings. As no one else had reported this I'd put the problem down to
>>Dell weirdness.
>
>
> I don't think so - I don't remember seeing anything like that. mind you the box
> hasn't had a monitor on in in nearly a year now! It's not a DELL machine, it's a
> Western Scientific, fairly old by today's standards it's a dual PIII/750 on (I
> think) a VIA chipset.
Hmm, odd then. I tried adding CONFIG_SERIO_SERPORT, which was the only
serial- or console-related difference between my .config and the current
defconfig that I could see, but there was no difference.
I'm going to give the same 2.0.3 build a go on some different hardware when
I get chance.
Chris.
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-01-28 10:59 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-25 11:11 Serial console funnies Patrick Caulfield
2005-01-25 17:05 ` Ian Pratt
2005-01-25 17:26 ` Patrick Caulfield
2005-01-25 21:37 ` Chris Andrews
2005-01-26 8:58 ` Patrick Caulfield
2005-01-28 10:59 ` Chris Andrews
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.