Date: Wed, 10 Oct 2007 19:33:35 +0200 From: Roland Smith <rsmith@xs4all.nl> To: Narek Gharibyan <ngharibyan@arm.synisys.com> Cc: dhaneshkk@hotmail.com, freebsd-questions@freebsd.org Subject: Re: Bind configuration in FreeBSD Message-ID: <20071010173335.GA9770@slackbox.xs4all.nl> In-Reply-To: <01af01c8074b$65e7f0a0$180ca8c0@arm.synisys.com> References: <BAY127-W250D5EA41666930AB99EABB2A90@phx.gbl> <01af01c8074b$65e7f0a0$180ca8c0@arm.synisys.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--r5Pyd7+fXNt84Ff3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Oct 05, 2007 at 05:29:39PM +0500, Narek Gharibyan wrote: > Hi, Please don't top-post. =20 > I as know default version (without port upgrading) is Bind 9.3.3 in Freeb= sd > 6.2. You can see the version, executing named -v command. Do a=20 > ps -ax | grep named=20 <snip> > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of dhaneshk k > Sent: Friday, October 05, 2007 5:09 PM > To: freebsd-questions@freebsd.org > Subject: Bind configuration in FreeBSD >=20 > Hi friends , >=20 > I have a FreeBSD fresh installation in a new server machine. >=20 > Here I wants to run my DNS server , by default I found the in > /etc/namedb dir , named.conf file & master dir etc in the m/c after > OS installation , so I configured my DNS entries (I mean named.conf a= nd > zone file for my domain I configured ) , and after that I tried to start > /etc/rc.d/named start=20 > but no message that it is starting or not . I think that you made a small mistake. If you want to start a daemon, you have to enable it in /etc/rc.conf, otherwise it won't start (every rc script sources /etc/rc.conf with the line 'load_rc_config'). Try adding=20 named_enable=3D"YES" to /etc/rc.conf, and try again. If you look in /etc/defaults/rc.conf, and search for 'named', you can see that it is disabled by default. You can also see there the rest of the options you can set for named. Hope this helps, Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --r5Pyd7+fXNt84Ff3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHDQzuEnfvsMMhpyURAvPsAJ9JpOztcIs3WAArBiO4mhcB3IRBSACfRabn WRQxnuL3sZz3/L7FWtakqmY= =z0pK -----END PGP SIGNATURE----- --r5Pyd7+fXNt84Ff3--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071010173335.GA9770>