Date: Thu, 22 Nov 2001 16:00:59 -0500 From: "Justin P. Michel" <justinmichel@home.com> To: "Andre` Niel Cameron" <AndreC@Axxs.net>, "free bsd" <freebsd-questions@FreeBSD.ORG> Subject: Re: Problems with Bind. Message-ID: <025f01c17398$ca2721f0$090ea8c0@vhds001> References: <016c01c17395$bb6b0940$a50410ac@olmct.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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" <AndreC@Axxs.net> To: "free bsd" <freebsd-questions@FreeBSD.ORG> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?025f01c17398$ca2721f0$090ea8c0>