max power wrote:
> i am running bind on chroot jail, every thing is working fine
> i only got one bind process ?
> multi-threaded is enabled when compile , but should i find 8 processes
> how can i be sure that bind is using 8 threads

Running Linux?

You may want to try adding a 'proc'-directory in your chroot jail.

Something like:

mkdir /chroot/bind/proc
mount --bind /proc /chroot/bind/proc

and then in your /etc/fstab add something like this:

/proc /chroot/bind/proc none bind,ro 0 0

Regards,

-- 
Marco Davids
Technical Advisor
SIDN
_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to