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 854051065764 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 B29FA8FC19 for ; Fri, 8 Jan 2010 13:47:23 +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 6C91646B46; Fri, 8 Jan 2010 08:47:23 -0500 (EST) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPA id 8B2D28A025; Fri, 8 Jan 2010 08:47:22 -0500 (EST) From: John Baldwin To: freebsd-stable@freebsd.org Date: Fri, 8 Jan 2010 08:40:29 -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: <201001080840.29741.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:22 -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: wired 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:23:09 am martinko wrote: > Hi, > > $ grep sk0 /etc/rc.conf.local > ifconfig_sk0="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 on older versions of FreeBSD it printed 'status: > active' and also IP address obtained via DHCP. The same now happens > whether booting up or restarting via /etc/rc.d/netif and is a bit > confusing at best. Other network services starting on boot seem to be > not affected at least. SYNCDHCP would probably restore the old behavior but make your boot take longer. -- John Baldwin