RE: BIND 9.2.3 error in chroot

2004-04-20 Thread Langver, Nathan
Hello, 

I got the same error's as you. But I fixed it when I used the mknod random c 249, 0 in 
/etc/namedb/dev/ 

Which is equal as in /dev/random

This problem also was in earlier versions, but then you had to do 
mknod random c 2 3 Which in turn was equal to the /dev/random from version 4.9 and 5.0 

Hope this helps 

Greetings Nathan 

  
-Original Message-
From: dave [mailto:[EMAIL PROTECTED] 
Sent: dinsdag 20 april 2004 14:29
To: Langver, Nathan
Subject: Re: BIND 9.2.3 error in chroot

Hello,
Which error are you getting when you try to run bind chrooted? I had it
working chrooted fine under 5.1, but when i installed 5.2.1 i am now getting
some strange bootup messages:
IP Filter: v3.4.31 initialized.  Default = block all, Logging = enabled
Starting ipmon.
Enabling ipfilter.
ioctl(SIOCIPFL6): Invalid argument
Installing NAT rules.
0 entries flushed from NAT table
0 entries flushed from NAT list
Starting named.
Starting ntpdate.
Apr 16 21:58:12 guardian named[329]: errno2result.c:109: unexpected error:
Apr 16 21:58:12 guardian named[329]: unable to convert errno to isc_result:
6: D
evice not configured
Generating host.conf.
Clearing /tmp.
ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib
a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout
Recovering vi editor sessions:.
Have you ever seen any of these particularly the bind startup messages?
Thanks.
Dave.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: BIND 9.2.3 error in chroot

2004-04-20 Thread Kris Kennaway
On Tue, Apr 20, 2004 at 11:50:15AM +0200, Langver, Nathan wrote:
> Hello,
> 
> With FreeBSD 5.2.1 release the solution for the error is that there is a difference 
> with the /dev/random it was until now 2, 3 but it has changed to 249, 0 Why I don't 
> know. 
> But it works now with 
> 
> #mknod random c 249 0 

Take a look at the devfs manpages and related manpages; this is how
you're supposed to manage device nodes under FreeBSD 5.x.

Kris


pgp0.pgp
Description: PGP signature


BIND 9.2.3 error in chroot

2004-04-20 Thread Langver, Nathan
Hello,

With FreeBSD 5.2.1 release the solution for the error is that there is a difference 
with the /dev/random it was until now 2, 3 but it has changed to 249, 0 Why I don't 
know. 
But it works now with 

#mknod random c 249 0 

Nathan Langver
Unix / Security Specialist
Getronics
 
 

 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


BIND 9.2.3 error in chroot

2004-01-26 Thread Robert Fitzpatrick
Installed the BIND 9.2.3 port and trying to setup in chroot, getting
this error:

 unable to convert errno to isc_result: 6:

I found info on the web about generating the /dev/random correctly for
the version I am running. I used 'mknod random c 2 3'. I followed this
example, but still getting the error:

http://freebsd.mu/freebsd/archives/2003/01/31/chroot_bind_9_on_freebsd_50

-- 
Robert

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


BIND 9.2.3 error in chroot

2004-01-21 Thread Robert Fitzpatrick
Installed the BIND 9.2.3 port and trying to setup in chroot, getting
this error:

 unable to convert errno to isc_result: 6:

I found info on the web about generating the /dev/random correctly for
the version I am running. I used 'mknod random c 2 3'. I followed this
example, but still getting the error:

http://freebsd.mu/freebsd/archives/2003/01/31/chroot_bind_9_on_freebsd_50


-- 
\\|//Robert Fitzpatrick <[EMAIL PROTECTED]>
   \\\|///   WebTent Networking, Inc. 
  \\ ~ ~ //  Office: 813-286-6502 Fax: 813-281-2077
  (\ @ @ /)  
oOOo~(_)~oOOo  "Everything for your Internet presence under one tent"

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"