In article <[EMAIL PROTECTED]>, Christian Hammers <[EMAIL PROTECTED]> wrote: >Hi ! > >Since updating to the hamm (libc6) version (and maybe also before) my >"last", "w" and "who" do not work !!!
1. You need to update ALL your packages to hamm 2. Reboot if you haven't done that already 3. You need to move the wtmp file and truncate the utmp file: cd /var/log mv wtmp wtmp.libc5 touch wtmp cd /var/run cp /dev/null utmp 4. You might want to reboot again to make sure This is because the "struct utmp" and thus the utmp and wtmp "databases" are different between libc5 and libc6 Mike. -- Miquel van Smoorenburg | The dyslexic, agnostic, insomniac lay in his bed [EMAIL PROTECTED] | awake all night wondering if there is a doG -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .