home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gatech!concert!duke!wolves!tcsrtp!royc
- From: royc@tcsrtp.uucp (Roy Andrew Crabtree)
- Newsgroups: comp.unix.xenix.sco
- Subject: Re: UUXQT during transfers
- Message-ID: <1992Sep05.010732.16513@tcsrtp.uucp>
- Date: 5 Sep 92 01:07:32 GMT
- References: <1429@wshb.csms.com> <1992Aug29.212856.20823@chinacat.unicom.com>
- Organization: Triangle Computer Society
- Lines: 47
-
- In article <1992Aug29.212856.20823@chinacat.unicom.com> chip@chinacat.unicom.com (Chip Rosenthal) writes:
- > ...
- >as long as uusched is active.
-
- Bad bug! Bad bug!
- If uuxqt takes more than 5 minutes, you have a dead space
- of up to 5 minutes untim the next
- ... or if uuxqt lockout fails more than
- one uuxqt!
-
- >
- > :
- > /usr/lib/uucp/uusched &
- > uupid=$!
- > while kill -0 $uupid >/dev/null 2>&1 ; do
- Change these two lines:
- > /usr/lib/uucp/uuxqt &
- > sleep 300
-
- to this code:
-
- sleep 60 & # High speed modems after all ...
- uuxqt
- wait $pid1
- > done
- And add this afterbyte (async delay and lockout
- to trap final files: uusched dies after uuxqt terminates
- and puts out final files; kill fails to find it,
- so you must add:
-
- /usr/lib/uucp/uuuxqt & # Can anyone think of a fail here?
- wait #I am old fashioned; wait for your children!
-
- >
- >Either this can be run from cron, or incorporated into whatever you
- >already run from cron to do your polling. I don't know if this is
- >what you are asking for...but I'm not quite exactly what you are asking
- >for.
- >
- >--
- >Chip Rosenthal 512-482-8260 | The secret to a long life is
- >Unicom Systems Development | knowing when it's time to go.
- ><chip@chinacat.Unicom.COM> | - Michelle Shocked
-
-
- royc andrew crabtree
- uunet!duke!wolves!tcsrtp!royc
-