From owner-freebsd-questions Thu Nov 22 12:58:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail6.sdc1.sfba.home.com (femail6.sdc1.sfba.home.com [24.0.95.86]) by hub.freebsd.org (Postfix) with ESMTP id 279C737B417 for ; Thu, 22 Nov 2001 12:58:49 -0800 (PST) Received: from vhds001 ([24.78.12.247]) by femail6.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20011122205848.VURB29597.femail6.sdc1.sfba.home.com@vhds001>; Thu, 22 Nov 2001 12:58:48 -0800 Message-ID: <025f01c17398$ca2721f0$090ea8c0@vhds001> Reply-To: "Justin P. Michel" From: "Justin P. Michel" To: "Andre` Niel Cameron" , "free bsd" References: <016c01c17395$bb6b0940$a50410ac@olmct.net> Subject: Re: Problems with Bind. Date: Thu, 22 Nov 2001 16:00:59 -0500 Organization: Continuum MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Andre, I believe you can check if bind is running by typing: ps -ax | grep named An output something like: 191 ?? Is 0:12.05 named -u bind -g bind 345 v0 S+ 0:00.01 grep named indicates that it is running. To restart it from the command line, you can type: /usr/sbin/named However, with the default configuration that comes with FBSD V4.4 Release, you can run it as user 'bind' instead of root by typing: /usr/sbin/named -u bind -g bind Regards, Justin | FBSD - Unleash the Daemon! | jpmichel@jcontinuum.ca ----- Original Message ----- From: "Andre` Niel Cameron" To: "free bsd" Sent: Thursday, November 22, 2001 3:39 PM Subject: Problems with Bind. > It does not appear that BIND is fireing up on my server as everything is > relying on the secondary name server. Is there a way for me to check to see > if BIND is up and how can I restart it from the command line to check for > errors? > > Regards, > Andre` C. > Technical Support > ԿԬ > -------------------------------------------------------------------------- -- > - > Visit our support manual at http://supportmanual.com/ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message