home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / aux / 4421 < prev    next >
Encoding:
Text File  |  1992-12-23  |  2.0 KB  |  47 lines

  1. Newsgroups: comp.unix.aux
  2. Path: sparky!uunet!nevada.edu!news.unomaha.edu!cwis!dent
  3. From: dent@cwis.unomaha.edu (Dave Caplinger)
  4. Subject: Re: pine on jagubox
  5. Message-ID: <dent.725151144@cwis>
  6. Sender: news@news.unomaha.edu (UNO Network News Server)
  7. Organization: University of Nebraska at Omaha
  8. References: <BzHstp.DzJ@world.std.com> <1992Dec20.220304.26687@newsgate.sps.mot.com>
  9. Date: Wed, 23 Dec 1992 22:52:24 GMT
  10. Lines: 35
  11.  
  12. gpb@gpb-mac (greg berryman ) writes:
  13. >kingtut@world.std.com (Kingtut) writes:
  14. >: I d/l the file pine3.05.tar.Z from jagubox and tried to decompress it on
  15. >: my system. But it said that the file is not in compressed format. Is this
  16. >: a problem with the file or with my system??
  17. >
  18. >Did you use binary mode for the transfer?  If not, try it that way.
  19. >
  20. >Greg.
  21.  
  22. If you downloaded the program with a Mac commuications program (like Zterm)
  23. but into an A/UX directory, the file will be an AppleSingle format Mac OS
  24. file.  (Type "file pine3.05.tar.Z" to find out what kind of file A/UX thinks
  25. it is.)  If this is the case, you can do this to convert it:
  26.  
  27.     % fcnvt -d pine3.05.tar.Z pine.tar.Z
  28.     % rm pine3.05.tar.Z %pine.tar.Z
  29.  
  30. (This converts the AppleSingle file to a two-part AppleDouble file, with
  31. the data fork in "pine.tar.Z" and the resource fork in "%pine.tar.Z")
  32.  
  33. You'll be left with "pine.tar.Z" which will be a cmpressed tar file that you
  34. can "uncompress" and "tar -xf".  Note that none of this will work if you don't
  35. take Greg's advice above and be sure to download it as an 8-bit binary file.
  36.  
  37. There's probably a simpler way to do all that, but this is the method I use...
  38. You could avoid all of this by using an A/UX appliation (such a kermit) to
  39. download the file straight into an A/UX directory and as a UNIX file, but in
  40. my case I've locked my modem at 19.2Kbps and the C-Kermit that comes with
  41. A/UX 3.0 refuses to acknowledge that speeds faster than 9600bps exist.  Also,
  42. I like Zterm better anyway.  :-)
  43.  
  44. - Dave Caplinger
  45.   dent@loria.omahug.org (A/UX)
  46.   dent@cwis.unomaha.edu
  47.