Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
lib/knot-resolver/sandbox.lua:399: can't open cache path '.';
Permission errors should be throwing different messages (not "Invalid argument"); I confirmed that on FreeBSD 12.1 in a VM.
We suspect something is wrong with cache pre-allocation. On the test system (above) I can't reproduce an error but inspecting the file indicates preallocation didn't really work out. It seems possible for a filesystem (on FreeBSD) not to support that operation; @yds: what FS is on your /var/db/kresd ?
# kresd -n -c /usr/local/etc/knot-resolver/kresd.conf /var/db/kresd[cache] space pre-allocation failed and ignored; your (file)system probably doesn't support it.[ta_update] refreshing TA for .[ta_update] key: 20326 state: Valid[ta_update] next refresh for . in 24 hours
if someone here maintains the port, please consider it, otherwise the FreeBSD port is kinda broken since the permissions are wrong and there's no rc scripts included to start the service.