From owner-freebsd-net@FreeBSD.ORG Wed Jun 4 04:24:03 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46F9737B401 for ; Wed, 4 Jun 2003 04:24:03 -0700 (PDT) Received: from tomts8-srv.bellnexxia.net (tomts8.bellnexxia.net [209.226.175.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EA3343FA3 for ; Wed, 4 Jun 2003 04:23:58 -0700 (PDT) (envelope-from matt@gsicomp.on.ca) Received: from gabby.gsicomp.on.ca ([65.95.185.239]) by tomts8-srv.bellnexxia.netESMTP <20030604112356.BZGT9225.tomts8-srv.bellnexxia.net@gabby.gsicomp.on.ca>; Wed, 4 Jun 2003 07:23:56 -0400 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by gabby.gsicomp.on.ca (8.12.6/8.12.6) with SMTP id h54BJ2mK045191; Wed, 4 Jun 2003 07:19:03 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <002201c32a8b$b56bafa0$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Maxime Shatter" , References: <03d401c32a5e$23acb780$81946e42@localnetinfoz9> Date: Wed, 4 Jun 2003 07:23:22 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: help needed regarding named please X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jun 2003 11:24:03 -0000 > I got an error while adding a zone in my named configuration, the zone is properly setted and added in named.conf. Here is the error I got in /var/log/message: > > Jun 4 05:49:36 webhosting named[37915]: master zone "lamedomain.com" (IN) rejected due to errors (serial 2003040614) > Jun 4 05:49:36 webhosting named[37915]: zones/lamedomain.com:12: Database error near (ns3.isp.com.) > Jun 4 05:49:36 webhosting named[37915]: zones/lamedomain.com:13: Database error near (ns3.isp.com.) > Jun 4 05:49:36 webhosting named[37915]: zones/lamedomain.com:15: Database error near (ns3.isp.com.) > > Can someone help me resolving this please ? Or is there a way that named don't care about that serial and take new zones in charge even if this serial is "not good" ? > > Thanks in advance for the answer! The serial is not the problem (it's just telling you that so you know which version of the zone is causing problems) . The real problems are on line 12, 13 and 15 of your config file. -- Matt Emmerton