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

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!decwrl!deccrl!news.crl.dec.com!pa.dec.com!engage.pko.dec.com!newsdaemon
  3. From: eje@irenaeus.mlo.dec.com (Eric James Ewanco)
  4. Subject: Re: Extracting 386bsd bin01 on another machine
  5. Message-ID: <1992Aug27.192704.5130@engage.pko.dec.com>
  6. Sender: newsdaemon@engage.pko.dec.com (USENET News Daemon)
  7. Reply-To: ewanco@kalvin.enet.dec.com
  8. Organization: Digital Equipment Corporation
  9. References: <babraham.714900677@unpcs1> <veit.714937780@du9ds3>
  10. Date: Thu, 27 Aug 1992 19:27:04 GMT
  11. Lines: 61
  12.  
  13.  
  14. > In <babraham.714900677@unpcs1> babraham@unpcs1.cs.unp.ac.za (Bobby Abraham) writes:
  15.  
  16. > >Can someone tell me how to extract the bin01 files on another unix
  17. > >machine.  
  18.  
  19. > >I don't have enough space for the unextracted files in addition
  20. > >to the extracted files.  I would like to ftp only the extracted files.
  21.  
  22. > >thank you
  23.  
  24.  
  25.  
  26. > >--
  27. > >Bobby Abraham
  28. > >Computer Science
  29. > >University of Natal, Pietermaritzburg
  30. > >email: babraham@unpcs1.cs.unp.ac.za
  31.  
  32. > If you do not have some "braindead-cpio" system which swaps bytes (Sun3 and
  33. > other 68xxx related systems have this "feature") you might try the following:
  34.  
  35. > # have the bin01.* files HERE
  36. > mkdir distdir
  37. > cd distdir
  38. > cat ../bin01.* | uncompress | cpio -idvalmu
  39.  
  40. > into a directory under 'distdir'. But be warned: there may be complaints
  41. > about some devices in distdir/dev/* which cannot be created if you are not
  42. > root (depends on whether you may execute mknod). You may have to rebuild the
  43. > devices on the 386bsd system manually.
  44.  
  45. > This procedure has been tested on a Sun4 Sparc.
  46.  
  47. I have heard you might need to add the -C option to cpio.
  48.  
  49. Nevertheless I myself said "Screw it" and solved the problem in another way.
  50.  
  51. FTP to gatekeeper.dec.com and get the SOURCES to real BSD cpio.  It's in
  52. pub/bsd-sources-2/usr.bin/cpio.c.Z.  Create a .h file paths.h with 
  53. #define _PATH_TTY "/dev/"
  54.  
  55. in it.  Compile it, ignoring the libraries in the initial comment.  It works
  56. great.  
  57.  
  58. Eric
  59.  
  60. --
  61. /=============================================================================\
  62. | Eric Ewanco - Software Engineer     For the rash and outrageous opinions ex-|
  63. | Digital Equipment Corp, Maynard MA  pressed herein I alone am responsible;  |
  64. | ewanco@kalvin.enet.dec.com          they do not belong to DIGITAL(TM).      |
  65. \==============================- 2 Th 2:15 -==================================/
  66.     "...[T]he greatest and most ancient Church known to all, founded and
  67.     organized at Rome by [] Peter and Paul, [is] that Church which has the
  68.     tradition and faith which comes down to us after having been announced
  69.     to men by the Apostles.  For with this Church, because of its superior
  70.     origin, all Churches must agree ...  and it is in her that the
  71.     faithful everywhere have maintained the Apostolic tradition."
  72.        -- St. Irenaeus, Against Heresies, c. 180 A.D., 3,3,3.
  73.  
  74.