https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210479
--- Comment #3 from Glen Barber <[email protected]> --- (In reply to lidl from comment #2) > The debug logging is expected. > I think this makes auditdistd(8) unhappy. > I'm unclear by your comment about delays - delays due to the error state, or > delay due to the extra syslog statements. > > In timing of a simple 'ssh hostname df \> /dev/null', I get the same > wall-clock time, regardless of blacklistd running on the remote host. > (I do see the debug messages in the debug.log on the remote host.) > > Can you quantify the delays you're seeing? Between head and stable/10, I see an increase in responsiveness. gjb@nucleus:~ % time ssh ref10-amd64.freebsd.org exit 0.010u 0.010s 0:01.14 1.7% 192+148k 4+0io 0pf+0w gjb@nucleus:~ % time ssh ref11-amd64.freebsd.org exit 0.020u 0.000s 0:01.55 1.2% 96+74k 4+1io 0pf+0w The only "known" difference is the addition of blacklistd(8). In either case, I think the debug.log spam is a bit overkill, especially for machines without large /var directories (embedded systems, etc.). -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
