OPNsense Forum

Archive => 22.7 Legacy Series => Topic started by: dinguz on January 18, 2023, 04:06:27 pm

Title: unbound errors starting with 22.7.10
Post by: dinguz on January 18, 2023, 04:06:27 pm
Ever since 22.7.10, after a reboot I get this dnsbl error in unbound, which refuses to start. I believe this to be patched in a later version, and I presume also in 22.7.11.
Do I need to reinstall something to get rid of this?

Code: [Select]
<27>1 2023-01-18T15:48:06+01:00 router.haanjdj.ddns.net unbound 82519 - [meta sequenceId="8"] [82519:1] error: pythonmod: python error: Traceback (most recent call last):
  File "dnsbl_module.py", line 281, in operate
    return ctx.filter_query(id, qstate, qdata)
  File "dnsbl_module.py", line 168, in filter_query
    if reply_list.query_reply:
AttributeError: 'NoneType' object has no attribute 'query_reply'
Title: Re: unbound errors starting with 22.7.10
Post by: franco on January 18, 2023, 04:18:13 pm
AFAIK this was fixed in 22.7.10_2 already but it needs a full unbound restart to materialise.. (just save settings on unbound settings page).


Cheers,
Franco
Title: Re: unbound errors starting with 22.7.10
Post by: dinguz on January 18, 2023, 04:35:29 pm
Thanks, I didn't know that it was necessary to save settings, I thought that restarting the service or rebooting the system was sufficient.
Title: Re: unbound errors starting with 22.7.10
Post by: franco on January 18, 2023, 04:47:00 pm
In this case all three things should have worked (with 22.7.10_2 installed).


Cheers,
Franco