home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21326 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  4.5 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
  2. From: probreak@matt.ksu.ksu.edu (James Michael Chacon)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Help Needed for Linux.
  5. Date: 21 Dec 1992 18:07:17 -0600
  6. Organization: Kansas State University
  7. Lines: 106
  8. Message-ID: <1h5m7lINNko8@matt.ksu.ksu.edu>
  9. References: <1992Dec21.063353.6903@sfu.ca>
  10. NNTP-Posting-Host: matt.ksu.ksu.edu
  11.  
  12. wonge@fraser.sfu.ca (Edmund Wong) writes:
  13.  
  14.  
  15. >   I have a few questions to ask about Linux.  Here goes.
  16.  
  17. >   1) What procedures do I need to go through in order to make my
  18. >      linux system 'available' for remote log-ins?
  19.  
  20. In the FAQ there is a section on how to do this with getty. Also you can
  21. download the getty_ps package from tsx-11.mit.edu in the /pub/linux/sources/..
  22. (somewhere in there).
  23.  
  24. >   2) When a non-root user logs on and does a 'elm' command, the system
  25. >      says "You have no password entry!" and throws the non-root user(me)
  26. >      to the system prompt.  What is the problem?
  27.  
  28. Don't know here, haven't installed elm yet. (Need another line for my uucp 
  29. feed :-)
  30.  
  31. >   3) Where can I get the extra man-pages for the 'w' command..?
  32.  
  33. >   4) (related to 3).  When a non-root user does a 'w' command, the system
  34. >      gives the user a '/dev/kmem: Permission denied' message.  Why and
  35. >      how do I get rid of it and allow the user to use the 'w' command.
  36.  
  37. As root, issue the following command. 
  38.  
  39. chown root.mem /bin/w; chmod 2755 /bin/w. (If that's where w is on your system
  40. of course. otherwise change the path accordingly).
  41.  
  42. >     
  43. >   5) (related to 'w' command).  When a root user does a 'w' command,
  44. >      it gives the normal list of users on, and the necessary headings,
  45. >      but it does not display what each user is really doing. ie.
  46.  
  47. >      User       tty       login@   idle   JCPU    PCPU   what
  48. >      root       tty1      10:05pm  
  49. >      wonge      tty2      10:11pm   
  50.  
  51. >      It doesn't show anything in the JCPU, PCPU and what columns.
  52. >      Why?
  53.  
  54. Sounds like you need to recompile the ps package as mine shows up fine.
  55. You can get that from tsx-11.mit.edu in the /pub/linux/sources/sbin I believe.
  56.  
  57. >   6) Also, when I do a 'w' command(as the root user), I also get
  58. >      THREE extra LOGIN devices. What are they for?
  59.  
  60. >      i.e.
  61. >           User      tty     login@   idle   JCPU   PCPU    what
  62. >           root      tty1    10:05pm   
  63. >           LOGIN     tty4    10:04pm   10
  64. >           LOGIN     tty3    10:04pm   10
  65. >           wonge     tty2    10:11pm
  66. >         * LOGIN     tty6    21Jan804647days
  67. >         * LOGIN     tty5    21Jan804647days
  68. >         * LOGIN     ttyp1   16Nov9289days
  69.  
  70. >       The LOGINs with the *'s are the EXTRA devices that I'm not sure
  71. >       of.  When I do a ALT-F6 for example, I only get a blank screen.
  72. >       What  are these extra LOGIN's for?
  73.  
  74. Check /etc/inittab and see if its spawning getty's on those devices. That
  75. may be the default as an example.
  76.  
  77. >  
  78. >   7) I've installed the base system and X11 as well as the compilers
  79. >      to /dev/hda2.  How do I install the TeX package from my
  80. >      3 1/2 floppy?  Whenever I do a 'sysinstall -series t' it
  81. >      ALWAYS reads from my A: drive.  I want it to install from my
  82. >      B drive.  I also have tried the 'sysinstall -instdev /dev/fd1'
  83. >      command(if that's how I use it) and it still doesn't work, in
  84. >      fact, it only displays the same help screen for 'sysinstall'.
  85.  
  86. >   8) I can't seem to get the X11 to work.  When I do a 'startx' 
  87. >      command, the following screen appears:-
  88.  
  89. >      Creating TCP socket: Invalid argument
  90. >      XFree86 Version 1.0Ya / X Window System
  91. >      (protocol Version 11, revision 0, vendor release 5000)
  92. >      Configured drivers:
  93. >          VGA256 (256 colour SVGA);
  94. >              et4000, et3000, pvga1, gvga, ati, tvga8900
  95. >      VGA256: et4000 (mem: 0k numclocks: 16)
  96. >      VGA256:   clocks: 25 28 36 27 30 33 20 24 50 57 72 45 60 65 40 47
  97. >      VGA256: Too little memory for virtual resolution
  98. >    I have a Trident 8900 card(?), with 512k,  a CTX SVGA monitor
  99. >    for a 486/33 clone with 8megs of ram.
  100. >  ** 
  101. >   I hope someone out there can help me with the above questions..
  102. >-- 
  103. >InterNet: wonge@fraser.sfu.ca  |  "Fail not; Learn Not.
  104.  
  105. From what I see, X thinks you have an et4000 chipset on your card and so
  106. it can't figure out how to work with your trident. In /usr/X386/lib/X11
  107. there is a file named Xconfig. In the vga256 and vga2 sections add the 
  108. following line:
  109.  
  110.  
  111. chipset tvga8900
  112.  
  113. And see if that works now. Your card has to be an 8900c or it won't work.
  114. There isn't any planned work on the 8800 or 8900b cards either, sorry.
  115.  
  116. James
  117.  
  118.