From owner-freebsd-arm@FreeBSD.ORG Mon Dec 24 02:01:22 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 1B0CDE2C for ; Mon, 24 Dec 2012 02:01:22 +0000 (UTC) (envelope-from shurd@sasktel.net) Received: from mail129c7.megamailservers.com (mail129c7.megamailservers.com [69.49.98.229]) by mx1.freebsd.org (Postfix) with ESMTP id AA2878FC0C for ; Mon, 24 Dec 2012 02:01:21 +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 mail129c7.megamailservers.com (8.13.6/8.13.1) with ESMTP id qBO21BTx023963; Sun, 23 Dec 2012 21:01:13 -0500 Message-ID: <50D7B767.8050800@sasktel.net> Date: Sun, 23 Dec 2012 18:01:11 -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> <20121223204101.2345559d@ivory.wynn.com> In-Reply-To: <20121223204101.2345559d@ivory.wynn.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-CSC: 0 X-CHA: v=1.1 cv=irLj17ZF5ABOTBuyAu2t31N+Nq5xiP0nh7CWcFrUZ/0= c=1 sm=1 a=sd1-78TbSwQA:10 a=qpO3MUKs40sA:10 a=YxfxW3ofkq8A:10 a=8nJEP1OIZ-IA:10 a=qWhSLQ/2FgUpSQgLv9E1tw==:17 a=m5QXn6DzAAAA:8 a=u4Swx86d_cZ4ozaQfIIA:9 a=wPNLvfGTeEIA:10 a=QgFUTDTavf4A:10 a=qWhSLQ/2FgUpSQgLv9E1tw==:117 X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A020204.50D7B76A.0002, 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 02:01:22 -0000 Brett Wynkoop wrote: > On Sun, 23 Dec 2012 19:05:48 -0500 > George Mitchell wrote: > >> Although rc.conf says ue0_config="DHCP"', dhclient doesn't run. I can >> run it manually, and then everything network-related works. > I bet this is not just a Pi issue as I have the same issue on the > Beaglebone and have put a call to dhclient in /etc/rc.local as a > workaround. On my system, using "SYNCDHCP" works well.