From owner-freebsd-arm@FreeBSD.ORG Mon Dec 24 01:59:37 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 657A1DDE for ; Mon, 24 Dec 2012 01:59:37 +0000 (UTC) (envelope-from freebsd@damnhippie.dyndns.org) Received: from duck.symmetricom.us (duck.symmetricom.us [206.168.13.214]) by mx1.freebsd.org (Postfix) with ESMTP id 42A308FC0A for ; Mon, 24 Dec 2012 01:59:31 +0000 (UTC) Received: from damnhippie.dyndns.org (daffy.symmetricom.us [206.168.13.218]) by duck.symmetricom.us (8.14.5/8.14.5) with ESMTP id qBO1xUFr071666 for ; Sun, 23 Dec 2012 18:59:31 -0700 (MST) (envelope-from freebsd@damnhippie.dyndns.org) Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id qBO1xSqP070280; Sun, 23 Dec 2012 18:59:28 -0700 (MST) (envelope-from freebsd@damnhippie.dyndns.org) Subject: Re: Raspberry Pi EABI test image From: Ian Lepore To: Brett Wynkoop In-Reply-To: <20121223204101.2345559d@ivory.wynn.com> References: <20121224103825.086cd584@fubar.geek.nz> <50D79C5C.1000704@m5p.com> <20121223204101.2345559d@ivory.wynn.com> Content-Type: text/plain; charset="us-ascii" Date: Sun, 23 Dec 2012 18:59:28 -0700 Message-ID: <1356314368.1129.77.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit 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 01:59:37 -0000 On Sun, 2012-12-23 at 20:41 -0500, 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. > > -Brett > > Try ue0_config="SYNCDHCP" so that it gets started directly from the rc scripts instead of relying on devd. -- Ian