From owner-freebsd-isp Mon Jul 21 16:56:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA21048 for isp-outgoing; Mon, 21 Jul 1997 16:56:10 -0700 (PDT) Received: from csgs2.c-s-g.com ([209.12.189.11]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA21042 for ; Mon, 21 Jul 1997 16:56:08 -0700 (PDT) Received: from ricko.jcrnet.com ([209.12.189.59]) by csgs2.c-s-g.com (post.office MTA v2.0 0813 ID# 0-0U10) with SMTP id AAA248; Mon, 21 Jul 1997 17:53:20 -0600 Message-ID: <33D3F7B9.15B1@c-s-g.com> Date: Mon, 21 Jul 1997 17:58:49 -0600 From: rosteen@c-s-g.com (Rick Osteen) Reply-To: rosteen@c-s-g.com Organization: Internet Access of El Paso X-Mailer: Mozilla 3.0Gold (Win95; I) MIME-Version: 1.0 To: Mark Segal CC: freebsd-isp@freebsd.org Subject: Re: name server not working References: <33D2A694.77E7@c-s-g.com> <33D37839.41C67EA6@club-web.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Mark Segal wrote: > > Rick Osteen wrote: > > > > Hello, > > I just installed another server and the name server does not work on it. > > Where might I look for the error messages for this paticular > > daemon?(named) > You have to turn named on.. :).. it isn't on by default... look in your > netstart or rc.local file... and picp up the Oriley book on BIND :). > > Mark > > -- > Mark Segal > mark@club-web.com > Systems Admin - Club-Web Inc. Mark, Thanks for the heads up. I am now getting an error on a different machine. Can you make heads or tails of this: # grep named messages Jul 19 02:25:27 bsd named[968]: starting. named 4.9.4-P1 Tue May 20 09:23:44 Gd Jul 19 02:25:42 bsd named[968]: There may be a name server already running Jul 19 02:25:42 bsd named[968]: exiting Jul 19 02:28:36 ns2 named[75]: starting. named 4.9.4-P1 Tue May 20 09:23:44 GMd Jul 19 02:28:36 ns2 named[75]: localhost.rev: No such file or directory Jul 19 02:28:36 ns2 named[76]: Ready to answer queries. # nslookup *** Can't find server name for address 209.12.189.2: Server failed *** Default servers are not available Is this more an nslookup error or a nameserver error? Thanks, Rick