home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / bsd / 4772 < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.7 KB  |  54 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!math.fu-berlin.de!unidui!du9ds3!veit
  3. From: veit@du9ds3.uni-duisburg.de (Holger Veit)
  4. Subject: Re: Extracting 386bsd bin01 on another machine
  5. References: <babraham.714900677@unpcs1>
  6. Date: 27 Aug 92 17:49:40 GMT
  7. Reply-To: veit@du9ds3.uni-duisburg.de
  8. Organization: Uni-Duisburg FB9 Datenverarbeitung
  9. Sender: @unidui.uni-duisburg.de
  10. Message-ID: <veit.714937780@du9ds3>
  11. Lines: 41
  12.  
  13. In <babraham.714900677@unpcs1> babraham@unpcs1.cs.unp.ac.za (Bobby Abraham) writes:
  14.  
  15. >Can someone tell me how to extract the bin01 files on another unix
  16. >machine.  
  17.  
  18. >I don't have enough space for the unextracted files in addition
  19. >to the extracted files.  I would like to ftp only the extracted files.
  20.  
  21. >thank you
  22.  
  23.  
  24.  
  25. >--
  26. >Bobby Abraham
  27. >Computer Science
  28. >University of Natal, Pietermaritzburg
  29. >email: babraham@unpcs1.cs.unp.ac.za
  30.  
  31. If you do not have some "braindead-cpio" system which swaps bytes (Sun3 and
  32. other 68xxx related systems have this "feature") you might try the following:
  33.  
  34. # have the bin01.* files HERE
  35. mkdir distdir
  36. cd distdir
  37. cat ../bin01.* | uncompress | cpio -idvalmu
  38.  
  39. into a directory under 'distdir'. But be warned: there may be complaints about
  40. some devices in distdir/dev/* which cannot be created if you are not root
  41. (depends on whether you may execute mknod). You may have to rebuild the 
  42. devices on the 386bsd system manually.
  43.  
  44. This procedure has been tested on a Sun4 Sparc.
  45.  
  46.  
  47. Holger
  48.  
  49. -- 
  50. |  |   / Holger Veit             | INTERNET: veit@du9ds3.uni-duisburg.de
  51. |__|  /  University of Duisburg  | BITNET: veit%du9ds3.uni-duisburg.de@UNIDO
  52. |  | /   Dept. of Electr. Eng.   | "No, my programs are not BUGGY, these are
  53. |  |/    Inst. f. Dataprocessing |          just unexpected FEATURES"
  54.