From owner-freebsd-questions Fri Nov 8 07:00:25 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA07610 for questions-outgoing; Fri, 8 Nov 1996 07:00:25 -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 HAA07605 for ; Fri, 8 Nov 1996 07:00:23 -0800 (PST) Received: from john (router1port03.isle.net [204.140.227.226]) by cruz.isle.net (8.6.12/8.6.9) with SMTP id HAA01680 for ; Fri, 8 Nov 1996 07:57:19 -0800 Message-Id: <2.2.32.19961108145719.0092c430@isle.net> X-Sender: johns@isle.net (Unverified) X-Mailer: Windows Eudora Pro Version 2.2 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Fri, 08 Nov 1996 06:57:19 -0800 To: questions@freebsd.org From: John Scharles Subject: Taylor UUCP chat Sender: owner-questions@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