i3lock: Error opening /var/log/faillog for update/read [closed]
This is on an Arch with systemd; when successfully unlocking the screen from i3lock, two error lines get added to the systemd journal:
(no other harmful effects as far as I can tell)
... pam_tally(i3lock:auth): Error opening /var/log/faillog for update
... pam_tally(i3lock:auth): Error opening /var/log/faillog for read
A bit surprising, for a failed unlock attempt (e.g. wrong password), the correct and expected log entry is added:
... and there are no other errors.
... pam_unix(i3lock:auth): authentication failure; logname= uid=xxx euid=yyy tty= ruser= rhost= user=name ...etc.etc.
Is this a pam config related issue or something with i3lock ?
Thanks.
The FAQ is not a bugtracker, for that use bugs.i3wm.org. Also, the error is from pam_tally, which has nothing to do with i3lock itself. Please ask at the arch forums/community.
For whoever finds this, it is now fixed: "FS#31544 - [i3lock] can't write to /var/log/faillog" ( https://bugs.archlinux.org/task/31544 ). It was an Arch/Pam config issue.