home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 22406 < prev    next >
Encoding:
Text File  |  1993-01-01  |  3.3 KB  |  81 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!hp9000.csc.cuhk.hk!a080700
  3. From: a080700@hp9000.csc.cuhk.hk (Stephen Wong S M)
  4. Subject: Re: Installing SLS on my Gateway Nomad
  5. Message-ID: <1993Jan2.022336.19205@hp9000.csc.cuhk.hk>
  6. Organization: The Chinese University of Hong Kong
  7. References: <CLOOS.92Dec29015300@theory.TC.Cornell.EDU> <CLOOS.92Dec31011120@theory.TC.Cornell.EDU>
  8. Distribution: comp
  9. Date: Sat, 2 Jan 1993 02:23:36 GMT
  10. Lines: 69
  11.  
  12. In article <CLOOS.92Dec31011120@theory.TC.Cornell.EDU> cloos@theory.TC.Cornell.EDU (James H. Cloos Jr.) writes:
  13. >I re-installed my sls disks, after dl'ing the c series, too.  I did a
  14. >385 cyl root partition (65450 Ko) as a minix fs, and a 200 cyl (34000
  15. >Ko) /home partition as an extfs.  As I still do not have my ram
  16. >upgrade, I set up a 8500 Ko swap partition and the rest of the disk
  17. >(100 cyl = 17000 Ko) will be for my dos needs--would that they were
  18. >not in fact *needs*.
  19.  
  20. Your configuration should be okay!
  21.  
  22. >Anyway, it all seems to be running OK, though I am stuck in 80x25 text
  23. >mode.  Looking thru the kernal src (99.1, from sunsite's incomming
  24. >dir) I didn't find what I need to change to get 80x50 text mode.  I
  25.  
  26. do the following:-
  27.  
  28. 1) login as root
  29. 2) rdev -v <bootImage> [-1|-2|-3]
  30. 3) reboot
  31.  
  32. replace <bootImage> by your kernel (ie. if you're using boot floppy, it's
  33. /dev/fd0), choose -1 if you want 80x25, choose -2 if you want VGA (80x50?),
  34. choose -3 if you want to be asked every time you boot!
  35.  
  36. >also cannot get /proc to show up.  Do I need an entry in /etc/fstab
  37. >or something???
  38.  
  39. You either use the command
  40.  
  41. mount -t proc /proc /proc
  42.  
  43. or add a line to the /etc/fstab like the following
  44.  
  45. /proc    proc    /proc    defaults
  46.  
  47. >I just have to make sure that I have the latest versions of the extfs
  48. >utilities, dl term-0.7 to let me do background dl's, and get the t and
  49. >x series installed, not to mention all those recently announced fsf
  50. >packages, etc.  Thanks in advance to whomever did them--I'm quite
  51. >short for disk space here until I get the desktop system to backup the
  52. >Nomad.
  53. >
  54. >Again:  Vielen Kudos to Linus, Softlanding, and every other contributor!
  55. >Man is it great to be the sysadmin for a change!
  56. >
  57. >P.S.    Almost forgot:  HOW do I add users such that the shadow files get
  58. >    updated.  Using the routines in the SLS distrib, even passwd(1),
  59. >    I only see changes to /etc/passwd & /etc/groups.  Because I used
  60. >    passwd(1) to set my root passwd, I get "no shadow entry for root's
  61. >    password" (or some such) errors whenever I log in....
  62.  
  63. The commands in SLS should be okay to use shadow password, except you have
  64. to set permissions correctly.
  65.  
  66. >
  67. >-JimC
  68. >-- 
  69. >James H. Cloos, Jr.    include <std/qotd>
  70. >Cloos@TC.Cornell.EDU    include <std/disclaimers.h>
  71. >Cloos@Batcomputer.UUCP     Snail:  POBox 1111, Amherst, NY 14226-1111
  72. >Cloos@CrnlThry.BITNET     Phone:  +1 716 673-1250 (voice only, for now)
  73.  
  74. *><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*
  75. v Stephen Wong Siu-ming       v internet: stephenwong@cuhk.hk        v
  76. ^ Computer Services Center    ^ bitnet  : a080700@cucsc.bitnet       ^
  77. * Chinese University of       * phone   : (852) 609-8904             *
  78. v Hong Kong                   v fax     : (852) 603-5001             v
  79. *><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*><*
  80.  
  81.