home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / alt / sys / amiga / uucp / 3086 < prev    next >
Encoding:
Internet Message Format  |  1992-12-30  |  2.3 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!uvaarpa!adastra!mbs
  2. From: mbs@adastra.cvl.va.us (Michael B. Smith)
  3. Newsgroups: alt.sys.amiga.uucp
  4. Subject: Re: UUPOLL Problems
  5. Distribution: world
  6. Message-ID: <mbs.1iew@adastra.cvl.va.us>
  7. References:  <1hssrnINNog1@usenet.INS.CWRU.Edu>
  8. X-NewsSoftware: GRn-beta 1.16g (30.12.92) by Michael B. Smith & Mike Schwartz
  9. MIME-Version: 1.0
  10. Content-Type: text/plain; charset=iso-8859-1
  11. Content-Transfer-Encoding: 8bit
  12. Date: 30 Dec 92 16:39:39 EST
  13. Organization: Well, I haven't decided on a name yet...
  14. Lines: 67
  15.  
  16. In article <1hssrnINNog1@usenet.INS.CWRU.Edu> br365@cleveland.Freenet.Edu (Justin W. Richards) writes:
  17. > I have been trying to use UUPOLL that was packed into the AmigaUUCP
  18. > 1.16 archive, and so far, it has done nothing but crash my system every
  19. > time it runs.  I have resorted to filling my crontab full of uucico
  20. > commands for the time being.  Could someone tell me if the had this
  21. > problem, and if so, how did they fix it..  It could be possible
  22. > that my uupoll program is bad, and i simply need a replacement..
  23. > if that might be the case, could someone please send it to me in Email,
  24. > or post it in .patches or something?!?!
  25.  
  26. This is what I use.
  27.  
  28. I just recently upgraded to a 68030 and I've gotten a few 80000002's from
  29. this (EXECUTE failure). But I don't know why. (I *JUST* upgraded -- I'll
  30. be finding out, I assure you....)
  31.  
  32. This takes some non-standard stuff. like printstack, and renaming uuxqt to
  33. uuxqt.real, etc, etc.
  34.  
  35. It would be helpful if you told us:
  36.  
  37.         1) what kind of crash,
  38.         2) what kind of machine, and
  39.         3) what OS level.
  40.  
  41. .KEY hostname/A
  42. .BRA {
  43. .KET }
  44.  
  45. setenv SaveStack `printstack`
  46. stack 32768
  47.  
  48. BMS BATCH
  49.  
  50. If EXISTS UUspool:Batch/{hostname}
  51.    BatchNews
  52. EndIf
  53.  
  54. SetEnv retry{hostname} x
  55.  
  56. Echo >uuspool:C.{hostname}DUMMY
  57.  
  58. Lab loop
  59.  
  60. UUcico -A -T30 -X2 -xx -d0 -s{hostname}
  61.  
  62. Echo >>ENV:retry{hostname} x NOLINE
  63. If $retry{hostname} NOT EQ xxxxxxxx
  64.    If EXISTS UUspool:C.{hostname}DUMMY
  65.       Wait 30 sec
  66.       Skip back loop
  67.    EndIf
  68. EndIf
  69.  
  70. Delete ENV:retry{hostname}
  71.  
  72. changetaskpri -2
  73. uuxqt.real <nil: >nil:
  74. run <nil: >nil: batchnews <nil: >nil:
  75. changetaskpri 0
  76.  
  77. stack $SaveStack
  78. unsetenv SaveStack
  79.  
  80. --
  81.   //   Michael B. Smith
  82. \X/    mbs@adastra.cvl.va.us  -or-  uunet.uu.net!virginia.edu!adastra!mbs
  83.