From owner-freebsd-isp Sat Nov 9 07:15:28 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA02973 for isp-outgoing; Sat, 9 Nov 1996 07:15:28 -0800 (PST) Received: from cruz.isle.net (root@cruz.isle.net [204.140.227.4]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id HAA02966 for ; Sat, 9 Nov 1996 07:15:25 -0800 (PST) Received: from john (router1port04.isle.net [204.140.227.227]) by cruz.isle.net (8.6.12/8.6.9) with SMTP id IAA15410 for ; Sat, 9 Nov 1996 08:12:41 -0800 Message-Id: <2.2.32.19961109151221.0092e2c4@isle.net> X-Sender: johns@isle.net X-Mailer: Windows Eudora Pro Version 2.2 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sat, 09 Nov 1996 07:12:21 -0800 To: freebsd-isp@freebsd.org From: John Scharles Subject: Taylor UUCP chat Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm trying to automate a logon session using cu and everything seems to work fine until I try to use chat to send a 'cr' to initiate the login. For now the connection is direct and if I manually hit enter after the Connected message all goes well. Throwing cu into the debug mode doesn't shed much light for me! Here are the taylor files I've set up: #SYS file # The name of the remote system that we call. system test # The port we use to dial out. port OB0 chat "" \r\n #trying enter and newline! # PORT file defaults type direct speed 38400 carrier true hardflow true # This is the name of the port. port OB0 device /dev/cue0 When I try cu -d test I get: cu: fconn_open: Opening port OB0 (default speed) cu: fconn_set: Changing setting to 0, 0, 2 Connected. ~. #manually closing the session after no login prompt cu: Exit status 0 cu: fconn_close: Closing connection If the chat worked I should have a login prompt after the Connected message. Anyone out there schooled in the strange vodoo of taylor scripts? TIA John