OPNsense Forum

Archive => 22.7 Legacy Series => Topic started by: chtse53 on July 28, 2022, 06:48:44 pm

Title: Unbound log file page not responding
Post by: chtse53 on July 28, 2022, 06:48:44 pm
After upgrading from 22.1.10 to 22.7, the log file page of Unbound DNS was not responding.
Title: Re: Unbound log file page not responding
Post by: franco on July 28, 2022, 09:00:41 pm
Can you post the output of:

# ls -lah /var/log/resolver.log


Cheers,
Franco
Title: Re: Unbound log file page not responding
Post by: chtse53 on July 28, 2022, 09:28:45 pm
 # ls -lah /var/log/resolver.log
ls: /var/log/resolver.log: No such file or directory
Title: Re: Unbound log file page not responding
Post by: Dantichrist on July 28, 2022, 09:47:39 pm
Code: [Select]
# ls -lah /var/log/resolver.log
ls: /var/log/resolver.log: No such file or directory

I get the same output but my logs are working fine in Unbound.

Code: [Select]
2022-07-28T13:44:55-06:00 Informational unbound [61035:0] info: control cmd: local_datas
2022-07-28T13:44:54-06:00 Informational unbound [61035:0] info: control cmd: local_datas_remove
2022-07-28T13:44:38-06:00 Informational unbound [61035:3] info: Verified that unsigned response is INSECURE
2022-07-28T13:44:38-06:00 Informational unbound [61035:3] info: NSEC3s for the referral proved no DS.
2022-07-28T13:44:38-06:00 Informational unbound [61035:3] info: resolving emergingthreats.net. DS IN
2022-07-28T13:44:38-06:00 Informational unbound [61035:3] info: query response was ANSWER
2022-07-28T13:44:38-06:00 Informational unbound [61035:3] info: reply from <.> XX.XX.XX.XX#853
2022-07-28T13:44:38-06:00 Informational unbound [61035:3] info: response for opnsense.emergingthreats.net. A IN
2022-07-28T13:44:38-06:00 Informational unbound [61035:3] info: resolving opnsense.emergingthreats.net. A IN
Title: Re: Unbound log file page not responding
Post by: chtse53 on July 28, 2022, 09:55:56 pm
Thanks for the info. 

I was using MS Edge browser and got non-responding page on the "log files" tab.  I changed to Chrome browser and it worked.  It could be a browser problem or a cache problem.  I would clear the Edge browser cache and try again.
Title: Re: Unbound log file page not responding
Post by: chtse53 on July 28, 2022, 10:20:33 pm
Turn-out MS Edge Browser also worked after deleting the cookie for my opnsense server.  Just not sure why it affected only the "log file" of Unbound.  I can view other system log files without problem.
Title: Re: Unbound log file page not responding
Post by: franco on July 29, 2022, 08:38:23 am
Strange stuff.  :o


Cheers,
Franco