From owner-freebsd-questions Wed Aug 27 01:44:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA20300 for questions-outgoing; Wed, 27 Aug 1997 01:44:50 -0700 (PDT) Received: from foo.primenet.com (ip199.sjc.primenet.com [206.165.96.199]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA20295 for ; Wed, 27 Aug 1997 01:44:46 -0700 (PDT) Received: (from bkogawa@localhost) by foo.primenet.com (8.8.6/8.6.12) id BAA08423; Wed, 27 Aug 1997 01:50:35 -0700 (PDT) Date: Wed, 27 Aug 1997 01:50:35 -0700 (PDT) Message-Id: <199708270850.BAA08423@foo.primenet.com> To: pat@transarc.com Subject: Re: Telnet to FreeBSD from Solaris Newsgroups: localhost.freebsd.questions References: From: "Bryan K. Ogawa" Cc: freebsd-questions@FreeBSD.ORG X-Newsreader: NN version 6.5.0 #1 (NOV) Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In localhost.freebsd.questions you write: >I'm seeing a problem where, if I telnet to a FreeBSD system from a Sun >running Solaris 2.5 or 2.5.1, and hit ^C during the session, my telnet >session is dropped. This happens with both 2.2.2 and a fairly recent >cvsup of -current. Has anyone else seen this? Since it only seems to >happen from Solaris systems, and it happens from all Solaris 2.5 or 2.5.1 >systems I've tried, I'm guessing that it's a Solaris problem, but thought >someome here might know a PatchID or something I could ask Sun for. Dunno for sure, but I'm guessing that ^C is mapped to EOF or some other non-INT character (INT is the character ^C is usually mapped to in unixes). Try stty -a and see if it reports intr = ^C from the solaris box. If not, it should be reporting ^C being some other thing (possibly eof). You can use stty to change this sort of stuff. -- bryan k ogawa http://www.primenet.com/~bkogawa/