From owner-freebsd-current@FreeBSD.ORG Sat May 23 19:00:15 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 48492106564A for ; Sat, 23 May 2009 19:00:15 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.cksoft.de (mail.cksoft.de [195.88.108.3]) by mx1.freebsd.org (Postfix) with ESMTP id 313688FC16 for ; Sat, 23 May 2009 19:00:07 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from localhost (amavis.fra.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 27DA641C757; Sat, 23 May 2009 21:00:06 +0200 (CEST) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([195.88.108.3]) by localhost (amavis.fra.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id ygkSIihWN-+7; Sat, 23 May 2009 21:00:05 +0200 (CEST) Received: by mail.cksoft.de (Postfix, from userid 66) id BD9A441C75B; Sat, 23 May 2009 21:00:05 +0200 (CEST) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id 6D9E74448E6; Sat, 23 May 2009 18:59:04 +0000 (UTC) Date: Sat, 23 May 2009 18:59:03 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Nicolas Blais In-Reply-To: <7061d9f50905230958n5fd7d434t790a964e79511d6b@mail.gmail.com> Message-ID: <20090523185635.V72053@maildrop.int.zabbadoz.net> References: <7061d9f50905230958n5fd7d434t790a964e79511d6b@mail.gmail.com> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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:00:15 -0000 On Sat, 23 May 2009, 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: ... > and syslogd obviously fails to start. Apparently this problem has been > reported before, but no actual solution other than start syslogd from > rc.local was given. It's theoretically the same issue with IPv6 + pf, etc. BUT (se further down) > Here's my rcorder /etc/rc.d/* if it helps: > ... > /etc/rc.d/netif > /etc/rc.d/ip6addrctl > /etc/rc.d/atm2 > /etc/rc.d/pfsync > /etc/rc.d/pflog > /etc/rc.d/pf > /etc/rc.d/ppp > /etc/rc.d/routing > /etc/rc.d/ip6fw > /etc/rc.d/network_ipv6 ^^^^^^ this needs to move up to around atm2. ... > /etc/rc.d/syslogd syslog comes later. > Although it would seem syslogd should start after network_ipv6, it is not > actually the case during the boot. So do you have console output from rc? Maybe turn on rc debugging and see what's going on? /bz -- Bjoern A. Zeeb The greatest risk is not taking one.