From owner-freebsd-arm@FreeBSD.ORG Sat Aug 31 14:47:44 2013 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 999E24C2 for ; Sat, 31 Aug 2013 14:47:44 +0000 (UTC) (envelope-from ian@FreeBSD.org) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6FFC52584 for ; Sat, 31 Aug 2013 14:47:44 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1VFmSl-0006EK-3V; Sat, 31 Aug 2013 14:47:43 +0000 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 r7VElewg065852; Sat, 31 Aug 2013 08:47:40 -0600 (MDT) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX196L54jZsii1H/060fMb3t7 Subject: Re: Alignment Fault 1 - still/again From: Ian Lepore To: mattia.rossi.mate@gmail.com In-Reply-To: <52220126.8010607@gmail.com> References: <5221BA13.5040309@gmail.com> <1377959570.1111.345.camel@revolution.hippie.lan> <52220126.8010607@gmail.com> Content-Type: text/plain; charset="us-ascii" Date: Sat, 31 Aug 2013 08:47:40 -0600 Message-ID: <1377960460.1111.347.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: Sat, 31 Aug 2013 14:47:44 -0000 On Sat, 2013-08-31 at 16:43 +0200, Mattia Rossi wrote: > > That LOR is harmless (at least, I've been seeing it for a while). > Ah, good... didn't even think i could simply continue... > Well.. back being stuck at "entropy harvesting interrupts ethernet > point_to_point" without being able to ^C > > > > It's not correct that EABI only changes things for userspace -- quite > > the opposite, you can't run a mismatched kernel and userspace (as the > > init failure points out). > Sorry, what I meant was: for me it only gets stuck when running > userspace tools. > With or without EABI the kernel (now) loads fine) > > > > I still can't get EABI to work on my dreamplug, every time I try I get > > more confusing symptoms (the latest -- trying to view a manpage gave a > > "too many symbols" error trying to launch man). > > > > > I never get beyond "entropy harvesting: interrupts ethernet point_to_point" > > :( That's a bit strange, that everyone can ^C out of that hang except you. You can get past it by editing /etc/rc.d/initrandom and commenting out the df and ps commands (just comment out all the initrandom kickstart stuff, it doesn't generate any real entropy anyway). -- Ian