home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9751 < prev    next >
Encoding:
Text File  |  1992-09-03  |  3.3 KB  |  104 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!think.com!cass.ma02.bull.com!mips2!peters
  3. From: peters@mips2.ma30.bull.com (Dan Peters)
  4. Subject: SLS Success!
  5. Organization: Bull HN Informations Systems Inc.
  6. Distribution: comp
  7. Date: Thu, 3 Sep 1992 15:01:31 GMT
  8. Message-ID: <1992Sep3.150131.13171@mips2.ma30.bull.com>
  9. Summary: Successful changes to SLS install
  10. Keywords: SLS X Success
  11. Lines: 91
  12.  
  13.  
  14. Hi,
  15.     I tried to keep track of the changes I made to the SLS
  16. distribution to complete the installation of Linux on my 386.
  17.     My HW config is:
  18.  
  19.     386DX-33 cpu, C&T chipset
  20.     8MB mem
  21.     Paridise VGA clone (ZPVGA) with 512KB on card
  22.  
  23.     HD1: 100MB Conner IDE drive
  24.           Partitions:
  25.         DOS         41MB
  26.         Linux root     50MB
  27.         Linux swap     9MB
  28.  
  29.     HD2: 200 MB Maxtor IDE drive
  30.  
  31.  
  32. Here are my notes on what I CHANGEd with my SLS installation based on
  33. some funny SYMPTOMS (bugs!, say not so!) or CONFIGuration differences
  34. on my system.
  35.     I hope this helps,
  36.  
  37. Dan
  38. --------------------------------------------------------------- 
  39.  
  40. Enquiring mind want to know:
  41.     This is my SLS Linux Distribution Success file.  It describes
  42. small changes I made to my SLS installation to get a very usable Linux system.
  43. -------------------------------------------------------------------------
  44.  
  45. SYMPTOM: vi won't start (problem with /tmp)
  46. CHANGE:  change permissions (chmod +rw) on /tmp so its writable by all
  47.  
  48. SYMPTOM: user can't write to it's own home directory (/home/user1)
  49. CHANGE:  change permissions on /home/user1 so its writable by user1
  50.  
  51. CONFIG:  X won't start up (Paradise VGA, 512KB mem on card),
  52.          server won't start, "too less virtual memory"
  53. CHANGE:  change /usr/lib/X11/Xconfig Virtual to 800 600 (matches VGA mem)
  54. CHANGE:  change Displaysize to 800 600
  55. CHANGE:  limit modes to "640x480" "800x600"
  56.  
  57. SYMPTOM: X won't stay up, gwm keep complaining about "error reading profile",
  58.          "screen not defined", and can't find file "mwm"
  59. CHANGE:  change .xinitrc in home directory to direct gwm to it's files
  60.      with the following:
  61.         exec gwm -p /usr/lib/X11/gwm -qf mwm
  62.  
  63. CONFIG:  mouse (on COM1) won't work under X
  64. CHANGE:  change Xconfig to Microsoft "/dev/ttys1" for COM1 installed mouse
  65.  
  66. SYMPTOM: emacs warn about no lisp and no docs
  67. CHANGE:  link /usr/emacs/etc to /usr/local/emacs/etc
  68. CHANGE:  link /usr/emacs/lisp to /usr/local/emacs/lisp
  69.  
  70. CONFIG:  for swap t be used each boot
  71. CHANGE:  add swapon /dev/hda3 to /etc/rc.local
  72.  
  73. CONFIG:  personalize hostname
  74. CHANGE:  change /etc/rc.local to hostname danpc2
  75.  
  76. CONFIG:  /.kermrc and $HOME/.kermrc using /dev/ttys1 for COM1
  77. CHANGE:  change to use /dev/ttys2 for modem on COM2
  78.  
  79. SYMPTOM: passwd can't change /etc/passwd file for non-superuser
  80. CHANGE:  use chmod +s and chown root.root to add set-uid bit
  81.      and change ownership of passwd binary (/bin/passwd it think?)
  82.  
  83. SYMPTOM: /usr/include/X11 files missing
  84. CHANGE:  ftp to tsx-11.mit.edu in directory /pub/linux/packages/X11/x11v1.1
  85.      and get xprog1.1.T.Z.  Copy to DOS formatted diskette
  86.      (renamee to xprog1_1.taz) and perform the following to load the
  87.      missing files.
  88.         mcopy b:xprog1_1.taz /tmp/xprog1_1.tar.Z
  89.         cd /
  90.         tar zxfv /tmp/xprog1_1.tar.Z
  91.      Follow additional instructions in readme files for placement of
  92.      shared libs, etc.
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99. -- 
  100.  
  101. == Dan Peters             Bull HN Information Systems Inc.
  102. == (508) 294-3325 (294-3705)    300 Concord Road    MA30/MS850A
  103. == D.Peters@bull.com        Billerica, MA        01821
  104.