Slashdot Mirror


User: ivarch

ivarch's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:What's it take to go from BIND 8.2.x to 9.1 ?? on Running BIND 4 or 8? Upgrade! · · Score: 4
    Couple of things changed, nothing drastic. I changed over to 9.1.0 this morning and basically had to delete 1 line (about fetch-glue) and put in another (auth-nxdomain yes|no). That was just 2 changes in /etc/named.conf, for something like 337 zones on a primary server. Not painful at all. :-)

    It's all in the docs/misc/migrating file in the 9.1.0 tarball...

  2. Re:Chroot jail with bind 9? on Running BIND 4 or 8? Upgrade! · · Score: 1
    Look at the docs and you'll see why - BIND 9 uses threading, and there's a problem with using setuid() with threads (only the first thread changes UID) in 2.2.x kernels.

    If you want to run named as another user, recompile with the --disable-threads option to disable threading.