From owner-freebsd-stable@FreeBSD.ORG  Sat Jul 21 09:47:02 2012
Return-Path: <owner-freebsd-stable@FreeBSD.ORG>
Delivered-To: freebsd-stable@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 43490106564A
	for <freebsd-stable@freebsd.org>; Sat, 21 Jul 2012 09:47:02 +0000 (UTC)
	(envelope-from andrey@zonov.org)
Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com
	[209.85.217.182])
	by mx1.freebsd.org (Postfix) with ESMTP id AAA268FC18
	for <freebsd-stable@freebsd.org>; Sat, 21 Jul 2012 09:47:01 +0000 (UTC)
Received: by lbon10 with SMTP id n10so7569424lbo.13
	for <freebsd-stable@freebsd.org>; Sat, 21 Jul 2012 02:46:59 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=google.com; s=20120113;
	h=message-id:date:from:user-agent:mime-version:to:cc:subject
	:references:in-reply-to:content-type:content-transfer-encoding
	:x-gm-message-state;
	bh=KlULnP0XIvevzImUz+fblLrASIiYrIfCx+ogD2cIV3w=;
	b=ggtEzd5skJ8jDLKi1LDsxa9+/n/YlHw8k6Yo8kano/hx5LVMAuzbF82F62LH+ocFFF
	ETwl2ONRVQ9OTIC40MHLrgPbT1XF/LChUKSXRm1mnJRB+tj8M/dzLuD3CT69mNyXsm5U
	cAH8rfqoo65qRVBm9M9inPrTrAib3nlvzWrf+kaBlMAGGdBOahNE+hcNq4S66f5I0fSy
	xvs5asLpuH98C8iNMV+jrCvu6WTPMh2mUYzpERv9qjp+Oorj2+9pbwbSmDkwo/rJaki+
	uVd0PxBinIJ+krJCH3dFsRNhKxH8kKyXx7qhgj9Kh8puDpUKw8UbUvzY8rlm3Y12RDt2
	ciCw==
Received: by 10.152.125.133 with SMTP id mq5mr9390208lab.12.1342864019728;
	Sat, 21 Jul 2012 02:46:59 -0700 (PDT)
Received: from zont-osx.local (ppp95-165-136-71.pppoe.spdop.ru.
	[95.165.136.71])
	by mx.google.com with ESMTPS id mo3sm7281952lab.2.2012.07.21.02.46.58
	(version=SSLv3 cipher=OTHER); Sat, 21 Jul 2012 02:46:59 -0700 (PDT)
Message-ID: <500A7A91.2030302@zonov.org>
Date: Sat, 21 Jul 2012 13:46:57 +0400
From: Andrey Zonov <andrey@zonov.org>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7;
	rv:14.0) Gecko/20120713 Thunderbird/14.0
MIME-Version: 1.0
To: Daniel Braniss <danny@cs.huji.ac.il>
References: <E1Ss8Pk-000NIy-8r@kabab.cs.huji.ac.il>
In-Reply-To: <E1Ss8Pk-000NIy-8r@kabab.cs.huji.ac.il>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Gm-Message-State: ALoCoQnweIn+TE3h2g6XI+fI0Wrkt01Y+wNbLdreWEAzvNkHdQaMbABNk2bLWRGlYHU6sW7ubpvC
Cc: freebsd-stable@freebsd.org
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 <freebsd-stable.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-stable>, 
	<mailto:freebsd-stable-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-stable>
List-Post: <mailto:freebsd-stable@freebsd.org>
List-Help: <mailto:freebsd-stable-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-stable>,
	<mailto:freebsd-stable-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 21 Jul 2012 09:47:02 -0000

http://lists.freebsd.org/pipermail/svn-src-head/2012-March/035236.html

You should set ipv6_activate_all_interfaces="YES" in your rc.conf.

For now you can fix this with `ifconfig $if inet6 -ifdisabled'.

On 7/20/12 12:18 PM, 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
>


-- 
Andrey Zonov