[15217] in Athena Bugs
Re: IRIX logname
daemon@ATHENA.MIT.EDU (Greg Hudson)
Tue Jun 24 19:44:55 1997
Date: Tue, 24 Jun 1997 19:44:53 -0400
From: Greg Hudson <ghudson@MIT.EDU>
To: Greg Hudson <ghudson@MIT.EDU>
Cc: bugs@MIT.EDU
In-Reply-To: "[15216] in Athena Bugs"
> /usr/bin/logname on IRIX doesn't understand DEAD_PROCESS utmp
> entries.
Just as an added piece of information, this appears to be a generic
problem with the cuserid() and getlogin() library functions (two names
for roughly the same thing) used by getlogin, not just with the
/usr/bin/logname program. For instance, I ran into this problem with
"talk" in a telnet session to an SGI (although my recent patch to
source-reviewers will circumvent the problem by looking at the USER
environment variable instead of getlogin()).