From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-68.nebula.fi ([83.145.220.68]) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1OOB8k-0003TI-DL for openembedded-devel@lists.openembedded.org; Mon, 14 Jun 2010 16:59:55 +0200 Received: from [100.100.100.68] (unknown [83.150.95.26]) by smtp-68.nebula.fi (Postfix) with ESMTP id C656943F098F for ; Mon, 14 Jun 2010 17:55:26 +0300 (EEST) Message-ID: <4C1643F9.7080705@dcombus.com> Date: Mon, 14 Jun 2010 18:00:09 +0300 From: Henri Bragge User-Agent: Thunderbird 2.0.0.24 (X11/20100317) MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <1276246443-11931-1-git-send-email-sledz@dresearch.de> In-Reply-To: <1276246443-11931-1-git-send-email-sledz@dresearch.de> X-SA-Exim-Connect-IP: 83.145.220.68 X-SA-Exim-Mail-From: henri.bragge@dcombus.com X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on discovery X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) Subject: Re: [PATCH] busybox-1.11.3/busybox-1.13.2: enable backgrounding for udhcpc X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2010 14:59:55 -0000 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Steffen Sledz wrote: > * The former default behaviour was to exit with failure if lease is not > immediately obtained. This results in permanent network disconnect if DHCP > server is (accidentally) not available at boot time. :( Did not do the trick for me. I found out that there was another definition for udhcpc command in ifupdown.c (at least in busybox 1.13.2), that still had the -n parameter. I think that is the reason?