Re: /dev/random as (chrooted) named's entropy source [current]

2008-04-04 Thread Jan Stary
> >Trying to give named its own random-source, I stopped named, did > > > ># cd /var/named/dev/ > ># /dev/MAKEDEV arandom > ># ls -l > >total 0 > >crw-r--r-- 1 root wheel 45, 4 Apr 3 14:16 arandom > >srw-rw-rw- 1 root wheel 0 Apr 3 13:51 log > >crw-r--r-- 1 root wheel 45, 3

Re: /dev/random as (chrooted) named's entropy source [current]

2008-04-03 Thread Jan Stary
> > > > named[9291]: could not open entropy source /dev/arandom: file not found > > > > named[9291]: using pre-chroot entropy source /dev/arandom > > > > > > The above logs say to me "can't so this, so doing this instead." > > > > > > Since it's using the pre-chroot /dev/arandom, it has a good ra

Re: /dev/random as (chrooted) named's entropy source [current]

2008-04-03 Thread Dave Anderson
On Thu, 3 Apr 2008, Jan Stary wrote: >Trying to give named its own random-source, I stopped named, did > ># cd /var/named/dev/ ># /dev/MAKEDEV arandom ># ls -l >total 0 >crw-r--r-- 1 root wheel 45, 4 Apr 3 14:16 arandom >srw-rw-rw- 1 root wheel 0 Apr 3 13:51 log >crw-r--r-- 1 ro

Re: /dev/random as (chrooted) named's entropy source [current]

2008-04-03 Thread Darrin Chandler
On Thu, Apr 03, 2008 at 02:26:26PM +0200, Jan Stary wrote: > named[9291]: could not open entropy source /dev/arandom: file not found > named[9291]: using pre-chroot entropy source /dev/arandom The above logs say to me "can't so this, so doing this instead." Since it's using the pre-chroot /dev/ar

/dev/random as (chrooted) named's entropy source [current]

2008-04-03 Thread Jan Stary
Hi list, I wonder how exactly the /dev/random of (chrooted) named works. If I just start named with named_flags="", the log says named[9291]: could not open entropy source /dev/arandom: file not found named[9291]: using pre-chroot entropy source /dev/arandom (But named runs just fine beside that