Running low on storage. Check the /etc/btmp file where failed login attempts are logged. This file may be very large:
1 |
ls /var/log/btmp |
The file can be cleared like this:
1 |
cat /dev/null > /var/log/btmp |
Credit for this goes to Tournas Dimitrios who has a great article on btmp: