home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / bsd / 4911 < prev    next >
Encoding:
Text File  |  1992-08-31  |  4.7 KB  |  93 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: Using the Source (Luke :)
  5. References: <92244.002140AI4CPHYW@MIAMIU.BITNET>
  6. Date: 31 Aug 92 16:37:31 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.715279051@du9ds3>
  11. Lines: 80
  12.  
  13. In <92244.002140AI4CPHYW@MIAMIU.BITNET> <AI4CPHYW@MIAMIU.BITNET> writes:
  14.  
  15. >I have a couple of kinda newbie questions about the source distribution of
  16. >386bsd 0.1, so please bear with me and don't roll your eyes _too_ much :)
  17. >I can make the binary distribution fly with no problems, but I haven't had
  18. >too much experience with source distributions of any OS, let alone Unix . .
  19. >I can get the source distribution unpacked fine (except I got an error along
  20. >the lines of "can't find script source.install, install failed" or something
  21.  
  22. forget the message 'cant execute /tmp/install.src01 script' (or similiar),
  23. its not there. No loss or problems.
  24.  
  25. >like that) and I carefully read the file /usr/src/ROADMAP but when I try to
  26. >run config or make all I get is command not found errors.  Does this mean
  27. >that I have to first install the binary distribution? (i.e. the source distrib
  28. >doesn't come with the executables I need to compile the OS). If I don't need
  29. >to first install the binary distrib, then what am I doing wrong.
  30. >(For that matter, where can I get a good discussion of make, other than the
  31. >man pages, I'm not that much of a tyro :) :)
  32.  
  33. There are books available (I think from O'Reilly & Assoc.) and a public
  34. archive from GNU describing GNU make (makedoc-3.59.tar.Z or similiar), but
  35. this does not help very much with the special version in BSD. But besides
  36. the special tricks used in this version you can write makefile according to
  37. this docu.
  38.  
  39. You didn't install the binaries first? This is interesting. Of course you
  40. need the bin release. Unfortunately, running some 'config' or 'make all' is
  41. not the only truth. Installing the dist.fs, rebooting from the HD, copying
  42. and installing bin01 and rebooting again should be sufficient to have 
  43. a system which allows compiling all the sources (if they are there :-). If the
  44. above described installation of bin fails due to *any* reason, it is 
  45. recommended to start again. With 80 MB disk you have sufficient space for
  46. bin01, but there is not very much left for src01.
  47. The most important thing with the source dist is IMHO the /usr/src/sys.386bsd 
  48. directory where the kernel sources are located. It is nice that these are located
  49. at the beginning of the archive. If your src install broke but you find 
  50. at least something in a directory /usr/src/lib/*, then sufficiently has
  51. been loaded to compile a new kernel (which seems to be most important for
  52. the moment). You can delete everything in /usr/src with the exception of
  53. /usr/src/sys.386bsd and /usr/src/include (I am not sure with the latter).
  54. You will need some other sources only if you change something with the
  55. system libraries (such as crypt.c or kvm.c).
  56. In contrast to the recommendation in the READMES you need not start over again
  57. when the source or etc dist fails due to lack of space. You should run
  58. fsck, however, just for paranoid reasons :-)
  59.  
  60. >If I need both distributions installed, is there any way I can do it on an
  61. >80MB hard drive. I tried installing first the binary and rebooting to delete
  62. >the bin01.* files, then installing the source distribution, but the filesystem
  63. >got full.
  64. >In another vein, where should I look for more instructions on how to enable
  65. >incomming telnet and ftp connections.  The boot sequence "sees" my 3c503 and
  66. >ifconfig makes the thing work (I can ping, ftp, and telnet other hosts) but
  67. >if I try to ping, ftp or telnet my 386BSD machine from another machine,
  68. >I get no response.
  69.  
  70. Currently I have no net with 386bsd, this should answer somebody else :-)
  71. >Thanks for you help in advance, and thanks to Bill and Lynne and everyone
  72. >else who made this wonderful OS.
  73. >                      -Alec D. Isaacson
  74. >                       AI4CPHYW @ miamiu.acs.muohio.edu
  75. >                       isaacson @ rogue.acs.muohio.edu (NeXt Mail)
  76. >                       Miami University, Oxford, OH
  77. >-------------------------------------------------------------------------
  78. >Only a barbarian would eat chive cream cheese and blackberry jam on the
  79. >same bagel.                          -Spenser
  80.  
  81. Holger
  82. -- 
  83. |  |   / Holger Veit             | INTERNET: veit@du9ds3.uni-duisburg.de
  84. |__|  /  University of Duisburg  | BITNET: veit%du9ds3.uni-duisburg.de@UNIDO
  85. |  | /   Dept. of Electr. Eng.   | "No, my programs are not BUGGY, these are
  86. |  |/    Inst. f. Dataprocessing |          just unexpected FEATURES"
  87.