home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 6735 < prev    next >
Encoding:
Text File  |  1992-07-26  |  2.7 KB  |  69 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!darwin.sura.net!Sirius.dfn.de!zrz.tu-berlin.de!cs.tu-berlin.de!kk
  3. From: kk@cs.tu-berlin.de (Kolja Kaehler)
  4. Subject: Re: Newbie Linuxer & misc. Qs (LONG!)
  5. Message-ID: <1992Jul26.231907.8773@cs.tu-berlin.de>
  6. Sender: news@cs.tu-berlin.de
  7. Organization: Techn. University of Berlin, Germany
  8. References: <1992Jul26.220519.18078@sura.net>
  9. Date: Sun, 26 Jul 1992 23:19:07 GMT
  10. Lines: 57
  11.  
  12. vargish@sura.net (Nick Vargish) writes:
  13. [...]
  14.  
  15. I'll try for at least some of your questions:
  16.  
  17. > 2. Can only log-in as "root". This is a big problem. I have tried
  18. >    using adduser, and I've tried editing /etc/passwd manually. I
  19. >    always get the same results. At the login: prompt, I enter the new
  20. >    username (vargish) and Linux spits out the text in the file
  21. >    "/etc/nologin". Doesn't even ask for a password. Are non-root
  22. >    logins blocked by default? How do I unblock them? (Yes, I set up
  23. >    the $HOME directory and permissions for vargish as well.)
  24. /etc/nologin is created by 'reboot' or 'shutdown' and is indeed meant to
  25. forbid non-root logins when the system is being shut down.
  26. You should delete this file at boot time, e.g. put something like the
  27. following in your /etc/rc.local:
  28.     if [ -e /etc/nologin ]; then rm /etc/nologin; fi
  29. > 5. X doesn't work. I have a Paradise 256k SVGA card. Someone posted
  30. >    their Xconfig here, and claimed they had X running on a 256K Para
  31. >    card. I have copied the Xconfig, but I still get errors. "Too less
  32. >    video RAM for virtual resolution" or something like that. (I
  33. >    remember the "too less" part.) I also have a Logitech bus mouse...
  34. >    which COM port _is_ that?!
  35.  
  36. maybe you should try to reduce the virtual resolution ? 640x480
  37. with 256 colors will need 307200 Bytes of video-ram (someone correct me if 
  38. I'm wrong). 640x400 (= 256000 Bytes), or even less should work.
  39.  
  40. > 7. Has anyone seen ghostscript or zsh for Linux? Would it be
  41. >    impossible for me to port these, or just pointless? I'll do it if
  42. >    people would like me to. (zsh because it's a great shell,
  43. >    ghostscript because it looks like the easiest way to get output
  44. >    from TeX to my Panasonic 1123.)
  45.  
  46. at least ghostscript (2.4.1 ?) compiles out of the box; don't know anything
  47. about zsh, though.
  48.  
  49. > If you've gotten this far, my thanks for your patience... If you
  50. > answer any of these questions, well, you will Be As A God In My
  51. > Eyes. :^)
  52.  
  53. uh, I think I'll prefer staying mortal for the time being :-)
  54. (hope the answers were helpful ..) 
  55.  
  56. > Nick "Actually, I have one more... Ow! Stop hitting..." Vargish
  57.  
  58. Kolja
  59. -- 
  60. ------------------------------------------------------------------------------
  61. Kolja Kaehler                                            <kk@cs.tu-berlin.de>
  62.