home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / utils / bug / 2480 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  2.6 KB

  1. Path: sparky!uunet!stanford.edu!agate!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!cis.ohio-state.edu!unx.sas.COM!sherman
  2. From: sherman@unx.sas.COM (Chris Sherman)
  3. Newsgroups: gnu.utils.bug
  4. Subject: bug in gnu-tar
  5. Date: 26 Jan 1993 21:55:13 -0500
  6. Organization: GNUs Not Usenet
  7. Lines: 65
  8. Sender: daemon@cis.ohio-state.edu
  9. Approved: bug-gnu-utils@prep.ai.mit.edu
  10. Distribution: gnu
  11. Message-ID: <9301260919.AA07899@foster.unx.sas.com>
  12.  
  13. Problem 1:
  14. This one is probably know, but when I do the following:
  15.  
  16.    gtar cvf machine:/dev/tape/device .
  17.    gtar cvf /dev/tape/device .
  18.  
  19. It should list the files as they are being processed.  But all I get is blank
  20. lines.  The amount the screen scrolls is the same as if it printed out the 
  21. lines like it should have.  It looks like the 'puts("\n")' are getting
  22. hit, just not the useful printf's.
  23.  
  24. This is on HP/UX, 8.07, long file names.  Stuff like such as 
  25.  
  26.    gtar tvf machine:/dev/tape/device
  27.  
  28. works just fine.
  29.  
  30.  
  31. Problem 2:
  32.  
  33. I'm going to try to copy the gtar directory to the /tmp disk, into a directory
  34. called thing.
  35.  
  36.   mkdir /tmp/thing
  37.   gtar cf - . | ( cd /tmp/thing ; ~/stuff/gtar/gtar xvf - )
  38.  
  39. Here is what happened (slightly reformatted for mail):
  40.  
  41. ------------------------------------
  42. ./
  43. Reading .
  44. tar-1.11.tar.Z
  45. /s/dizzy.unx.sas.com/local/u/sherman/stuff/gtar/gtar: couldn't change
  46. access and modification times of t_qF
  47. Xx-,4W~XphzV.Zv{QLBWugDK.kGr2F#6xfoL@C<.LY4qSFY^Wu;s||!UU`7o1d['BTuOh8_
  48. </GKYF*}F:z : No such file or directory
  49.  
  50. /nfs/dizzy.unx.sas.com/local/u/sherman/stuff/gtar/gtar: cannot change mode
  51. of fi;s||!UF
  52. Xx-,4W~XphzV.Zv{QLBWugDK.kGr2F#6xfoL@C<.LY4qSFY^Wuq>EZJdU`7o1d['BTuOh8_</GKYF*}F:z
  53. to 420 : No such file or directory Makefile
  54.  
  55. /nfs/dizzy.unx.sas.com/local/u/sherman/stuff/gtar/gtar: couldn't change
  56. access and modification times of you have the freedom to distribute copies
  57. of free software (and charge for this service if you wish), that you
  58. receive source code or can get it if you want it, that you can change the
  59. software or use pieces of it
  60. ------------------------------------
  61.  
  62. And it promptly took off and started listing the rest of the contents of
  63. the tar file.
  64.  
  65. This is a major crash.  Oh, 3 files did make it into /tmp/thing before I 
  66. stopped it: COPYING, Makefile, and tar-1.11.tar.Z.  All of them were the
  67. right size and contents, but the wrong time stamp.
  68.  
  69.  
  70. Anyway, thought you would like to know...
  71.  
  72. -- 
  73.      ____/     /     /     __  /    _  _/    ____/
  74.     /         /     /     /   /      /     /          Chris Sherman
  75.    /         ___   /        _/      /          /
  76.  _____/   __/   __/   __/ _\    _____/   _____/           sherman@unx.sas.com
  77.  
  78.