On a particular RUTX11 device, I am getting the error below repeating every 5 seconds in my log
# logread -f
Fri Nov 15 14:57:39 2024 daemon.err ip_blockd[15754]: ipset v7.6: The set with the given name does not exist
Fri Nov 15 14:57:44 2024 daemon.err ip_blockd[15755]: ipset v7.6: The set with the given name does not exist
Fri Nov 15 14:57:49 2024 daemon.err ip_blockd[15764]: ipset v7.6: The set with the given name does not exist
Fri Nov 15 14:57:54 2024 daemon.err ip_blockd[15879]: ipset v7.6: The set with the given name does not exist
Here is my /etc/config/ip_blockd
(have not changed it)
config globals 'ip_blockd'
option max_attempt_count '10'
option enabled '1'
option reboot_clear '0'
Running
ipset flush ipb_port
results in
ipset v7.6: The set with the given name does not exist
(same error)
Firmware 7.10.2. Reboot has not helped.
Any ideas?