> I noticed something odd. I booted up and immeaditely
> went in to X. I start several xterm's from within a .xinitrc
> file. From inside one of the xterms I did a 'w' command
> and it listed one root entry for each xterm but for the
> idle times for all the xterms except the one I was using
> said 641days.
>
> Has anyone else seen this?
That is your problem. Somewhere along the way, wtmp got entries from two
different libc's. Delete /var/log/wtmp using the following command:
cat /dev/null > /var/log/wtmp
and you should be fine. Upon your next xterm, or login, you should be
fine, although it won't report current logins.
>
> Also, what is the process for upgrading glibc in RH 5?
Using 'rpm -Uvh glibc-*', as is the same procedure for most other
packages.
Dave
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.