From owner-freebsd-questions Tue Aug 26 02:51:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA28828 for questions-outgoing; Tue, 26 Aug 1997 02:51:49 -0700 (PDT) Received: from nico.telstra.net (nico.telstra.net [139.130.204.16]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id CAA28812 for ; Tue, 26 Aug 1997 02:51:46 -0700 (PDT) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by nico.telstra.net (8.6.10/8.6.10) with ESMTP id TAA18604; Tue, 26 Aug 1997 19:51:08 +1000 Received: (grog@localhost) by freebie.lemis.com (8.8.7/8.6.12) id TAA12300; Tue, 26 Aug 1997 19:21:04 +0930 (CST) Message-ID: <19970826192103.51116@lemis.com> Date: Tue, 26 Aug 1997 19:21:03 +0930 From: Greg Lehey To: Jos Backus Cc: questions@FreeBSD.ORG Subject: Re: Problem getting UUCP to talk to SCO UNIX References: <19970826092144.4575.qmail@st1-jos.oce.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: <19970826092144.4575.qmail@st1-jos.oce.nl>; from Jos Backus on Tue, Aug 26, 1997 at 11:21:44AM +0200 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Aug 26, 1997 at 11:21:44AM +0200, Jos Backus wrote: > > [My apologies for this slightly off-topic question...] I don't think it's off-topic. > I am trying to get the version of Taylor UUCP (1.06.1) supplied with FreeBSD > to talk to some SCO UNIX 3.2 systems. > > The problem: the remote login prompt appears after dialing, the account name > gets sent and then the BSD uucico times out waiting for the ``word:'' prompt > to return. In fact, nothing gets sent back at all (according to the Debug > log). > > The SCO Technical FAQ mentions this to be a parity-related issue and talks > about adding ``"" P_ZERO'' to a V2 UUCP chat script, but Taylor UUCP doesn't > have this exact option. I tried adding ``chat-seven-bit false'' to the sys > description, but that doesn't make any difference. The FAQ is almost certainly wrong. > Help please :-) Here's my sys file entry for talking to scolon, SCO's uucp site in London. Read the comments and grin. system scolon myname lemis protocol-parameter g packet-size 4096 window 7 time Any port v32v42 phone 00441923210911 # SCO Systems are so slow that you need to pause after the login: prompt # and before entering the user ID. chat "" \r\c gin:-BREAK-gin: \d\L sword: \P call-login uusls call-password bbsuucp local-send / local-receive / In other words, it's still waiting for the login, since it wasn't ready for it when you sent it :-) You should be able to use this entry directly, unless they have changed the phone numbers. Greg