home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / modula3 / 888 < prev    next >
Encoding:
Internet Message Format  |  1992-08-28  |  1.2 KB

  1. Path: sparky!uunet!olivea!decwrl!deccrl!news.crl.dec.com!pa.dec.com!heiney
  2. From: heiney@wsl.dec.com (Bob Heiney)
  3. Newsgroups: comp.lang.modula3
  4. Subject: Re: Another installation problem (long)
  5. Message-ID: <1992Aug28.200006.16144@PA.dec.com>
  6. Date: 28 Aug 92 20:00:06 GMT
  7. References: <BtpG4A.2yq@beach.csulb.edu> <1992Aug28.185855.2769@centerline.com>
  8. Sender: news@PA.dec.com (News)
  9. Organization: Western Software Lab
  10. Lines: 18
  11.  
  12. In article <1992Aug28.185855.2769@centerline.com> wyant@centerline.com writes:
  13. >Its not writing to /bin/ar. Judging from the transcript, you ran out of space
  14. >on "/" while running /bin/ar. /bin/ar was probably writing to /tmp when
  15. >the disk filled up. Try freeing up some space on "/" and then rebuildinf
  16. >
  17.  
  18. Sometimes you can't free up enough space on "/" to build an archive.  The
  19. easy way to solve this problem is to set the environment variable TMPDIR
  20. to a directory that has a bunch of space (I use /usr/tmp on my system).
  21. This way, ar(1) puts the temporary files in TMPDIR instead of /usr/tmp.
  22.  
  23. For more info, see the description of the "l" option in the ar(1) man page.
  24.  
  25. --
  26. Bob Heiney
  27. Technical Consultant
  28. Digital Equipment Corporation, US Desktop Sales, Palo Alto, CA
  29. All opinions expressed are mine, and not necessarily those of my employer
  30.