From owner-freebsd-current@FreeBSD.ORG Thu May 29 21:38:16 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91B501065671 for ; Thu, 29 May 2008 21:38:16 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from hosting.lissyara.su (hosting.lissyara.su [77.221.149.162]) by mx1.freebsd.org (Postfix) with ESMTP id 469528FC24 for ; Thu, 29 May 2008 21:38:16 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from [87.240.15.4] (port=54641 helo=acer.lissyara.int.otradno.ru) by hosting.lissyara.su with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1K1pp8-000Mpd-Ic for current@freebsd.org; Fri, 30 May 2008 01:38:14 +0400 Message-ID: <483F2246.2000900@lissyara.su> Date: Fri, 30 May 2008 01:38:14 +0400 From: Alex Keda User-Agent: Thunderbird 2.0.0.14 (X11/20080503) MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Description: if spam count > 60 - this is spam X-Spam-Count: 0 X-Descriptions: powered by www.lissyara.su X-Bounce-ID: hosting.lissyara.su Cc: current@freebsd.org Subject: Re: Unconditional 30s boot delay. 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: Thu, 29 May 2008 21:38:16 -0000 Ian FREISLICH пишет: > Ian FREISLICH wrote: >> Which is fine and well if routing runs *after* the DHCP request, >> but it doesn't it runs before devd is started so the default route >> from DHCP is never acquired and we wait... for 30s.... >> >> And this needs an "echo" after the "done" so that the next script's >> output lands up at the start of the next line. > > Forgot to add this console log in support: > > lo0: flags=8049 metric 0 mtu 16384 > inet 127.0.0.1 netmask 0xff000000 > vr0: link state changed to UP > vr0: flags=8843 metric 0 mtu 1500 > options=2808 > ether 00:40:63:f4:22:7e > media: Ethernet autoselect (100baseTX ) > status: active > Additional routing options: IP gateway=YES. > Waiting 30s for an interface to come up: .............................Starting d > evd. > hw.acpi.cpu.cx_lowest: C1 -> C1 > DHCPREQUEST on vr0 to 255.255.255.255 port 67 > DHCPACK from 10.0.0.1 > bound to 10.0.0.223 -- renewal in 216000 seconds. > Firewall rules loaded. I write about this problem week ago, but - I today sourse contain this bug. My desktop cannot get IP when boot, and I manually run dhclient after boot...