From owner-freebsd-hackers Thu Dec 22 04:42:37 1994 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id EAA29245 for hackers-outgoing; Thu, 22 Dec 1994 04:42:37 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id MAA29235 for ; Thu, 22 Dec 1994 12:42:19 GMT Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id XAA04236; Thu, 22 Dec 1994 23:37:45 +1100 Date: Thu, 22 Dec 1994 23:37:45 +1100 From: Bruce Evans Message-Id: <199412221237.XAA04236@godzilla.zeta.org.au> To: bde@zeta.org.au, burg@burg.is.ge.com Subject: Re: bidirectional ports ? Cc: hackers@freebsd.org Sender: hackers-owner@freebsd.org Precedence: bulk >Yes, of course getty has /dev/ttyd0 open. That is exactly the problem. >How can I start a getty without without it opening the device? Don't have carrier present when there is no connection. Then getty will block while opening the device and "ps lax" will show /usr/libexec/[getty] sleeping on "siodcd". Bruce