Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Nov 2004 12:01:03 +0900
From:      Rob <spamrefuse@yahoo.com>
To:        freebsd-current <freebsd-current@freebsd.org>
Subject:   5.3: tip / cu  serial communication behaviour changed since 4.10 ?
Message-ID:  <41899B6F.6010003@yahoo.com>

next in thread | raw e-mail | index | archive | help

Hello,

I have diskless PCs that I connect to by serial port (using
null-modem cable). On the "master" PC I successfully use
cu or tip as follows:
   cu -l /dev/cuaa0
or
   tip sio0

----

I use to do this with FreeBSD 4.10 on my master PC. I recently
have upgraded to 5.3, and found a different behaviour of tip
and cu:

1. The bootup process over serial port used to be disconnected
    with 4.10, before and after kernel loading (each time I had
    to restart the cu command). With 5.3 this does not happen
    anymore and the boot process over serial port continues
    without any disconnections until the login prompt.
    This is a very nice improvement indeed!

2. When a long command was executed over the serial port (for
    example 'make buildworld'), I could disconnect by typing '~.`,
    while the command itself would continue; at a later stage I could
    get the command's output text by typing the cu or tip command
    again. This was 4.10 behaviour.
    However, with 5.3, when I type '~.', then cu/tip is disconnected
    but also the running command is terminated. This is rather annoying.

Regards,
Rob.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41899B6F.6010003>