Re: serial console and ddb

2017-07-03 Thread Hrvoje Popovski
On 3.7.2017. 23:42, Stuart Henderson wrote: > The phrase "break sequence" is often used, but it's a bit of a misnomer. > When a serial port is connected but not actively transmitting data the tx > line is usually held high. A "break" is when that line is low for more > than a frame duration (the l

Re: serial console and ddb

2017-07-03 Thread Stuart Henderson
On 2017/07/03 21:05, Hrvoje Popovski wrote: > Hi all, > > i'm having two firewalls fw1 and fw2 and on fw1 i'm sending console > output to com0. > > root@fw1:~ > # cat /etc/boot.conf > stty com0 115200 > set tty com0 > > root@fw1:~ > # cat /etc/ttys | grep tty00 > tty00 "/usr/libexec/getty std.

Re: serial console and ddb

2017-07-03 Thread Mark Kettenis
> From: Hrvoje Popovski > Date: Mon, 3 Jul 2017 21:05:01 +0200 > > Hi all, > > i'm having two firewalls fw1 and fw2 and on fw1 i'm sending console > output to com0. > > root@fw1:~ > # cat /etc/boot.conf > stty com0 115200 > set tty com0 > > root@fw1:~ > # cat /etc/ttys | grep tty00 > tty00 "

serial console and ddb

2017-07-03 Thread Hrvoje Popovski
Hi all, i'm having two firewalls fw1 and fw2 and on fw1 i'm sending console output to com0. root@fw1:~ # cat /etc/boot.conf stty com0 115200 set tty com0 root@fw1:~ # cat /etc/ttys | grep tty00 tty00 "/usr/libexec/getty std.115200" vt220 on secure on fw2 i'm using "cu -s 115200" to play w