From owner-freebsd-questions@FreeBSD.ORG Sun Nov 7 16:20:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 749AB16A4CE for ; Sun, 7 Nov 2004 16:20:30 +0000 (GMT) Received: from mail3.speakeasy.net (mail3.speakeasy.net [216.254.0.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C3B843D2D for ; Sun, 7 Nov 2004 16:20:30 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 3587 invoked from network); 7 Nov 2004 16:20:30 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail3.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 7 Nov 2004 16:20:29 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 98FCC11; Sun, 7 Nov 2004 11:20:29 -0500 (EST) Sender: lowell@be-well.ilk.org To: Gary Kline References: <20041105233628.GA33632@toxic.magnesium.net> From: Lowell Gilbert Date: 07 Nov 2004 11:20:29 -0500 In-Reply-To: <20041105233628.GA33632@toxic.magnesium.net> Message-ID: <44hdo16376.fsf@be-well.ilk.org> Lines: 29 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: FreeBSD Mailing List Subject: Re: dhcpd (reprise) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: FreeBSD Mailing List List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2004 16:20:30 -0000 Gary Kline writes: > I don't know if my mail from last night (Friday, localtime) > got thru or not. Part of sendmail is bolloxed too... I > see my /var/log/maillog filling up, but unable to resolve > mail from freebsd.org. Or anywhere. > > Anyhow, last night thngs on my primary server broke. I can > ping, I can use mozilla, wshatever, but only from > ns1.thought.org. > > I fixed the new bind9 paths and re-exec'd those. But for > unknown reasons, dhcpd fails to hand out new leases. Does > anybody have any ideas howto debug this? (I've tried some > people here on the Seattle list, but they're unavailable.) > > So: nutshell, looks like my /etc/namedb/* stuff is okay. > --Something wrong with sendmail.-- And dhcp* quit working. > Any real, hardcore system admins out there who can help me?? If sendmail is still failing to resolve names, then it sounds like your named setup is *not* okay. But you'd have to show us what the symptoms are precisely in order for us to help figure it out. For dhcpd, the answers are either in the dhcpd logs or could be if you raised the verbosity. I've been using the ISC server lately in a development testbed, and I use the '-d' option to get the log information sent directly to my terminal. "dhcpd -d -cf /usr/local/etc/dhcpd.debug.conf"