From owner-freebsd-bugs@FreeBSD.ORG Tue Jun 1 15:47:28 2010 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D016810656E4; Tue, 1 Jun 2010 15:47:28 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-yw0-f176.google.com (mail-yw0-f176.google.com [209.85.211.176]) by mx1.freebsd.org (Postfix) with ESMTP id 764D38FC18; Tue, 1 Jun 2010 15:47:28 +0000 (UTC) Received: by ywh6 with SMTP id 6so3879248ywh.16 for ; Tue, 01 Jun 2010 08:47:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=EI+lPUJM32QpmlHYD//R8i66KgROSWRgnbJzMi0PbEM=; b=AU2O0HC86XnxajwxzUB69xWJZna6LKMx4feUOdmGgoaFlet7yNgp7bbqpjCbNEid7A UTROmzDCJGixgm8M6o1NH/VAeuPcqXCGqXFR1y6pp9KRoWTlgwjKzIWbi0BhaMMd8HKv BLAx9enCU5lh1g8sLU2JdXoS6r9lfBqzg/9DY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=dGBH57qXmfSgjPAkHZhU2kdtKZMtpgGSRoCFa1giUg1SrGkT9Wk5l+SkmbU4UmGR6n 1+q16t+tmfeeEGdXIsXu1XEZe01ufUZOoUnVknHUqLg80lsyXVyT5tD+MBsL7DdON9Ap ckv72DC8VVerp31uhxJjj9SslJKU+JIgcRxQE= MIME-Version: 1.0 Received: by 10.224.113.151 with SMTP id a23mr2473293qaq.386.1275407247612; Tue, 01 Jun 2010 08:47:27 -0700 (PDT) Received: by 10.229.233.74 with HTTP; Tue, 1 Jun 2010 08:47:27 -0700 (PDT) In-Reply-To: <3cf8a96c648.3829f102@mail.schwarzes.net> References: <201005302206.o4UM6dYI083896@www.freebsd.org> <201005302210.o4UMA01G027782@freefall.freebsd.org> <3cf8a96c648.3829f102@mail.schwarzes.net> Date: Tue, 1 Jun 2010 08:47:27 -0700 Message-ID: From: Garrett Cooper To: Andreas Schwarz Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-bugs@freebsd.org, FreeBSD-gnats-submit@freebsd.org Subject: Re: misc/147239: network problem with system start X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jun 2010 15:47:28 -0000 On Tue, Jun 1, 2010 at 3:01 AM, Andreas Schwarz wrote: > > The ntpdate rc script requires NETWORKING. The question is, > why is NETWORKING provided when NETWORKING is not possible? > > Al possible workaround is to add a "sleep 5" (depends on NIC) to > "/etc/rc.d/NETWORKING" (which provides NETWORKING). That's a hack at best as not all links are usable after 5 seconds. -Garrett