home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / utils / bug / 2105 < prev    next >
Encoding:
Text File  |  1992-11-24  |  1.6 KB  |  48 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ilinx.wimsey.bc.CA!brian
  3. From: brian@ilinx.wimsey.bc.CA
  4. Subject: tar 1.10 bug with big files, multi-volume update
  5. Message-ID: <1992Nov23.223255.29801@ilinx.wimsey.bc.ca>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: InterLinx Support Services Inc.
  8. Distribution: gnu
  9. Date: Mon, 23 Nov 1992 22:32:55 GMT
  10. Approved: bug-gnu-utils@prep.ai.mit.edu
  11. Lines: 35
  12.  
  13. Hey there,
  14.  
  15.     I sent a bug report last week regarding tar v1.10 and large
  16. files across multivolumes.  Well I have some more information.
  17.  
  18.     I put in some debug statements to find the values of various
  19. variables while the archive was being created.  The results are
  20. interesting.  When creating the archive, I got the following
  21. values when changing tapes...
  22.  
  23. real_s_totsize=5169664, real_s_sizeleft=2402304, head->header.offset=   12235000 
  24.  
  25. so it appears that there is not an error with creating the header.offset
  26. value as I originally suspected.  Here are the same variables when the 
  27. archive was read back...
  28.  
  29. real_s_totsize=5169664, real_s_sizeleft=2467840, ar_block->header.offset=   1223
  30. 5000
  31.  
  32. the value of real_s_sizeleft is 65536 bigger when reading that it was when
  33. writing.  Why would this be??
  34.  
  35. What is real_s_sizeleft??  I suspect it is the number of bytes left to read
  36. to make the current file complete.
  37.  
  38. any ideas??
  39.  
  40. brian
  41.  
  42. -- 
  43. Brian J. Murrell                                        brian@ilinx.wimsey.bc.ca
  44. InterLinx Support Services, Inc.                        uunet!van-bc!ilinx!brian
  45. North Vancouver, B.C.
  46.         Platform and Brand Independent UNIX Support - R3.2 - R4 - BSD
  47.  
  48.