Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Feb 1995 19:27:03 -0500
From:      steve@cioeserv.cioe.com (Steve Ames)
To:        freebsd-hackers@wcarchive.cdrom.com
Subject:   Re: uucico...
Message-ID:  <199502090027.TAA12895@cioeserv.cioe.com>

next in thread | raw e-mail | index | archive | help
> > 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199502090027.TAA12895>