Date: Mon, 27 Sep 2004 13:08:47 -0600 From: Gordon Freeman <freebsdjunkie@gmail.com> To: "Kyle S. Allender" <kylea@prismequine.com> Cc: freebsd-questions@freebsd.org Subject: Re: Bind 9.3.0 on FreeBSD 5.2.1 Message-ID: <32ab229c040927120914851850@mail.gmail.com> In-Reply-To: <BD77DFAE.3A484%kylea@prismequine.com> References: <BD77DFAE.3A484%kylea@prismequine.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Try using rndc -s <server ip> status In Bind9 all controls have been turned over to the r/ndc system. On Thu, 23 Sep 2004 02:04:30 -0500, Kyle S. Allender <kylea@prismequine.com> wrote: > Hello. > > This is potentially a stupid question, but is there a known issue with the > rc script which controls named under FreeBSD 5.2.1? > > Running on an internal-only network where queries are received from machines > I control on a home network, I get spurios errors such as: > > bsd# ./named status > named is not running. > bsd# ps x | grep named > 11342 ?? SLs 0:00.51 /usr/sbin/named -c /etc/namedb/named.conf > 11596 p0 RL+ 0:00.00 grep named > bsd# > > and > > bsd# ./named start > [: /usr/sbin/named: unexpected operator > Starting named. > bsd# ps x | grep named > 11603 ?? SLs 0:00.05 /usr/sbin/named -c /etc/namedb/named.conf > 11605 p0 RL+ 0:00.00 grep named > bsd# > > I had originally set up this system with the Linux compatibility layer > enabled which also resulted in complaints about ELF processing. These > errors occur with bind 9.3.0rc4 (source install) and with 9.2.3 (ports > install). > > I'm very confused and have stepped through > > /etc/defaults/rc.conf > /etc/rc.d/named > > trying to trace the error to no avail. Any assistance would be greatly > appreciated. > > This is not running in a chroot. > > Kyle > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?32ab229c040927120914851850>