Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-lcc!ames!ucbcad!ucbvax!cbatt!ihnp4!ihlpm!snafu From: snafu@ihlpm.UUCP (Wallis) Newsgroups: comp.unix.questions Subject: Re: Help with UUCP Message-ID: <856@ihlpm.UUCP> Date: Wed, 31-Dec-86 13:08:41 EST Article-I.D.: ihlpm.856 Posted: Wed Dec 31 13:08:41 1986 Date-Received: Wed, 31-Dec-86 22:41:28 EST References: <2051@brl-adm.ARPA> <844@hropus.UUCP> Organization: AT&T Network Systems, Inc., Naperville Il. Lines: 22 The 'retry time' mechanism is used by basic networking when a uucp attempt to another machine has failed. This prevents a bad connection from eating up too many resources by limiting how often the machine can be called. The mechanism can be overridden using the `Uutry` command, which basically invokes uucico in master mode, redirects its output to the file /tmp/, and then does a tail -f on /tmp/. This allows you to monitor the session and break out of the tail if you wish before uucico is complete. The command '/usr/lib/uucp/Uutry -r ', when run from root, will override the retry time. Hope this helps you. -- Dave Wallis ihnp4!ihlpm!snafu AT&T Network Systems, Inc. (312) 510-6238