From owner-freebsd-bugs Sat Mar 9 20:14:10 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA22225 for bugs-outgoing; Sat, 9 Mar 1996 20:14:10 -0800 (PST) Received: from heathers.stdio.com (heathers.stdio.com [204.152.114.65]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id UAA22217 for ; Sat, 9 Mar 1996 20:14:02 -0800 (PST) Received: (from risner@localhost) by heathers.stdio.com (8.6.12/8.6.13) id XAA00601; Sat, 9 Mar 1996 23:06:49 -0500 Date: Sat, 9 Mar 1996 23:06:49 -0500 From: James Risner Message-Id: <199603100406.XAA00601@heathers.stdio.com> To: freebsd-bugs@freefall.freebsd.org Subject: bin/1073: telnet -8 does not work with SunOS or Solaris Cc: hsu@clinet.fi Sender: owner-bugs@FreeBSD.ORG X-Loop: owner-bugs@FreeBSD.ORG Precedence: bulk I tried -8 from a SCO unix box to a SunOS box. It comes up, and gives a login, but you need to use ctrl-j to actually log into the machine, and once logged into the SunOS machine, you need to do a "stty sane" to get it to WORK like you would expect. If this (ctrl-j problem) is the problem you were having, then I would say that it is a SunOS not negotiating binary mode correctly. I too the telnetd from freebsd-stable and compiled it under the SunOS machine. This telnetd works under SunOS (after ported) and does not share the problem with the SunOS shipped telnetd. My solution was to use the FreeBSD telnetd under SunOS> Risner