From owner-freebsd-current@FreeBSD.ORG Wed Mar 4 06:12:51 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F773106564A; Wed, 4 Mar 2009 06:12:51 +0000 (UTC) (envelope-from mmakonnen@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id 7D7738FC1D; Wed, 4 Mar 2009 06:12:49 +0000 (UTC) (envelope-from mmakonnen@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so146935fgb.35 for ; Tue, 03 Mar 2009 22:12:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=dfisJhJiEXQ1JLR6MZ0oi60xdfP+CuL0NlKjAQBUzSk=; b=nbB7I53jHFdEAiX7FR3A94sgmF8j9xQFgb8TPVoxw2kXt8PEAO0OyfsOXwWYpCBWjs Vma3W3iEc2Av9ZUpaJj5OsRtHL0F4G16Mq8BX+dMA7sqhrQLS+PLFUFLWM6UK/QP5ka9 TS6mP6u8CdvG+mVvgQQ7sTh79uaVSDkK9rRkM= 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:content-transfer-encoding; b=t8jKArch/L5zVj36pNSxfi+H30iD0j13tmMLXqGIAt7ikXuQ1YytfyBzdNGhOUqS6q QuvKI+JTby8nRol+YoNLInB49gr5C4bV69WXYHbERX6MICkovrJtznnmpXUJ8YbADQuq 0V/I9izmy2WetXzghw5aOuj2/i5JOWiJsyolo= MIME-Version: 1.0 Received: by 10.86.74.15 with SMTP id w15mr2050624fga.60.1236147169296; Tue, 03 Mar 2009 22:12:49 -0800 (PST) In-Reply-To: <20090303180307.GA11134@lor.one-eyed-alien.net> References: <2fd864e0903020512i22b2c31fg487aaf37fed6398b@mail.gmail.com> <20090302.132522.-432836388.imp@bsdimp.com> <20090302233215.GA53763@duncan.reilly.home> <20090302.181513.1973603215.imp@bsdimp.com> <584bfc3f0903030833k70405609q7e2d3b28c8cf4c29@mail.gmail.com> <20090303180307.GA11134@lor.one-eyed-alien.net> Date: Wed, 4 Mar 2009 09:12:49 +0300 Message-ID: <584bfc3f0903032212x25831c5bi35d9b637c1896e1d@mail.gmail.com> From: Mike Telahun Makonnen To: Brooks Davis Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Wed, 04 Mar 2009 06:16:03 +0000 Cc: andrew-freebsd@areilly.bpc-users.org, astrodog@gmail.com, usb@freebsd.org, freebsd-current@freebsd.org, yanefbsd@gmail.com, "M. Warner Losh" Subject: Re: The rc.d mess strikes back 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: Wed, 04 Mar 2009 06:12:51 -0000 On Tue, Mar 3, 2009 at 9:03 PM, Brooks Davis wrote: > > I don't have much time to debug this, but I've not had problems with > services starting too early on the systems I've been running with async > dhcp. =A0If there is a problem with the wait process we need to actually > debug it. =A0If the wait for a route/running interface isn't sufficent we > should try to figure out what is. =A0Synchronous dhcp sucks and yeilds > justifed user complaints so it would be nice to kill it off. =A0I switche= d > the default because it worked for me and I hoped that people would help > find and fix edge cases. Can you elaborate why synchronous DHCP sucks ? > > BTW, the change to background by default still doesn't make sense to > me. =A0At best it shouldn't do anything useful in the async case and it > entierly defeats the sync case. > Yeah, I realized this as soon as people started complaining about the changes and reverting that commit didn't fix their problem. I'll back it out. Cheers, Mike.