home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / bsd / 4893 < prev    next >
Encoding:
Text File  |  1992-08-30  |  2.4 KB  |  62 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: Help with installing srcdist in 386bsd
  5. References: <1992Aug27.181005.25135@news.columbia.edu>
  6. Date: 31 Aug 92 08:20:26 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.715249226@du9ds3>
  11. Lines: 49
  12.  
  13. In <1992Aug27.181005.25135@news.columbia.edu> cl45@cunixf.cc.columbia.edu (Ching-Tse Liu) writes:
  14.  
  15. >Hi,
  16.  
  17. >    I have problem installing the source distribution. Right after
  18. >I installed the binaries distribution, I typed "rm bin01.*" then "
  19. >loadfd". Now when it came to src01.37, the system stopped and refused
  20. >to copy anymore files and didn't respond to control-c. I had no choice
  21. >but to reboot. Of course it came up with the content of /tmp cleared.
  22. >What did I do wrong ? I tried this twice with the same problem.
  23. >    Is it possible to install the source with the binaries installed?
  24. >Or do I have to start all over ? Any help will be greatly appreciated.
  25.  
  26. >                                        ***********************
  27. >--cliu@merlin.appmath.columbia.edu    *   CLifton T. Liu    *
  28. >--cl45@cunixf.cc.columbia.edu        ***********************
  29.  
  30. There is an entry in the FAQ relating to a similiar problem with install.
  31. I was caught with the same problem when I reinstalled my disk for more
  32. swap space. If, after reboot, fsck does not complain about something odd
  33. in filesystem, there is good chance that the bin release is still intact.
  34. To install bin+src+etc I recommend the following procedure:
  35.  
  36. Install the dist.fs to the disk, as usual. Save the 'extract' utility that
  37. is in /tmp to somewhere (e.g. to a new directory /usr/install)
  38. Copy the bin release to the disk, with mread, e.g. by
  39. $ for i in 1 2 3 4 5 6 7 8 9 10
  40. > do
  41. > echo insert disk $i and hit return
  42. > read answer
  43. > mread "a:bin*" /tmp
  44. > done
  45. $ cd /tmp
  46. $ /usr/install/extract bin01
  47.  
  48. and after it has completed, reboot. Get a /bin/csh afterwards, and
  49. change
  50. $ limit openfiles 128
  51. Get the src or etc release with the same procedure as above.
  52.  
  53. Hope that helps
  54.  
  55. Holger
  56.  
  57. -- 
  58. |  |   / Holger Veit             | INTERNET: veit@du9ds3.uni-duisburg.de
  59. |__|  /  University of Duisburg  | BITNET: veit%du9ds3.uni-duisburg.de@UNIDO
  60. |  | /   Dept. of Electr. Eng.   | "No, my programs are not BUGGY, these are
  61. |  |/    Inst. f. Dataprocessing |          just unexpected FEATURES"
  62.