From owner-freebsd-isp Mon Oct 27 16:05:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA07924 for isp-outgoing; Mon, 27 Oct 1997 16:05:52 -0800 (PST) (envelope-from owner-freebsd-isp) Received: from ns.mexcom.net (ns.mexcom.net [206.103.64.9]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA07912 for ; Mon, 27 Oct 1997 16:05:39 -0800 (PST) (envelope-from eculp@mexcom.net) Received: from sunix (eculp@sunix.mexcom.net [206.103.64.3]) by ns.mexcom.net (8.8.7/8.8.7) with SMTP id SAA20833; Mon, 27 Oct 1997 18:05:12 -0600 (CST) Message-ID: <34552C2B.C6AF02@mexcom.net> Date: Mon, 27 Oct 1997 18:04:59 -0600 From: Edwin Culp Organization: Mexico Communicates X-Mailer: Mozilla 3.01Gold (X11; I; Linux 2.0.14 i586) MIME-Version: 1.0 To: marcin@v-m.com CC: freebsd Subject: Re: Secondary Setup/..... References: <34551A29.7F84E396@v-m.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Marcin Pasek wrote: > > We are also trying to setup secondary ....but is there a trick or some > kind a config that will allow the NAMED to "update" automaticly in few > seconds....? Is there some kind of refresh setup. update? > > Marcin I assume you mean /usr/sbin/named.reload or /usr/sbin/named.restart or kill -HUP `cat /var/run/named.pid` ? I also do a tail /var/log/messages to see any errors :-) Ed