From owner-freebsd-current@FreeBSD.ORG Sat May 23 19:44:41 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 1B630106566B for ; Sat, 23 May 2009 19:44:41 +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 9B38E8FC1C for ; Sat, 23 May 2009 19:44:40 +0000 (UTC) (envelope-from clkroot@gmail.com) Received: by fxm12 with SMTP id 12so2397071fxm.43 for ; Sat, 23 May 2009 12:44:39 -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=V4sLjWBknUL0AzmZxz84Wr/9DtDVgacuQhVwrRAd1yw=; b=sZ15+vlfnXFJbcciDpYLF6uSYBhhBt0Stf4OjN140NsMr4tJbvpgmd6W8j1pn9iK4E BUylRo+ql4X3It7Tz04GFuimlf0IBhknFVkheogwGRXfwf2cy1DOqztuMlRxD3t5xdgv /iTxothBy9OU071HnmHxa/r1aa1qPq45O6fac= 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=XMAnWvrVKaFSW8TrOZ5y9xwcdGiMq0hqtWvob70J2jogMndkmNGp8yF7zA67WcIgjk X4R6BFCb/yDf7tOnxZxPxtQf5MhStnrFbM6ozZIJ9myFrho7bXyfCafVW10aD2Ht0Hjy EOJhztJ2VYKYzGC/e+Y0n/Q3Hc0PnGpTYF8JM= MIME-Version: 1.0 Sender: clkroot@gmail.com Received: by 10.204.64.67 with SMTP id d3mr5053657bki.142.1243107879540; Sat, 23 May 2009 12:44:39 -0700 (PDT) In-Reply-To: <7061d9f50905231240n33f562efpcd3a0ebfb950f167@mail.gmail.com> References: <7061d9f50905230958n5fd7d434t790a964e79511d6b@mail.gmail.com> <4A184596.8040205@andric.com> <7061d9f50905231240n33f562efpcd3a0ebfb950f167@mail.gmail.com> Date: Sat, 23 May 2009 15:44:39 -0400 X-Google-Sender-Auth: ea34a3385c6e8a7a Message-ID: <7061d9f50905231244g1399168an5f113f0d217e8e2a@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:44:41 -0000 > > >> 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. > Oh, forgot to mention before someone ask why freenet6_enable="NO". If I enable it, freenet6 will also start before the ipv4 network is up and hang forever, therefore I start it manually after everything is finished. Nicolas.