Skip to content

Instantly share code, notes, and snippets.

@madgrk
Last active February 2, 2024 11:35
Show Gist options
  • Save madgrk/bfa665e861db63090e6e4a83efa29f6b to your computer and use it in GitHub Desktop.
Save madgrk/bfa665e861db63090e6e4a83efa29f6b to your computer and use it in GitHub Desktop.
unbound rasbian root.key
Could you post content of above file here first pls?
cat /var/lib/unbound/root.key
To try and fix that file, stop unbound with below:
sudo systemctl stop unbound
Remove the broken file with below:
sudo rm /var/lib/unbound/root.key
Run below to attempt to fix it:
sudo -u unbound unbound-anchor -va /var/lib/unbound/root.key
And restart unbound and check journals again?
sudo systemctl restart unbound
journalctl --no-pager --full -u unbound
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment