From owner-freebsd-stable@FreeBSD.ORG Fri Jan 8 17:00:37 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 3202A1065670 for ; Fri, 8 Jan 2010 17:00:37 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id DBF078FC14 for ; Fri, 8 Jan 2010 17:00:36 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1NTICO-0004NE-He for freebsd-stable@freebsd.org; Fri, 08 Jan 2010 18:00:32 +0100 Received: from 200.41.broadband11.iol.cz ([90.178.41.200]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Jan 2010 18:00:32 +0100 Received: from gamato by 200.41.broadband11.iol.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Jan 2010 18:00:32 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: martinko Date: Fri, 08 Jan 2010 18:00:10 +0100 Lines: 35 Message-ID: References: <201001080840.29741.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 200.41.broadband11.iol.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.6) Gecko/20100102 SeaMonkey/2.0.1 In-Reply-To: <201001080840.29741.jhb@freebsd.org> Sender: news 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 17:00:37 -0000 John Baldwin wrote: > 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. > Please note that it displays "status: no carrier". Is this really dependent on DHCP ? Even if I `netif stop` network interface status is active until I plug out network cable (only then it's no carrier).