From owner-freebsd-arm@FreeBSD.ORG Mon Dec 24 23:41:25 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E7041872 for ; Mon, 24 Dec 2012 23:41:25 +0000 (UTC) (envelope-from shurd@sasktel.net) Received: from mail111c7.megamailservers.com (mail111c7.megamailservers.com [69.49.98.211]) by mx1.freebsd.org (Postfix) with ESMTP id 855338FC15 for ; Mon, 24 Dec 2012 23:41:25 +0000 (UTC) X-Authenticated-User: hurds.sasktel.net Received: from stephen.hurd.local (ip70-187-145-241.oc.oc.cox.net [70.187.145.241]) (authenticated bits=0) by mail111c7.megamailservers.com (8.13.6/8.13.1) with ESMTP id qBONfLrI021044; Mon, 24 Dec 2012 18:41:24 -0500 Message-ID: <50D8E820.3050400@sasktel.net> Date: Mon, 24 Dec 2012 15:41:20 -0800 From: Stephen Hurd User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:16.0) Gecko/20121022 Firefox/16.0 SeaMonkey/2.13.1 MIME-Version: 1.0 To: Brett Wynkoop Subject: Re: Raspberry Pi EABI test image References: <20121224103825.086cd584@fubar.geek.nz> <50D79C5C.1000704@m5p.com> <20121224135512.30c84b7c@fubar.geek.nz> <50D87B88.6080504@m5p.com> <1356371614.1129.114.camel@revolution.hippie.lan> <9727806D-8356-4A98-B609-9B86BC42795F@bsdimp.com> <20121224181829.7a743510@ivory.wynn.com> <20121224183119.73868caa@ivory.wynn.com> In-Reply-To: <20121224183119.73868caa@ivory.wynn.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-CSC: 0 X-CHA: v=1.1 cv=2sEl+nYIWn3GVGOYG7vvzr4q0iGv5BXujfxzLqGOH1s= c=1 sm=1 a=sd1-78TbSwQA:10 a=qpO3MUKs40sA:10 a=YxfxW3ofkq8A:10 a=8nJEP1OIZ-IA:10 a=qWhSLQ/2FgUpSQgLv9E1tw==:17 a=w33rRxbrAAAA:8 a=7Qk2ozbKAAAA:8 a=ZR7jkc35gQMneaRTBWUA:9 a=wPNLvfGTeEIA:10 a=V5EgUw7NdT4A:10 a=cvZW9r6VXHAA:10 a=qWhSLQ/2FgUpSQgLv9E1tw==:117 X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A020203.50D8E824.0043, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Dec 2012 23:41:26 -0000 Brett Wynkoop wrote: > On Mon, 24 Dec 2012 18:18:29 -0500 > Brett Wynkoop wrote: > >> On Mon, 24 Dec 2012 12:13:42 -0700 >> Warner Losh wrote: >> >>> Or alternatively, you can look at the early startup state of the ue0 >>> device and look for subtle differences between it and other >>> interfaces. For a short period of time it may throw some weird >>> error that dhclient isn't coping with. >>> >> I am not sure but the above might be a red herring. My interface on my >> BEAGLEBONE is cpsw0 and has the exact same issue. >> >> -Brett > Greeting- > > Just changed my devd_enable to yes and all works as I expected with > DHCP. My rc.conf set up with Tim's script had it off, > but /etc/defaults/rc.conf had it on. > > Tim if you are on the list you might want to change that in the script. Or just switch to SYNCDHCP. No reason to run devd to do something that can be handled just as well without the extra process.