]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
#198 fix.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Sat, 19 Jul 2008 15:34:57 +0000 (15:34 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Sat, 19 Jul 2008 15:34:57 +0000 (15:34 +0000)
git-svn-id: file:///svn/unbound/branches/support-1.0@1161 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
doc/unbound.conf.5.in

index 537fcb5e9f4c2a6d01b2b4230b99d35b99a3e6f1..736655822692d734add272cb1e29e47e0c43fc98 100644 (file)
@@ -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.
 
index f59285d43a1ca51d863dc27f90ae97e026ea5d5c..d64bb60a596ec116ee9ea036359822def86a5efc 100644 (file)
@@ -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"