Bill Gertz

Results 40 comments of Bill Gertz

Looks like paying close attention to the logs has revealed a corrupt unbound host override config file. But blow by painful blow here we go: First, move the startup hack...

@swhite2 Seem to have corrupted /var/unbound/host_entries.conf. It seems that the problem is not a problem with hosts that alphabetize higher than host16, rather only three aliases show. Tried stopping unbound,...

My GUI shows all of the host overrides but only three of the aliases. Found the _**config.xml**_ file and can see the child nodes in aliases are all missing in...

@swhite2 Ah - that was the piece I was missing on the GUI mechanics. Thanks for clearing that up. It works as you describe! Cleaned up the radius aliases successfully...

@swhite2 It looks like the unbound first load of _/var/unbound/host_entries.conf_ logged in the resolver log @2022-10-05T14:08:32: `1 2022-10-05T14:08:32+02:00 opnsense.blockfish.net unbound 554 - [meta sequenceId="1"] PTR record already exists for host1.blockfish.info(.25)`...

@swhite Ok after tracing through the um, mindblowing, includes and indirection in the PHP code called by _/usr/local/etc/rc.bootup_ I found a hack that eliminates the problem. I committed out the...

@martin-huber @swhite Great to hear it's not just me. Too bad I wasted time chasing a corrupted unbound config file "rabbit." It seems like a likely scenario with one minor...

@martin-huber @swhite Oh wow - starting unbound with a start script that kills the process if it's already running. So a long startup time would make a mess, with the...

@martin-huber @swhite Went ahead and disabled the pushing the unbound_configure_do to the action? array in _/usr/local/etc/inc/plugins.inc.d/unbound.inc_: ``` function unbound_configure() { return array( /* * disable unbound startup with bootup 'bootup'...

@fichtner @martin-huber I'm not sure the problem lies with unbound but rather with the start.sh flock. Could it be that the call in _/usr/local/etc/inc/plugins.inc.d/unbound.inc_ to mwexecf_bg starts with a blocking...