home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / bsd / 10998 < prev    next >
Encoding:
Text File  |  1993-01-07  |  1.7 KB  |  47 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!gatech!destroyer!cs.ubc.ca!uw-beaver!news.tek.com!psgrain!m2xenix!agora!rgrimes
  3. From: rgrimes@agora.rain.com (Rodney Grimes)
  4. Subject: Re: [386BSD] corrupt files
  5. Message-ID: <C0HrHK.AtK@agora.rain.com>
  6. Organization: Open Communications Forum
  7. References: <56750001@acf3.NYU.EDU> <1993Jan6.043012.53@kumr.lns.com>
  8. Date: Thu, 7 Jan 1993 16:08:08 GMT
  9. Lines: 36
  10.  
  11. pozar@kumr.lns.com (Tim Pozar) writes:
  12.  
  13. >chapman@acf3.NYU.EDU (Gary W. Chapman, , ,) writes:
  14. >>After downloading 386BSD from agate.berkeley.edu (and from another place
  15. >>as well), I get 
  16. >>
  17. >>bin01.02 is corrupt
  18. >>bin01.03 is corrupt
  19. >>
  20. >>when doing 'extract'.  What can I do?
  21. >>- Gary Chapman, chapman@nyu.edu
  22.  
  23. >   Try re-getting the file before it too (ie bin01.01).  I have notice
  24. >extract will identify the file following a corrupt "bad" when the one 
  25. >before it was bad (truncated, etc.).
  26. The easy way to find out what files are corrupt is to get the Manifest file
  27. when you get the bin01.* files, then do the following in the directory that
  28. has all the files in it just before you run extract:
  29.  
  30.     cksum bin01.* >checksums
  31.     diff -c Manifest checksums
  32.  
  33. Any files that are bad well show up with bad checksums and/or bad lenghts
  34. and cause diff to output a line.  If diff reports no errors, extract better
  35. not because this is almost exactly what it does to get the error messages
  36. bin01.xx is corrupt.
  37.  
  38. >                    Tim
  39.  
  40. >-- 
  41. >    Internet: pozar@kumr.lns.com     FidoNet: Tim Pozar @ 1:125/555
  42. >Snail: Tim Pozar / KKSF / 77 Maiden Lane / San Francisco CA 94108 / USA
  43. >                        Voice: +1 415 788 2022
  44. -- 
  45. Rod Grimes                        rgrimes@agora.rain.com
  46. Accurate Automation Company          All opinions belong to me and my company!
  47.