Your message dated Sat, 26 Jan 2008 16:29:13 -0500
with message-id <[EMAIL PROTECTED]>
and subject line who command truncates user name
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: coreutils
Version: 5.2.1-2
The 'who' command limits the user name field to 8
characters, so any user name longer than that has it's
last character truncated.
who -u
dbrazzie pts/1 Sep 10 13:38 05:33 2605
(:2.0)
admin :0 Sep 10 13:39 ? 2928
admin pts/0 Sep 10 16:41 00:26 21034
(dell566)
dbrazzie pts/2 Sep 10 16:41 . 21077
(dell566)
admin pts/3 Sep 10 17:40 00:26 27159
(:0.0)
In comparison, the 'users' command displays the name
correctly:
users
admin admin admin dbrazziel dbrazziel
Oddly enough, both programs use the same function to
glean the user name: extract_trimmed_name() from
readutmp.c.
--- End Message ---
--- Begin Message ---
Version: 6.10-1
New version prints full name. I'm still not convinced this is a good
idea (it makes the who output really ugly, and is inconsistent with the
output of related commands, like last(1)) but so it is.
Mike Stone
--- End Message ---