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

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!jvnc.net!yale.edu!ira.uka.de!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: <veit.714937780@du9ds3> <1992Aug27.180957.5715@news.th-darmstadt.de>
  6. Date: 31 Aug 92 08:16:02 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.715248962@du9ds3>
  11. Lines: 45
  12.  
  13. In <1992Aug27.180957.5715@news.th-darmstadt.de> deeken@iti.informatik.th-darmstadt.de (Hans-Christoph Deeken) writes:
  14.  
  15. >Holger Veit (veit@du9ds3.uni-duisburg.de) wrote:
  16. >>
  17. >> If you do not have some "braindead-cpio" system which swaps bytes (Sun3 and
  18. >> other 68xxx related systems have this "feature") you might try the following:
  19. >> 
  20. >> # have the bin01.* files HERE
  21. >> mkdir distdir
  22. >> cd distdir
  23. >> cat ../bin01.* | uncompress | cpio -idvalmu
  24. >> 
  25. >> into a directory under 'distdir'. But be warned: there may be complaints about
  26. >> some devices in distdir/dev/* which cannot be created if you are not root
  27. >> (depends on whether you may execute mknod). You may have to rebuild the 
  28. >> devices on the 386bsd system manually.
  29. >> 
  30. >> This procedure has been tested on a Sun4 Sparc.
  31.  
  32. >What makes you believe that a Sun 3 works different than a Sparc in this case,
  33. >provided they run the same version of SunOS? They're both big-endian machines.
  34.  
  35. >My Sun 3/60 running SunOS 4.1.1 had no problems at all with the 386BSD archives.
  36.  
  37.  
  38. >> Holger
  39.  
  40. >Hannes
  41. >--
  42. >Hans-Christoph Deeken                                        (Glenlivet on IRC)
  43. >Inst. fuer theoret. Informatik        (deeken@iti.informatik.th-darmstadt.de)
  44. >TH Darmstadt, Germany          (I don't speak for THD, they don't speak for me)
  45. >        "Whisky ist fluessiges Sonnenlicht --- George Bernard Shaw"
  46.  
  47. It has been rumored (in this group) that there are problems with Sun 3's 
  48. (probably running an older version than 4.1.1 and/or a bug in cpio of that 
  49. version). If you tell us that it works with a Sun 3 under 4.1.1, it is okay.
  50.  
  51. Holger
  52.  
  53. -- 
  54. |  |   / Holger Veit             | INTERNET: veit@du9ds3.uni-duisburg.de
  55. |__|  /  University of Duisburg  | BITNET: veit%du9ds3.uni-duisburg.de@UNIDO
  56. |  | /   Dept. of Electr. Eng.   | "No, my programs are not BUGGY, these are
  57. |  |/    Inst. f. Dataprocessing |          just unexpected FEATURES"
  58.