home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 6757 < prev    next >
Encoding:
Internet Message Format  |  1992-07-26  |  1.1 KB

  1. Path: sparky!uunet!mcsun!uknet!mucs!mccuts!zlsiial
  2. From: zlsiial@uts.mcc.ac.uk (A. V. Le Blanc)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Newbie Linuxer & misc. Qs (LONG!)
  5. Message-ID: <5446@mccuts.uts.mcc.ac.uk>
  6. Date: 27 Jul 92 06:20:31 GMT
  7. References: <1992Jul26.220519.18078@sura.net>
  8. Reply-To: LeBlanc@mcc.ac.uk (A. V. Le Blanc)
  9. Organization: Computing Centre, University of Manchester
  10. Lines: 23
  11.  
  12. In article <1992Jul26.220519.18078@sura.net> vargish@sura.net (Nick Vargish) writes:
  13. >2. Can only log-in as "root". This is a big problem. I have tried
  14. ....
  15. >   username (vargish) and Linux spits out the text in the file
  16. >   "/etc/nologin".
  17.  
  18. The file /etc/rc should contain the command 'rm -f /etc/nologin'.
  19. This file, which is created by the reboot command, prevents non-root
  20. users from logging in unless it is deleted.
  21.  
  22. >4. Mtools sometimes can't initialize my floppies, and sometimes can't
  23. >   even see them (depending on what random numbers I'm using in
  24. >   /etc/mtools).
  25.  
  26. You should have
  27.  
  28.      A /dev/fd0 12 0 0 0
  29.      B /dev/fd1 12 0 0 0
  30.  
  31. for the floppy entries in /etc/mtools.
  32.  
  33.      -- Owen
  34.      LeBlanc@mcc.ac.uk
  35.