From owner-freebsd-stable@FreeBSD.ORG Fri Jan 8 13:47:25 2010 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 9AB3D106576F for ; Fri, 8 Jan 2010 13:47:25 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id E4B3B8FC13 for ; Fri, 8 Jan 2010 13:47:24 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id A085E46B09; Fri, 8 Jan 2010 08:47:24 -0500 (EST) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPA id AF9318A026; Fri, 8 Jan 2010 08:47:23 -0500 (EST) From: John Baldwin To: freebsd-stable@freebsd.org Date: Fri, 8 Jan 2010 08:42:27 -0500 User-Agent: KMail/1.12.1 (FreeBSD/7.2-CBSD-20091103; KDE/4.3.1; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Message-Id: <201001080842.27229.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Fri, 08 Jan 2010 08:47:23 -0500 (EST) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: martinko Subject: Re: 8.0 regression: wireless network slow to initialise ? 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, 08 Jan 2010 13:47:25 -0000 On Friday 08 January 2010 4:38:40 am martinko wrote: > Hi, > > $ egrep 'sk0|wlan' /etc/rc.conf.local > ifconfig_sk0="DHCP" > wlans_iwi0="wlan0" > ifconfig_wlan0="WPA DHCP" > > When booting up or netif restart: > > Starting Network: lo0 sk0. > lo0: flags=8049 metric 0 mtu 16384 > options=3 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5 > inet6 ::1 prefixlen 128 > inet 127.0.0.1 netmask 0xff000000 > sk0: flags=8843 metric 0 mtu 1500 > options=b > ether 00:11:22:33:44:55 > media: Ethernet autoselect (none) > status: no carrier > > Please note that iwi/wlan is not even mentioned. (!) > The same happens whether booting up or via /etc/rc.d/netif restart. Yes, the part of the netif script that prints out interfaces doesn't handle child interfaces like wlan or vlan devices currently. I'm not fully sure of the best way to fix it. > On older versions of FreeBSD iwi0 was turned up and associated. > With 8.0 I am getting errors from services started on boot that try to > reach the network (e.g. ntpd). It also seems to break lagg for me. SYNCDHCP should fix the problems with ntpd. I have no idea about lagg(4), you would probably need to ask a more specific question about what exact breakage you are seeing. -- John Baldwin