home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 20221 < prev    next >
Encoding:
Internet Message Format  |  1992-12-13  |  3.5 KB

  1. Path: sparky!uunet!gatech!pitt.edu!drycas.club.cc.cmu.edu!ghod
  2. From: ghod@drycas.club.cc.cmu.edu
  3. Newsgroups: comp.os.linux
  4. Subject: Re: [Q] What's wrong with xdm ?
  5. Message-ID: <1992Dec13.170550.2745@drycas.club.cc.cmu.edu>
  6. Date: 13 Dec 92 22:05:49 GMT
  7. References: <168BAA9CA.PETM@ibm.rz.tu-clausthal.de>
  8. Organization: Carnegie Mellon Computer Club
  9. Lines: 58
  10.  
  11. In article <168BAA9CA.PETM@ibm.rz.tu-clausthal.de>, PETM@ibm.rz.tu-clausthal.de writes:
  12. > Hello,
  13. > just the following question:
  14. > What's wrong with XDM ? After calling it a login prompt appears, but
  15. > XDM doesn't react on any key or mouse movement (the virtual screen
  16. > seems to work). It's standard SLS installation (0.98p5), so I ask
  17. > You, how to configure XDM ...
  18. > Thanx,
  19. >        Thomas Mueller (petm@ibm.rz.tu-clausthal.de)
  20.  
  21. I've noticed some strangeness with xdm as well, although I've gotten it up and
  22. running. Sort of. The first problem, that of not responding to the keyboard,
  23. seems to have to do with xdm remaining bound to whatever virtual console it's
  24. started from. I started it up by logging in as root, then just typing xdm.
  25. When it comes up, it's still attached to console /dev/tty1 (or a1 as it appears
  26. in the ps listing) and /dev/tty1 and xdm seem to be fighting for posession
  27. of the keyboard. The cure for this is so start it in non-daemon mode, as in
  28. "xdm -nodaemon". xdm then responds correctly to the keyboard, and all seems
  29. well. BUT, there's a second problem which stems from the new shadow password
  30. stuff. xdm (my copy anyway, which is on the current SLS distribution 98pl5)
  31. doesn't know to read the shadow password file apparently, as it refuses to
  32. allow any logins whatsoever. You can force it to work by editing /etc/passwd
  33. and nulling out the password entry for a selected account. In other words,
  34. get rid of the * from the password field and leave the field empty. xdm
  35. will then permit that user to log in without a password on the console,
  36. although the regular login program will still read only from /etc/shadow when
  37. it verifies passwords. The xlock program suffers from the same problem: once
  38. you lock the screen, you can't unlock it again unless you clear the password
  39. field in /etc/passwd. For giggles, I tried copying the encrypted password
  40. from /etc/shadow to /etc/passwd to see if that would fix things temporarily,
  41. but it didn't work. BTW, none of this nonsense affected my mouse: it still
  42. worked correctly under all circumstances, not that that helped any. :)
  43.  
  44. My question is, are there new versions of xdm and xlock out there that use
  45. the shadow password system correctly?
  46.  
  47. Also, while I'm at it, I received a couple of replies to my question about
  48. my mouse flaking out whenever I used kermit with my internal modem. The
  49. problem is that my mouse is on /dev/ttys1 amd kermit defaults to /dev/ttys1
  50. when it starts up. I then tries to initialize /dev/ttys1 as a modem device
  51. and hoses the mouse. The cure (sort of) is to make sure to put a 'set line'
  52. command in your .kermrc file so that it defaults to the correct serial line,
  53. as in 'set line /dev/ttys0'. I'm using kermit with X now, and all seems well.
  54.  
  55. Lastly, I'd be much obliged if someone could point me in the direction of some
  56. decent documentation for lilo. The README in SLS 98pl5 is wonderfully cryptic
  57. and does little except tell you that there's better documentation available
  58. in LaTeX format, which doesn't do squat for me since I haven't the room to
  59. install LaTeX, nor do I want to install it anyway.
  60.  
  61. -Bill Paul
  62.  
  63. Assistant System Administrator
  64. New Windsor Associates L.P.
  65.  
  66. ghod@drycas.club.cc.cmu.edu   -or-  ghod@drycas.bitnet
  67.  
  68.  
  69.