From owner-freebsd-hackers@FreeBSD.ORG Sun Aug 20 13:53:17 2006 Return-Path: X-Original-To: hackers@freebsd.org Delivered-To: freebsd-hackers@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3080716A4E7 for ; Sun, 20 Aug 2006 13:53:16 +0000 (UTC) (envelope-from yoichi@geiin.org) Received: from alcoholic.geiin.org (59x87x89x234.ap59.ftth.ucom.ne.jp [59.87.89.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id F39F543D49 for ; Sun, 20 Aug 2006 13:53:14 +0000 (GMT) (envelope-from yoichi@geiin.org) Received: from localhost.geiin.org (tequila-air.local-net [192.168.1.6]) by alcoholic.geiin.org (Postfix) with ESMTP id A00321DF63 for ; Sun, 20 Aug 2006 22:53:13 +0900 (JST) Date: Sun, 20 Aug 2006 22:53:13 +0900 Message-ID: <878xljfr92.wl%yoichi@geiin.org> From: Yoichi NAKAYAMA To: hackers@freebsd.org User-Agent: Wanderlust/2.15.3 (Almost Unreal) EMIKO/1.14.1 (Choanoflagellata) LIMIT/1.14.10 (=?ISO-2022-JP?B?GyRCOEU7VBsoQg==?=) APEL/10.6 EasyPG/0.0.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (=?ISO-2022-JP?B?GyRCOC1MWhsoQg==?=) Organization: Geiin.org X-Face: wLZki+KbGjgKe0,<&3g*rA|R**vj[a8L%[v]ecJh1L(Uqm|LBx; v7Nq7n%?0d.aS]F#[~C\!{m?m,C&#U5}$_pZvBR>5VmX1Ol0`P\M-U8`sUF<5Quj'z&zzW8r|Zl9#W7Wut3duYzpKrP{n+AbarKtJ!i"Al7]P; -?[=iBZa*]r=>C':0~JECx]IH+RXq=/hUX}MB9e]oQKBxsDd/ X-SKK: Daredevil SKK/13.0.90 (Hattori) MIME-Version: 1.0 (generated by EMIKO 1.14.1 - "Choanoflagellata") Content-Type: text/plain; charset=US-ASCII X-Mailman-Approved-At: Sun, 20 Aug 2006 14:17:27 +0000 Cc: Subject: uplcom and getty X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Aug 2006 13:53:17 -0000 Can't we use ttyU0 with getty? I have USB to serial converter ELECOM UC-SGT # usbdevs -v | grep Prolific port 2 addr 4: full speed, power 500 mA, config 1, USB-Serial Controller(0x5004), Prolific Technology Inc.(0x056e), rev 3.00 I linked two machine with RS232C reverse cable and UC-SGT. I cannot connect getty on ttyU0 on the machine. remote# cu -l /dev/ttyd0 does not print anything. I have the line ttyU0 "/usr/libexec/getty std.9600" vt100 on secure in /etc/ttys and getty is actually running as local# ps -ax | grep ttyU0 | grep -v grep 1171 ?? I 0:00.40 /usr/libexec/getty std.9600 ttyU0 # I have no problem with # local# cu -l /dev/cuaU0 # to connect getty running on ttyd0 of remote machine. -- Yoichi NAKAYAMA