Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site down.FUN Path: utzoo!watmath!clyde!burl!ulysses!allegra!princeton!down!honey From: honey@down.FUN (Peter Honeyman) Newsgroups: net.unix,net.unix-wizards Subject: Re: uucp on SYSV Message-ID: <654@down.FUN> Date: Wed, 29-Jan-86 22:32:40 EST Article-I.D.: down.654 Posted: Wed Jan 29 22:32:40 1986 Date-Received: Fri, 31-Jan-86 23:57:41 EST References: <1356@sdcsvax.UUCP> Organization: CS Dept., Princeton University Lines: 13 Xref: watmath net.unix:6965 net.unix-wizards:16588 uucp uses a backoff scheme to avoid immediately retrying calls to systems that won't cooperate (e.g., modem dead, phone busy, etc.). you're running honey danber, so it's an exponential backoff. uustat -q tells you when another attempt can be made. to subvert this mechanism, delete or truncate /usr/spool/uucp/.Status/. it can be argued that uucp should ignore the status file when debug mode is on -- here, i do so if debug level is 5 or more. peter