Weblog entry #1 for Kellen
#1
How do I get btmp working!?
Posted by Kellen on Sat 12 Aug 2006 at 18:57
I've got btmp defined in /etc/login.defs:
But btmp is still always empty:
-rw-rw-r-- 1 root utmp 0 Aug 1 06:25 /var/log/btmp
WTF?!
FTMP_FILE /var/log/btmp
But btmp is still always empty:
-rw-rw-r-- 1 root utmp 0 Aug 1 06:25 /var/log/btmp
WTF?!
Comments on this Entry
I had a similar problem. Try to change permissions of your /var/log/btmp to 600 and group to root.
Do you try to log unsuccessful logins locally or from ssh?
There is a bug in openssh, which doesn`t allow to log failed logins. AFAIK the bug is corrected in openssh-3.9
Do you try to log unsuccessful logins locally or from ssh?
There is a bug in openssh, which doesn`t allow to log failed logins. AFAIK the bug is corrected in openssh-3.9
[ Parent | Reply to this comment ]