[Bug 258411] blacklistctl dump fails shortly after first use

From: <bugzilla-noreply_at_freebsd.org>
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.