pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/net/bind910



Finally, I've commited bind911 and bind912.

* The problem was not because of cwrappers but BIND's configure script
  which seems to assume NetBSD has old toolchain (a.out?).


BIND 9.11 and 9.12 requires writable permission to the directory
specified by "directory" in option statmenent.  (If it was not
specified, current directory when named starts.)

It is typically "namedb" directory and it is requierd to change
permission on NetBSD,

chrooted environment

# chown root:named /var/chroot/named/etc/namedb
# chmod 0770 /var/chroot/named/etc/namedb

non-chrooted envrionment:

# chown root:named /etc/namedb
# chmod 0770 /etc/namedb

-- 
Takahiro Kambe <taca%NetBSD.org@localhost>


Home | Main Index | Thread Index | Old Index