[17331] in Athena Bugs
utmp handling problem on SGI direct tty line
daemon@ATHENA.MIT.EDU (Robert A Basch)
Fri Oct 29 16:49:22 1999
Message-Id: <199910292048.QAA28482@aupair.mit.edu>
To: bugs@MIT.EDU
Date: Fri, 29 Oct 1999 16:48:19 -0400
From: Robert A Basch <rbasch@MIT.EDU>
In trying a direct tty line login on an 8.3.19 O2, I noticed that
the utmp entry was not properly cleaned up after I logged out.
("who" still displayed my login).
From doing "who -a", it looks like our login added a new utmp entry,
instead of replacing the entry initialized by init and getty; when
I logged out, init/getty updated the original entry, leaving the added
one.
I will try to look into this further.
Bob