From owner-freebsd-current@FreeBSD.ORG Thu Oct 14 17:16:46 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80FCB16A4CE for ; Thu, 14 Oct 2004 17:16:46 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DC2243D31 for ; Thu, 14 Oct 2004 17:16:46 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.34 (FreeBSD)) id 1CI9DX-000AqI-Qd; Thu, 14 Oct 2004 10:16:43 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16750.46203.217249.805105@ran.psg.com> Date: Thu, 14 Oct 2004 10:16:43 -0700 To: Peter Edwards References: <16749.52145.110218.317549@ran.psg.com> <200410140048.i9E0mjjM015658@realtime.exit.com> <16749.58484.912537.379555@ran.psg.com> <200410141537.11242.doconnor@gsoft.com.au> <16750.7355.130098.892269@ran.psg.com> <34cb7c84041014034649c63c3b@mail.gmail.com> cc: freebsd-current@freebsd.org Subject: Re: NOTICE: /dev/cuaa%d -> /dev/cuad%d renaming X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Oct 2004 17:16:46 -0000 > Think of DCD as indicating that a "connection is established" with the > other side. The ttyd device is _supposed_ to block until a remote > connection is established. If you can't provide a DCD signal, then > just use "cuad" instead of "ttyd": > > The intention is that's for making outgoing calls you use cuad, so a > getty waiting to open ttyd won't stop the open on cuad. In your case, > it's probably ok for the getty to just hog the modem itself, so using > /dev/cuad0 sounds like the right thing to do. it's the getty that is the problem. this is out of band access to the console, i.e. getty. randy