From owner-freebsd-current Tue Dec 9 21:40:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA18015 for current-outgoing; Tue, 9 Dec 1997 21:40:20 -0800 (PST) (envelope-from owner-freebsd-current) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA18008 for ; Tue, 9 Dec 1997 21:40:13 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id VAA19624; Tue, 9 Dec 1997 21:40:02 -0800 (PST) To: "Studded" cc: "Charlie Roots" , "freebsd-current@FreeBSD.ORG" , "root@isis.dynip.com" Subject: Re: FreeBSD-3.0 Current - utmp In-reply-to: Your message of "Tue, 09 Dec 1997 20:30:47 PST." <199712100432.UAA12373@mail.san.rr.com> Date: Tue, 09 Dec 1997 21:40:02 -0800 Message-ID: <19619.881732402@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > FWIW, I've been running -Stable with 16 char usernames, and I > appear to be getting some corruption in utmp. When I do 'last' it shows > my 16 char name, but it also shows some weird high ascii characters. I > deleted utmp and wtmp, and still have the same problems. You sure you recompiled *everything* in -stable with 16 character usernames? I've seen people get bitten by both sshd and xterm, forgetting that these optional packages also write utmp entries. :) Jordan