HELP

Jim Reid jim at rfc1035.com
Sun Apr 16 16:07:37 UTC 2000


>>>>> "payam" == payam  <payam at mesri.de> writes:

    payam> Hello, the syslog write in messages:

    payam> 1. Apr 16 14:56:40 [137]: [ID 295310 daemon.error] /etc/named.conf:95: syntax error near zone

    payam> in name.conf is: ( local Path is " /var/namd " )

    payam> line 95:
    payam> zone "127.in-addr.arpa" in {
    payam>      type master;
    payam>      file "arpa/127.0.0";
    payam> };

This zone statement is syntactically correct, so the syntax error must
be in the lines that precede it in named.conf. Maybe there's a missing
semicolon or closing brace in the previous statement?

    payam> 2. Apr 16 14:56:43 [137]: [ID 295310 daemon.error] /etc/named.conf:2488: cannot redefine zone 'updat-e.co.uk'

A zone statement for the updat-e.co.uk zone already exists in
named.conf. The one starting at line 2488 is in error because it
redefines a zone that your name server has already been told about.



More information about the bind-users mailing list