From: Wouter Wijngaards Date: Sat, 19 Jul 2008 15:34:57 +0000 (+0000) Subject: #198 fix. X-Git-Tag: release-1.0.2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56d9e9677e96edcb37b7fa490b4a90b56e361047;p=thirdparty%2Funbound.git #198 fix. git-svn-id: file:///svn/unbound/branches/support-1.0@1161 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index 537fcb5e9..736655822 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +19 July 2008: Wouter + - #198: fixup manpage to suggest entropy chroot fix. + 18 July 2008: Wouter - branch for 1.0 support. diff --git a/doc/unbound.conf.5.in b/doc/unbound.conf.5.in index f59285d43..d64bb60a5 100644 --- a/doc/unbound.conf.5.in +++ b/doc/unbound.conf.5.in @@ -50,6 +50,9 @@ example.conf file with all the options. server: 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 + # and mount --bind -n /dev/log /etc/unbound/dev/log chroot: "/etc/unbound" # logfile: "/etc/unbound/unbound.log" #uncomment to use logfile. pidfile: "/etc/unbound/unbound.pid"