[Bug 258411] blacklistctl dump fails shortly after first use
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 258411] blacklistctl dump fails shortly after first use"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Oct 2025 04:05:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258411
Jose Luis Duran <jlduran@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jlduran@FreeBSD.org
--- Comment #1 from Jose Luis Duran <jlduran@FreeBSD.org> ---
The default is 15 seconds (timeout described in blacklistd(8)).
To reduce it to one second, for example:
# service blacklistd stop
# sysrc blacklistd_flags="-r -t 1" # 1 second timeout
# rm /var/db/blacklistd.db
# service blacklistd start && sleep 2 && blacklistctl dump -a
address/ma:port id nfail last access
--
You are receiving this mail because:
You are the assignee for the bug.