From owner-freebsd-questions Sat Apr 19 08:30:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA22278 for questions-outgoing; Sat, 19 Apr 1997 08:30:40 -0700 (PDT) Received: from tok.qiv.com ([204.214.141.211]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA22273 for ; Sat, 19 Apr 1997 08:30:37 -0700 (PDT) Received: (from uucp@localhost) by tok.qiv.com (8.8.5/8.8.5) with UUCP id KAA24560; Sat, 19 Apr 1997 10:30:28 -0500 (CDT) Received: from localhost (jdn@localhost) by acp.qiv.com (8.8.5/8.8.5) with SMTP id JAA00345; Sat, 19 Apr 1997 09:50:19 -0500 (CDT) X-Authentication-Warning: acp.qiv.com: jdn owned process doing -bs Date: Sat, 19 Apr 1997 09:50:19 -0500 (CDT) From: "Jay D. Nelson" To: Neil cc: Questions Freebsd Subject: Re: Taylor UUCP In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I don't really know what your problem is. Couple of observations, though: Disable ARQ on both ends. I doubt you need it and it probably interferes. Also your chat script appears overly complicated. ->uucico courts - (1997-04-18 17:48:50.44 563) DEBUG: icexpect: Got "\r\nATDT4048797\r\r\nCONNECT" (found it) ->uucico courts - (1997-04-18 17:49:03.75 563) DEBUG: fcsend: Writing pause ->uucico courts - (1997-04-18 17:49:04.26 563) DEBUG: fcsend: Writing "\r" These two lines bother me. The return may be accepted as the login by the remote so that by the time you send your login, the remote thinks it's a password -- which fails and you're kicked out. -- Jay