From owner-freebsd-current@FreeBSD.ORG Sat May 23 19:40:17 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED174106566B for ; Sat, 23 May 2009 19:40:16 +0000 (UTC) (envelope-from clkroot@gmail.com) Received: from mail-fx0-f168.google.com (mail-fx0-f168.google.com [209.85.220.168]) by mx1.freebsd.org (Postfix) with ESMTP id 7DAAC8FC08 for ; Sat, 23 May 2009 19:40:16 +0000 (UTC) (envelope-from clkroot@gmail.com) Received: by fxm12 with SMTP id 12so2395721fxm.43 for ; Sat, 23 May 2009 12:40:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type; bh=qABYEOq58dD6JFm8CHr8Mm2fF2FXjU5uqr966VbrUCs=; b=BzA/VSEX8uqSANc8Tm88G0K99kPRYq2+hg1umFZ0AayEXvVQqJby3xVTugcfdN/oeB Mldv39ddWOuVE7CJ71iaRzwZAErHIA9AHPHDKN3aiOPsoWRXEDkff1fWM10Z04KjC0HV i0f0a4grP0Xut5069gPaDiAIiBpsCKmIXQibI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=wDzqYCReMw4+f6DCr7IAupV9d3DMqKzm1hkgY18sX5BnGiKd68YdaxOlhhNUQS4SYf HN0lt9RbCcphHncIKDdgCbmuMaBGfyQAi4E9CLESz+dRtU3U6P6mT/crxNBfEJ+aJNSE ZdKUzk7r6AxzKNYF8g3WkqUEFRN0gSJiqAFPU= MIME-Version: 1.0 Sender: clkroot@gmail.com Received: by 10.204.68.130 with SMTP id v2mr1015107bki.131.1243107615482; Sat, 23 May 2009 12:40:15 -0700 (PDT) In-Reply-To: <4A184596.8040205@andric.com> References: <7061d9f50905230958n5fd7d434t790a964e79511d6b@mail.gmail.com> <4A184596.8040205@andric.com> Date: Sat, 23 May 2009 15:40:15 -0400 X-Google-Sender-Auth: 3c09435401cbc5fe Message-ID: <7061d9f50905231240n33f562efpcd3a0ebfb950f167@mail.gmail.com> From: Nicolas Blais To: Dimitry Andric Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current@freebsd.org Subject: Re: syslogd starting before IPv6 network is up X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 May 2009 19:40:17 -0000 On Sat, May 23, 2009 at 2:51 PM, Dimitry Andric wrote: > On 2009-05-23 18:58, Nicolas Blais wrote: > > I migrated one of my 8-CURRENT (Thu May 21) box to IPv6 and since then, I > > get the following message at boot: > > > > syslogd: bind: Can't assign requested address > > syslogd: bind: Can't assign requested address > > I have not seen any problems with either -STABLE or -CURRENT using IPv6 > and syslogd. Can you please post the IPv6-related setting(s) from your > /etc/rc.conf? > Certainly: ipv6_enable="YES" ipv6_gateway_enable="YES" rtadvd_enable="YES" rtadvd_interfaces="em0" hostname="daemon" ifconfig_em0="DHCP" freenet6_enable="NO" I get my ipv6 address from freenet6 once the tunnel is established. Nicolas.