From owner-freebsd-questions@FreeBSD.ORG Mon Jan 24 20:02:51 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB208106566C for ; Mon, 24 Jan 2011 20:02:51 +0000 (UTC) (envelope-from jarrod.sl@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7C32A8FC1A for ; Mon, 24 Jan 2011 20:02:51 +0000 (UTC) Received: by pxi1 with SMTP id 1so876588pxi.13 for ; Mon, 24 Jan 2011 12:02:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=fp8IUXaK87MjYNLUlSQn/X4EU541dfVgCy2Jy+OZsag=; b=TK/MWEYyu64R70ip+Qg64bRhSGqcmXwYqcSqJbwSZhucZfKlaVCPzWPaxVlIXy1jEN Jx2Wy1jpClhXQq+zmztZsX45NM7TEGFUT16QH3cxnj7OchdFqFOn1d/gSUAy57BfkUip ABENplnvU5gBTY4K7aOR2Z5uSFfO3kUJwSF2M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=Vm40FDMxgi4USr50aKHgidzFFr1a0aPjfhW/CW92GrGBKm/8prFgfScN125FB4BcF3 3Io4ablgSeLy1U5mWsvao8ZFuq+mkAQtLNn8BqCTDC8pX/ZxpsIAdVcKw5Ps5+jQavMC yEcBPiG9aBIabe1VkuJKCE10hes3CsjEnyYDw= Received: by 10.142.172.21 with SMTP id u21mr1913735wfe.339.1295898007766; Mon, 24 Jan 2011 11:40:07 -0800 (PST) Received: from jarrod-slicks-macbook.local ([206.123.101.89]) by mx.google.com with ESMTPS id y42sm17816915wfd.10.2011.01.24.11.39.54 (version=SSLv3 cipher=RC4-MD5); Mon, 24 Jan 2011 11:39:58 -0800 (PST) Message-ID: <4D3DD582.6040004@gmail.com> Date: Mon, 24 Jan 2011 12:39:46 -0700 From: Jarrod Slick User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20110124193325.GA59781@thought.org> In-Reply-To: <20110124193325.GA59781@thought.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: questions on bind9-3.6-P1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2011 20:02:51 -0000 On 1/24/11 12:33 PM, Gary Kline wrote: > oKay, since my prev question caught no wixards, how about looking at > the errors from bind-9.3.6? [I rebuilt this from the src tarball; it > finally installed; I fixed some obvious errors, but several remain. > > Here is the log file where bind9 fails on "em0", my NIC in my server. > This is one failure that is simply over my head. > > +++ > > Jan 24 11:14:55 ethic named[59747]: starting BIND 9.3.6-P1 -c /var/named/etc/namedb/named.conf > Jan 24 11:14:55 ethic named[59747]: could not listen on UDP socket: address in use > Jan 24 11:14:55 ethic named[59747]: creating IPv4 interface em0 failed; interface ignored > Jan 24 11:14:55 ethic named[59747]: could not listen on UDP socket: address in use > Jan 24 11:14:55 ethic named[59747]: creating IPv4 interface lo0 failed; interface ignored > Jan 24 11:14:55 ethic named[59747]: not listening on any interfaces > Jan 24 11:14:55 ethic named[59747]: couldn't add command channel 127.0.0.1#953: address in use > Jan 24 11:14:55 ethic named[59747]: couldn't add command channel ::1#953: address in use > Jan 24 11:14:55 ethic named[59747]: could not listen on UDP socket: address in use > Jan 24 11:14:55 ethic named[59747]: creating IPv4 interface em0 failed; interface ignored > Jan 24 11:14:55 ethic named[59747]: could not listen on UDP socket: address in use > Jan 24 11:14:55 ethic named[59747]: creating IPv4 interface lo0 failed; interface ignored > Jan 24 11:14:55 ethic named[59747]: running > +++ > > Can anybody explain why (eg) the lo0 failed or was ignored. And > why bind9--now offically at its EOLife--has trouble creating an > IPv4 interface with my NIC, em0? Do I have to do some very simple? > like rebooting? > > > > > I think the issue probably lies in the "address in use" part of your error output. Try a sockstat/netstat to see what's bound on port 953. If it's an old instance of bind, kill it and then try restarting.