Multiple serial consoles via null modem cable

Jeremy Chadwick freebsd at jdc.parodius.com
Fri Jan 22 09:11:31 UTC 2010


On Fri, Jan 22, 2010 at 08:36:51AM +0200, Marin Atanasov wrote:
> On Thu, Jan 21, 2010 at 6:26 PM, Ulrich Spörlein <uqs at spoerlein.net> wrote:
> 
> > On Thu, 21.01.2010 at 11:37:06 +0200, Marin Atanasov wrote:
> > > Here's what I did:
> > >
> > > box1 COM1/ttyd0 -> box2 COM1/ttyd0 -> using null modem cable
> > > box1 COM2/ttyd1 -> box3 COM1/ttyd0 -> using null modem cable
> > >
> > > On box1 I have this in /etc/ttys:
> > >
> > > ttyd0   "/usr/libexec/getty std.9600"   vt100   on secure
> > > ttyd1   "/usr/libexec/getty std.9600"   vt100   on secure
> > >
> > > Now if I want to connect to box1 from box2 or box3 through the serial
> > > connection it should work, right?
> > > But I only can connect to box1 from box2, because box2's COM port is
> > > connected to box1's COM1 port.
> >
> > Are there actually two gettys running on the serial ports? Did you do
> > kill -1 1 after the changes to /etc/ttys?
> >
> > On box1, what do the following commands produce
> >
> > egrep "uart|sio" /var/run/dmesg.boot
> > pgrep -fl getty
> >
> > Regards,
> > Uli
> >
> Hi,
> 
> This is the output from the requested commands:
> 
> box1# egrep 'uart|sio' /var/run/dmesg.boot
> usb0: USB revision 1.0
> sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on
> acpi0
> sio0: type 16550A
> sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0
> sio1: type 16550A
> 
> box1# pgrep -fl getty
> 3066 /usr/libexec/getty std.9600 ttyd1
> 3065 /usr/libexec/getty std.9600 ttyd0
> 534 /usr/libexec/getty Pc ttyv7
> 533 /usr/libexec/getty Pc ttyv6
> 532 /usr/libexec/getty Pc ttyv5
> 531 /usr/libexec/getty Pc ttyv4
> 530 /usr/libexec/getty Pc ttyv3
> 529 /usr/libexec/getty Pc ttyv2
> 528 /usr/libexec/getty Pc ttyv1
> 527 /usr/libexec/getty Pc ttyv0

Can you run the same commands on box2 please?

-- 
| Jeremy Chadwick                                   jdc at parodius.com |
| Parodius Networking                       http://www.parodius.com/ |
| UNIX Systems Administrator                  Mountain View, CA, USA |
| Making life hard for others since 1977.              PGP: 4BD6C0CB |



More information about the freebsd-stable mailing list