bind multi-threaded question

Marco Davids (SIDN) marco.davids at sidn.nl
Wed Apr 28 13:17:58 UTC 2010


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



More information about the bind-users mailing list