From owner-freebsd-stable@FreeBSD.ORG Fri Jul 20 08:49:47 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F814106566C for ; Fri, 20 Jul 2012 08:49:47 +0000 (UTC) (envelope-from b.smeelen@ose.nl) Received: from mail.ose.nl (mail.ose.nl [212.178.134.164]) by mx1.freebsd.org (Postfix) with ESMTP id EBD868FC0A for ; Fri, 20 Jul 2012 08:49:46 +0000 (UTC) X-Footer: b3NlLm5s Received: from localhost ([127.0.0.1]) by mail.ose.nl (using TLSv1/SSLv3 with cipher AES256-SHA (256 bits)) for freebsd-stable@freebsd.org; Fri, 20 Jul 2012 10:49:38 +0200 Message-ID: <50091B76.4070701@ose.nl> Date: Fri, 20 Jul 2012 10:48:54 +0200 From: Bas Smeelen User-Agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: 9.1-PRERELEASE and ntpd problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2012 08:49:47 -0000 On 07/20/2012 10:18 AM, Daniel Braniss wrote: > my console is filling up with: > > Jul 20 11:08:18 pundit ntpd[1075]: bind() fd 27, family AF_INET6, port 123, > scope 2, addr fe80::f66d:4ff:fee1:f7ba, mcast=0 flags=0x11 fails: Can't assign > requested address > Jul 20 11:08:18 pundit ntpd[1075]: unable to create socket on re0 (8) for > fe80::f66d:4ff:fee1:f7ba#123 > Jul 20 11:13:18 pundit ntpd[1075]: bind() fd 27, family AF_INET6, port 123, > scope 2, addr fe80::f66d:4ff:fee1:f7ba, mcast=0 flags=0x11 fails: Can't assign > requested address > Jul 20 11:13:18 pundit ntpd[1075]: unable to create socket on re0 (9) for > fe80::f66d:4ff:fee1:f7ba#123 > > any ideas? > thanks, > danny > Hi Danny I don't see this problem here with a GENERIC kernel and unmodified ntp.conf Are you using IPv6 ? Do you have an unmodified ntp.conf ? What does /var/log/messages give when you do a service ntpd restart ? Here it is: Jul 20 10:40:49 dd ntpd[1030]: ntpd exiting on signal 15 Jul 20 10:40:49 dd ntpd[1390]: ntpd 4.2.4p5-a (1) Jul 20 10:40:56 dd ntpd[1391]: kernel time sync status change 2001 on a uname -a FreeBSD dd.ose.nl 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #6: Fri Jul 20 09:04:04 CEST 2012 root@dd.ose.nl:/usr/obj/usr/src/sys/GENERIC amd64 I have ssh bound to tcp4 and tcp6 and ntpd is bound to udp4 and udp6 tcp4 0 0 *.ssh *.* LISTEN udp4 0 0 *.ntp tcp6 0 0 *.ssh *.* LISTEN udp6 0 0 *.ntp *.* Disclaimer: http://www.ose.nl/email