+21 July 2008: Wouter
+ - #198: nicer entropy warning message. manpage OS hints.
+
19 July 2008: Wouter
- #198: fixup manpage to suggest entropy chroot fix.
directory: "/etc/unbound"
username: unbound # make sure it can write to pidfile.
# make sure unbound can access entropy from inside the chroot.
- # i.e. mount --bind -n /dev/random /etc/unbound/dev/random
+ # e.g. on linux the use these commands (on BSD, devfs(8) is used):
+ # mount --bind -n /dev/random /etc/unbound/dev/random
# and mount --bind -n /dev/log /etc/unbound/dev/log
chroot: "/etc/unbound"
# logfile: "/etc/unbound/unbound.log" #uncomment to use logfile.
ERR_get_error());
return NULL;
}
- verbose(VERB_OPS, "openssl has no entropy, seeding with time");
+ verbose(VERB_OPS, "openssl has no entropy, seeding with time"
+ " and pid");
}
ub_arc4random_stir(s, from);
return s;