home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / sys5 / r4 / 1399 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  2.1 KB

  1. Path: sparky!uunet!utcsri!torn!spool.mu.edu!agate!doc.ic.ac.uk!uknet!edcastle!hwcs!hmc
  2. From: hmc@cs.hw.ac.uk (Hugh Conner)
  3. Newsgroups: comp.unix.sys5.r4
  4. Subject: telnet/rlogin problem on ESIX 4.0.4
  5. Message-ID: <1993Jan25.120325.27392@cs.hw.ac.uk>
  6. Date: 25 Jan 93 12:03:25 GMT
  7. Sender: news@cs.hw.ac.uk (News Administrator)
  8. Organization: Dept of Computing & Electrical Engineering, Heriot-Watt University, Scotland
  9. Lines: 33
  10.  
  11. We are experiencing strange behaviour with telnet and rlogin on an ESIX 4.0.4
  12. system. They appear to leave old entries lying around in the utmp file.
  13. For example 
  14.  
  15. $ who -a
  16.    .       system boot  Jan 22 16:49
  17.    .       run-level 3  Jan 22 17:00    3    0    2
  18. rc2             .       Jan 22 17:00  old     284  id=  r2 term=0   exit=0  
  19. ln              .       Jan 22 17:00  old     460  id=  li term=0   exit=2  
  20. sac             .       Jan 22 16:49  old     213  id=  sc
  21. LOGIN      console      Jan 22 16:49  old     214   
  22. inetd           .       Jan 22 16:49  old     215
  23. tcp             .       Jan 22 16:49  old     216
  24. pan        pts/2        Jan 25 11:09   .    10899
  25. rc3             .       Jan 22 17:00  old     394  id=  r3 term=0   exit=0  
  26. mjc        pts/4        Jan 25 11:36   .    11144
  27. tcg        pts/1        Jan 25 08:51  0:03   9937
  28. vjw        pts/0        Jan 25 11:12  0:26  10941
  29. pwf        pts/7        Jan 25 11:49  0:01  11236
  30. hmc        pts/3        Jan 25 11:09   .    10878  id=tn40 term=0   exit=0  
  31. mdu        pts/4        Jan 25 09:48   .    10162  id=tn50 term=0   exit=0  
  32. hmc        pts/3        Jan 25 11:46   .    11213
  33. idc        pts/3        Jan 25 11:29   .    11002  id=rl40 term=0   exit=0  
  34. iain       pts/5        Jan 25 11:19   .    11020
  35. dbl        pts/6        Jan 25 11:21  0:29  11046
  36.  
  37. Note the lines ending id=tnNN or id=rlNN. These are old telnets and rlogins
  38. but they still appear to be active. The result is that some programs such as
  39. "who am i" or more importantly "passwd" can pick up the wrong entry in the utmp
  40. file and turn you into someone else
  41.  
  42. I have checked another system running 4.0.3 and it seems ok. Does anyone know
  43. what could be causing the problem, and how to fix it.
  44.