-
-
Notifications
You must be signed in to change notification settings - Fork 427
Closed
klutchell/unbound-docker
#437Description
umbound 1.13.1 on debian bullseye
This morning, I found a full disk and a non-running unbound. Even after making room in the filesystem,
unbound refused to run:
[1641110455] unbound[7164:0] error: failed to read /var/lib/unbound/root.key
/var/lib/unbound# ls -lc
insgesamt 0
-rw-r--r-- 1 unbound unbound 0 2. Jan 00:00 root.key
So I assume that at midnight, unbound-anchor tried to update this by simply overwriting it. Which is of
course a recipe for disaster with a full disk.
A fix would be
- create root.key.new
- mv root.key.new root.key
I fixed it by manually running unbound-anchor
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels