Enabling Linux login logging in wtmp
- by jean88
On a Ubuntu 9.10 system:
$ uname -a
Linux ionut-laptop 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 i686 GNU/Linux
the files /var/log/wtmp and /var/log/btmp are empty:
$ ls -la /var/log/?tmp
-rw-rw---- 1 root utmp 0 2010-04-10 16:54 /var/log/btmp
-rw-rw-r-- 1 root utmp 0 2010-04-10 16:54 /var/log/wtmp
Because of this, the last(1) command is not working.
What to do?