Mark Andrews wrote:

This is a multi-part message in MIME format.
--------------060508000808090604020506
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Mark Andrews wrote:

Please help, thanks

Oct 27 21:35:15 mailhub named[71639]: starting BIND 9.3.1 -u bind -t /u1/dn
s
-c /etc/named.conf -f
Oct 27 21:35:15 mailhub named[71639]: command channel listening on 127.0.0.
1#
953
Oct 27 21:35:15 mailhub named[71639]: errno2result.c:109: unexpected error:
Oct 27 21:35:15 mailhub named[71639]: unable to convert errno to isc_result
:
6: Device not configured
Oct 27 21:35:16 mailhub named[71640]: starting BIND 9.3.1 -u bind -t /u1/dn
s
-c /etc/named.conf -f
Oct 27 21:35:16 mailhub named[71640]: command channel listening on 127.0.0.
1#
953
Oct 27 21:35:16 mailhub named[71640]: errno2result.c:109: unexpected error:
Oct 27 21:35:16 mailhub named[71640]: unable to convert errno to isc_result
:
6: Device not configured
   [ENXIO]            The named file is a character special or block speci
al
                      file, and the device associated with this special fi
le
                      does not exist.

   [ENXIO]            The named file is a fifo, no process has it open for
                      reading, and the arguments specify it is to be opene
d
                      for writing.

        What mount ops does /u1/dns have?



_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
--
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: [EMAIL PROTECTED]



sorry for my ignorance but i dont know what you mean by mount ops

        The output of mount for the filesystem.
Filesystem     Size    Used   Avail Capacity  Mounted on
/dev/da0s1a    248M    138M     90M    60%    /
devfs          1.0K    1.0K      0B   100%    /dev
/dev/da0s1e    248M    224K    228M     0%    /tmp
/dev/da0s1f     31G    1.9G     27G     7%    /usr
/dev/da0s1d    248M    165M     63M    72%    /var



this is my /u1/dns

drwxr-xr-x  2 root  daemon  512 Jul 12  2002 dev

        Do the major and minor number match those in /dev?

/u1/dev
crw-r--r--  1 root  daemon    2,   2 Jul 12  2002 null
crw-r--r--  1 root  daemon    2,   3 Jul 12  2002 random
crw-r--r--  1 root  daemon    2,  12 Jul 12  2002 zero

/dev
crw-rw-rw-  1 root  wheel    2,   2 Oct 27 22:33 null
crw-rw-rw-  1 root  wheel  249,   0 Oct 28 00:57 random
crw-rw-rw-  1 root  wheel    2,  12 Oct 27 16:57 zero


so, random has a different no., how do u recreate /dev/random that will match 
/u1/dev/random?

drwxr-xr-x  2 root  daemon  512 Jan  7  2005 etc
drwxr-xr-x  5 root  daemon  512 Jul 12  2002 var

and my /u1 is a symbolic link of /usr/u1 (i did that because my /usr has more
spaces)

the whole /u1/dns is copied from a running DNS server which is going to die s
oon (i recreated them to a new box)


--------------060508000808090604020506
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
 <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
 <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Mark Andrews wrote:
<blockquote cite="[EMAIL PROTECTED]"
type="cite">
 <blockquote type="cite">
   <pre wrap="">Please help, thanks

Oct 27 21:35:15 mailhub named[71639]: starting BIND 9.3.1 -u bind -t /u1/dns -c /etc/named.conf -f
Oct 27 21:35:15 mailhub named[71639]: command channel listening on 127.0.0.1#
953
Oct 27 21:35:15 mailhub named[71639]: errno2result.c:109: unexpected error:
Oct 27 21:35:15 mailhub named[71639]: unable to convert errno to isc_result: 6: Device not configured Oct 27 21:35:16 mailhub named[71640]: starting BIND 9.3.1 -u bind -t /u1/dns -c /etc/named.conf -f
Oct 27 21:35:16 mailhub named[71640]: command channel listening on 127.0.0.1#
953
Oct 27 21:35:16 mailhub named[71640]: errno2result.c:109: unexpected error:
Oct 27 21:35:16 mailhub named[71640]: unable to convert errno to isc_result: 6: Device not configured
   </pre>
 </blockquote>
 <pre wrap=""><!---->
    [ENXIO]            The named file is a character special or block specia
l
                       file, and the device associated with this special fil
e
                       does not exist.

    [ENXIO]            The named file is a fifo, no process has it open for
                       reading, and the arguments specify it is to be opened
                       for writing.

        What mount ops does /u1/dns have?

 </pre>
 <blockquote type="cite">
   <pre wrap="">
_______________________________________________
<a class="moz-txt-link-abbreviated" href="mailto:[email protected]";>
[email protected]</a> mailing list
<a class="moz-txt-link-freetext" href="http://lists.freebsd.org/mailman/listi
nfo/freebsd-stable">http://lists.freebsd.org/mailman/listinfo/freebsd-stable<
/a>
To unsubscribe, send any mail to <a class="moz-txt-link-rfc2396E" href="mailt
o:[EMAIL PROTECTED]">"[EMAIL PROTECTED]
.org"</a>
   </pre>
 </blockquote>
 <pre wrap=""><!---->--
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: <a class="moz-txt-link-abbre
viated" href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>

 </pre>
</blockquote>
<pre>sorry for my ignorance but i dont know what you mean by mount ops

this is my /u1/dns

drwxr-xr-x  2 root  daemon  512 Jul 12  2002 dev
drwxr-xr-x  2 root  daemon  512 Jan  7  2005 etc
drwxr-xr-x  5 root  daemon  512 Jul 12  2002 var

and my /u1 is a symbolic link of /usr/u1 (i did that because my /usr has more
spaces)

the whole /u1/dns is copied from a running DNS server which is going to die s
oon (i recreated them to a new box)
</pre>
</body>
</html>

--------------060508000808090604020506--
--
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: [EMAIL PROTECTED]


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

Reply via email to