home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / bbs / waffle / 4243 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  2.3 KB

  1. Path: sparky!uunet!comp.vuw.ac.nz!waikato.ac.nz!aukuni.ac.nz!kcbbs!nacjack!codewks!system
  2. Newsgroups: comp.bbs.waffle
  3. Subject: Re: argh! leftover .D batched news files in my spuul
  4. Message-ID: <BBTcuB1w165w@CODEWKS.nacjack.gen.nz>
  5. From: system@CODEWKS.nacjack.gen.nz (Wayne McDougall)
  6. Date: Mon, 16 Nov 92 10:50:46 NZST
  7. References: <i4s4TB1w165w@sizone.UUCP>
  8. Organization: The Code Works Limited, PO Box 10 155, Auckland, New Zealand
  9. Lines: 52
  10.  
  11. spooge@sizone.UUCP (Cyberpolka On Da Jeep) writes:
  12.  
  13. > Seems in the last few days i've been getting .D files left in my hosts'
  14. > spool dir without .X or anything else left over.
  15. > Its compressed news, but I dont know how to uncompress it by hand to see
  16. > what I'm losing, due to the #!cunbatch line at the top. (And when
  17. > removed, compress doesnt like to uncompress it either, says something
  18. > about Microsoft! (probably stuck somewhere in command.com)).
  19. > Its not that I'm receiving news and not running UUXQT right after. I am.
  20. > I am doing uuxqt > uux.log tho, so I can grep for EXPIRES and see how
  21. > often things get expired.
  22. > Anyone else have this trouble? No errors show in my logs or anything.
  23. Yes, I have this problem from time to time. The manual solution is to 
  24. enter
  25. rnews < filename.d
  26. But since this is regular for me, I've edited my POLL.BAT file thus:
  27.  
  28. UUCICO -s all
  29. uxqt
  30. cd c:\comms\bbs\spool\nacjack
  31. for %%f in (*.d) do rnews < %%f
  32. del *.?
  33. batch
  34.  
  35. Note that I change directory to mys host's spool directory, which on my 
  36. system is c:\comms\bbs\spool\nacjack
  37.  
  38. I then read process rnews for all the .d files, and then delete 
  39. everything in the directory.
  40.  
  41. CAVEAT: If NACJACK's feed to me is terminated in the middle of sending 
  42. a .D file, I will process the parts I can, and then Nacjack will send 
  43. it again later. So I will have some news items TWICE. This is 
  44. sufficiently rare for me to find acceptable. An alternative would be 
  45. NOT to process all the .D files but [depedning on how often I get my 
  46. feed] only those hanging around for x days [say]. 
  47.  
  48. Also note that it is only set up for one site. You could repeat the 
  49. batch lines for each site. I decided that was easier rather than trying 
  50. to automate it for n sites.
  51.  
  52. Hope this is helpful.
  53.  
  54. -- 
  55.   Wayne McDougall, BCNU
  56.   This .sig unintentionally left blank.
  57.  
  58. Hello! I'm a .SIG Virus. Copy me and spread the fun.
  59.