Re: runnind bind as non-root

2002-10-10 Thread Alexey Chetroi
Thanks everybody for the answers. It works fine chrooted. On Wed, Oct 09, 2002 at 10:53:17AM +0200, martin f krafft wrote: > Date: Wed, 9 Oct 2002 10:53:17 +0200 > From: martin f krafft <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: runnind bind as non-root >

Re: runnind bind as non-root

2002-10-09 Thread martin f krafft
also sprach Brian Nelson <[EMAIL PROTECTED]> [2002.10.09.0153 +0200]: > Run bind9 in a chroot. I basically used the configuration from this > page: if you are running a 2.4 kernel, then: add this to your /etc/apt/sources.list: deb http://people.debian.org/~madduck/stage ./ and install 'bind

Re: runnind bind as non-root

2002-10-08 Thread Brian Nelson
Alexey Chetroi <[EMAIL PROTECTED]> writes: > Dear List, > > I;m trying to setup bind9 on my woody box to run as non-root. > The problem I have is that non-root named cannot write to /var/run/named.pid > One solution I see is to make /var/run group writeable or to recompile named > to use pid=/va

runnind bind as non-root

2002-10-08 Thread Alexey Chetroi
Dear List, I;m trying to setup bind9 on my woody box to run as non-root. The problem I have is that non-root named cannot write to /var/run/named.pid One solution I see is to make /var/run group writeable or to recompile named to use pid=/var/run/named/named.pid. How other debian users circumv