home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / xenix / sco / 2823 < prev    next >
Encoding:
Internet Message Format  |  1992-09-07  |  1.6 KB

  1. Path: sparky!uunet!gatech!concert!duke!wolves!tcsrtp!royc
  2. From: royc@tcsrtp.uucp (Roy Andrew Crabtree)
  3. Newsgroups: comp.unix.xenix.sco
  4. Subject: Re: UUXQT during transfers
  5. Message-ID: <1992Sep05.010732.16513@tcsrtp.uucp>
  6. Date: 5 Sep 92 01:07:32 GMT
  7. References: <1429@wshb.csms.com> <1992Aug29.212856.20823@chinacat.unicom.com>
  8. Organization: Triangle Computer Society
  9. Lines: 47
  10.  
  11. In article <1992Aug29.212856.20823@chinacat.unicom.com> chip@chinacat.unicom.com (Chip Rosenthal) writes:
  12. > ...
  13. >as long as uusched is active.
  14.  
  15.     Bad bug! Bad bug!
  16.     If uuxqt takes more than 5 minutes, you have a dead space
  17.         of up to 5 minutes untim the next
  18.         ... or if uuxqt lockout fails more than
  19.         one uuxqt!
  20.  
  21. >
  22. >    :
  23. >    /usr/lib/uucp/uusched &
  24. >    uupid=$!
  25. >    while kill -0 $uupid >/dev/null 2>&1 ; do
  26.     Change these two lines:
  27. >        /usr/lib/uucp/uuxqt &
  28. >        sleep 300
  29.  
  30.         to this code:
  31.  
  32.             sleep 60 &  # High speed modems after all ...
  33.             uuxqt
  34.             wait $pid1
  35. >    done
  36.         And add this afterbyte (async delay and lockout
  37.         to trap final files:  uusched dies after uuxqt terminates
  38.         and puts out final files; kill fails to find it,
  39.         so you must add:
  40.  
  41.             /usr/lib/uucp/uuuxqt & # Can anyone think of a fail here?
  42.             wait  #I am old fashioned; wait for your children!
  43.  
  44. >
  45. >Either this can be run from cron, or incorporated into whatever you
  46. >already run from cron to do your polling.  I don't know if this is
  47. >what you are asking for...but I'm not quite exactly what you are asking
  48. >for.
  49. >
  50. >-- 
  51. >Chip Rosenthal  512-482-8260 | The secret to a long life is
  52. >Unicom Systems Development   | knowing when it's time to go.
  53. ><chip@chinacat.Unicom.COM>   |  - Michelle Shocked
  54.  
  55.  
  56. royc andrew crabtree
  57. uunet!duke!wolves!tcsrtp!royc
  58.