home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 17600 < prev    next >
Encoding:
Text File  |  1992-11-22  |  2.1 KB  |  56 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!ux1.cso.uiuc.edu!rs6000.cmp.ilstu.edu!jliddle
  3. From: jliddle@rs6000.cmp.ilstu.edu (Jean Liddle)
  4. Subject: Re: SLS
  5. Message-ID: <1992Nov23.032912.27061@rs6000.cmp.ilstu.edu>
  6. Date: Mon, 23 Nov 1992 03:29:12 GMT
  7. References: <By5CG0.9zK@mentor.cc.purdue.edu>
  8. Organization: Illinois State University
  9. Lines: 45
  10.  
  11. In article <By5CG0.9zK@mentor.cc.purdue.edu> varney@sage.cc.purdue.edu (Bruce Varney) writes:
  12. >    I have installed SLS on a 386. Just a couple of questions:
  13. >
  14. >        Is there a more comphrehensive guide to setting up tcpip
  15. >        than the README's in the /etc/inet directory?
  16. >
  17.  
  18. I too would like to know this ...
  19.  
  20. >        Whenever I try to install disk x6, the computer completely
  21. >        hangs - has this happened to anyone else?
  22. >
  23.  
  24. The x installation went smoothly for me.  As a matter of fact, the whole
  25. installation did, after I had mounted the root partition manually and "cp -a"ed
  26. the /dev directory across and unmounted it again.  Is your disk corrupt
  27. perhaps?
  28.  
  29. >        It never asked for the TeX disks - how do I install them?
  30. >
  31.  
  32. I use the following command (Typed from / directory)
  33. mount -t msdos -o defaults /dev/fd0 /user; for n in `ls /user/*.taz`; do \
  34.    tar zxvf /user/$n; done; umount /dev/fd0
  35.  
  36. The up arrow then installs each successive disk.  
  37.  
  38. TO SLS Folks:
  39.  
  40. Very nice job on the SLS despite the few glitches!  What an easy way
  41. to get a very complete system!  One suggestion - if possible, could you
  42. perhaps break out the non-standard X clients (those that are not a part of the
  43. standard X11 distribution) and put them in another directory, with perhaps
  44. symlinks to /usr/X386/bin and /usr/X386/lib/X11/app-defaults?  I put all
  45. other bins in /usr/bin/X11clients, with its own app-defaults symlinked
  46. across.  This makes upgrading to a knew version of X very painless, without
  47. my having to worry about loosing binaries from the old distribution.  Anyway,
  48. just a thought ...
  49.  
  50. Jean.
  51. -- 
  52. Jean Liddle                                 
  53. Computer Science, Illinois State University  
  54. e-mail:  jliddle@ilstu.edu                  
  55. --------------------------------------------
  56.