It works.<br>
Thank you  Craig <br><br><div><span class="gmail_quote">2005/12/26, Craig White <<a href="mailto:craigwhite@azapple.com">craigwhite@azapple.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Mon, 2005-12-26 at 23:33 +0100, heithem abbes wrote:<br>> Hi list<br>><br>> I am trying to install DNS server on my machine with Fedora Core 4<br>><br>> I have tried a very simple example but I didn't succeed.
<br>><br>> Each time, I restart the named server, I got this error:<br>><br>> Can you help me.<br>><br>> Thanks<br>><br>> [root@localhost ~]# service named restart<br>><br>> Arrét de named : [Echec]
<br>><br>> Démarrage de named :<br>><br>> Error in named configuration:<br>><br>> zone <a href="http://utic.rnu.tn/IN">utic.rnu.tn/IN</a>: loading master file utic.rnu.tn.zone: file not<br>> found<br>
><br>> _default/utic.rnu.tn/IN: file not found<br>><br>> [root@localhost ~]# cat /etc/named.conf<br>><br>> options {<br>><br>> directory "/var/named";<br>><br>> };<br>><br>> zone "
<a href="http://utic.rnu.tn">utic.rnu.tn</a>" {<br>><br>> type master;<br>><br>> file "utic.rnu.tn.zone";<br>><br>> };<br>><br>> [root@localhost ~]# cat /var/named/utic.rnu.tn.zone<br>
><br>> $TTL 86400<br>><br>> @ IN SOA <a href="http://master.utic.rnu.tn">master.utic.rnu.tn</a>. <a href="http://root.dns.utic.rnu.tn">root.dns.utic.rnu.tn</a>. (<br>><br>> 2003050102<br>><br>> 86400
<br>><br>> 300<br>><br>> 2592000<br>><br>> 86400)<br>><br>> <a href="http://utic.rnu.tn">utic.rnu.tn</a>. IN NS ns0<br>><br>> <a href="http://utic.rnu.tn">utic.rnu.tn</a>. IN NS ns1<br>><br>
> ordi1 IN A MailScanner warning: numerical links are often<br>> malicious:<a href="http://12.42.112.201">12.42.112.201</a><br>><br>> ordi2 IN A MailScanner warning: numerical links are often<br>> malicious:
<a href="http://12.42.112.202">12.42.112.202</a><br>><br>> ordi3 IN A MailScanner warning: numerical links are often<br>> malicious:<a href="http://12.42.112.203">12.42.112.203</a><br>><br>> ns0 IN A MailScanner warning: numerical links are often
<br>> malicious:<a href="http://12.42.102.188">12.42.102.188</a><br>><br>> ns1 IN A MailScanner warning: numerical links are often<br>> malicious:<a href="http://42.128.241.12">42.128.241.12</a><br>><br>> www IN CNAME ordi1
<br>><br>> mailhost IN CNAME ordi1<br>><br>> ftp IN CNAME ordi2<br>><br>> irc IN CNAME ordi3<br>><br>> <a href="http://utic.rnu.tn">utic.rnu.tn</a>. IN MX 10 ordi1<br>><br>> <a href="http://utic.rnu.tn">
utic.rnu.tn</a>. IN MX 20 ordi2<br>><br>> <a href="http://utic.rnu.tn">utic.rnu.tn</a>. IN MX 30 ordi3<br>----<br>cat /etc/sysconfig/named<br><br>FC-4 would generally chroot named/bind in /var/named/chroot and have<br>
symbolic links to /var/named/chroot/etc/named.conf and zones<br>in /var/named/chroot/var/named.<br><br>also, you would need to change the ownership of the zone files...<br><br>chown named:named [chroot]/var/named/utic.rnu.tn.zone
<br><br>Craig<br><br>--<br>fedora-list mailing list<br><a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list">https://www.redhat.com/mailman/listinfo/fedora-list
</a><br></blockquote></div><br>