From owner-freebsd-hackers Wed Feb 8 16:41:54 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id QAA25063 for hackers-outgoing; Wed, 8 Feb 1995 16:41:54 -0800 Received: from wcarchive.cdrom.com (wcarchive.cdrom.com [192.216.191.11]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id QAA25057 for ; Wed, 8 Feb 1995 16:41:53 -0800 Received: from cioeserv.cioe.com (cioeserv.cioe.com [204.120.165.34]) by wcarchive.cdrom.com (8.6.8/8.6.6) with ESMTP id QAA07998 for ; Wed, 8 Feb 1995 16:41:45 -0800 Received: by cioeserv.cioe.com (8.6.8/1.34) id TAA12895; Wed, 8 Feb 1995 19:27:03 -0500 Date: Wed, 8 Feb 1995 19:27:03 -0500 From: steve@cioeserv.cioe.com (Steve Ames) Message-Id: <199502090027.TAA12895@cioeserv.cioe.com> To: freebsd-hackers@wcarchive.cdrom.com Subject: Re: uucico... Sender: hackers-owner@FreeBSD.org Precedence: bulk > > working between our 1.1.5 systems. We have learned that uucico works > > when we ask it to produce debug output, but fails if we don't. Is > > this well known, or is it more likely a problem with our configuration? > > Is there a patch somewhere I can get my mits on? Thanks for any help. > > It must be something in your configuration. I've never seen that and I experienced something similar once. Turned out that activating debugging slowed things down _just_ enough to get it to work. Changed the login script and all went well. Here's what I changed: OLD: chat "" \d ogin: \L word: \P NEW: chat "" \d ogin: \d\L word: \P Mind, I'm not entirely sure why that worked but it did. With full debuggin turned on on both sides you can see what happens. -Steve