https://bugzilla.mindrot.org/show_bug.cgi?id=2263
--- Comment #4 from Petr Lautrbach <[email protected]> --- Created attachment 2462 --> https://bugzilla.mindrot.org/attachment.cgi?id=2462&action=edit Ignore SIGXFSZ in postauth monitor child Using this patch, the following message is logged in the described scenario: Aug 26 16:31:14 hulk.w.lan sshd[27852]: lastlog_write_entry: Error writing to /var/log/lastlog: File too large Reproducer: - create an user with uid 1280000008 - set openssh to use pam - set pam to use pam_limit.so session required pam_limits.so - add following line to /etc/security/limits.conf user hard fsize 1024000 - try to login as user -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
