From owner-freebsd-arm@FreeBSD.ORG Mon Dec 24 23:47:16 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 6DB188FC for ; Mon, 24 Dec 2012 23:47:16 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-ia0-f176.google.com (mail-ia0-f176.google.com [209.85.210.176]) by mx1.freebsd.org (Postfix) with ESMTP id 231FC8FC15 for ; Mon, 24 Dec 2012 23:47:15 +0000 (UTC) Received: by mail-ia0-f176.google.com with SMTP id y26so6161374iab.21 for ; Mon, 24 Dec 2012 15:47:15 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to:x-mailer:x-gm-message-state; bh=Mnhpkz4RXCYDdK4dTGEDWsLj88DdX5f0lsRVQz8LCKs=; b=hGX+j9YjCXCTfJO5L6hjXKIVRO8gyAJsU47Njsvby6XZ9ICT8Zj24vRA35c4DZGgo5 ggH7JjQ2EXLyIpIbDRJkgoCyHoseJ9glSXApkkoKFUPIy183MmWIBkfhNE+EtSTZcoUF vIKAh/BX7ds540N/IZ6hUFGCUdp2IHDLM86uSAWYH7Lj9GcLtCaVdLK70lW1HLITTweV rb5jxBlrczkkHGnyhoOmGGUZRWahoellWo+lxyDqY77Rv7IO8i6sGCsDPZVLIRKyTm2T qIaDPGhtH44LPrc37lzvN8breqp6LQ4D0r41UcE/G/lYyaF8Ex2akClVYKWDogehgxA8 BpJA== X-Received: by 10.50.36.130 with SMTP id q2mr15400226igj.81.1356392835228; Mon, 24 Dec 2012 15:47:15 -0800 (PST) Received: from 53.imp.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPS id i9sm23398210igl.9.2012.12.24.15.47.13 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 24 Dec 2012 15:47:14 -0800 (PST) Sender: Warner Losh Subject: Re: Raspberry Pi EABI test image Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <50D8E820.3050400@sasktel.net> Date: Mon, 24 Dec 2012 16:47:12 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: 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> <50D8E820.3050400@sasktel.net> To: Stephen Hurd X-Mailer: Apple Mail (2.1085) X-Gm-Message-State: ALoCoQnRVjasWRAYn2Lk0b6hrv1awScV/mB0F0H/0L75oGRwX5tFLaOO7+mx3f6fSCgYi+7nZoY5 Cc: freebsd-arm@freebsd.org, Brett Wynkoop 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:47:16 -0000 On Dec 24, 2012, at 4:41 PM, Stephen Hurd wrote: > Brett Wynkoop wrote: >> On Mon, 24 Dec 2012 18:18:29 -0500 >> Brett Wynkoop wrote: >>=20 >>> On Mon, 24 Dec 2012 12:13:42 -0700 >>> Warner Losh wrote: >>>=20 >>>> 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. >>>>=20 >>> 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. >>>=20 >>> -Brett >> Greeting- >>=20 >> 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. >>=20 >> Tim if you are on the list you might want to change that in the = script. >=20 > Or just switch to SYNCDHCP. No reason to run devd to do something = that > can be handled just as well without the extra process. When you run w/o devd, there are many details that will be wrong with = the system that you'll have to puzzle over from time to time. Possible, = yes. Trouble Free? no. The system has been designed to work with devd = running, but not with it not running as much... Warner