From owner-freebsd-arm@FreeBSD.ORG Tue Sep 10 09:53:35 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 51F019B3; Tue, 10 Sep 2013 09:53:35 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from cpsmtpb-ews08.kpnxchange.com (cpsmtpb-ews08.kpnxchange.com [213.75.39.13]) by mx1.freebsd.org (Postfix) with ESMTP id B552C296E; Tue, 10 Sep 2013 09:53:34 +0000 (UTC) Received: from cpsps-ews29.kpnxchange.com ([10.94.84.195]) by cpsmtpb-ews08.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Tue, 10 Sep 2013 11:52:26 +0200 Received: from CPSMTPM-TLF101.kpnxchange.com ([195.121.3.4]) by cpsps-ews29.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Tue, 10 Sep 2013 11:52:26 +0200 Received: from sjakie.klop.ws ([212.182.167.131]) by CPSMTPM-TLF101.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Tue, 10 Sep 2013 11:52:25 +0200 Received: from 212-182-167-131.ip.telfort.nl (localhost [127.0.0.1]) by sjakie.klop.ws (Postfix) with ESMTP id 78462164E0; Tue, 10 Sep 2013 11:52:25 +0200 (CEST) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: "Mattia Rossi" Subject: Re: Alignment Fault 1 - still/again References: <5221BA13.5040309@gmail.com> <1377959570.1111.345.camel@revolution.hippie.lan> <52220126.8010607@gmail.com> <1377960460.1111.347.camel@revolution.hippie.lan> <5224536E.20801@gmail.com> Date: Tue, 10 Sep 2013 11:52:25 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: <5224536E.20801@gmail.com> User-Agent: Opera Mail/12.16 (FreeBSD) X-OriginalArrivalTime: 10 Sep 2013 09:52:26.0075 (UTC) FILETIME=[74619AB0:01CEAE0B] X-RcptDomain: freebsd.org Cc: freebsd-arm@freebsd.org, Ian Lepore 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: Tue, 10 Sep 2013 09:53:35 -0000 On Mon, 02 Sep 2013 10:59:26 +0200, Mattia Rossi wrote: > Am 02.09.2013 10:52, schrieb Ronald Klop: >> On Sat, 31 Aug 2013 16:47:40 +0200, Ian Lepore wrote: >> >>> 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 >> >> I can't ^C out of it either. I can only continue booting by commenting >> out the call to better_than_nothing(). >> Only after a boot to multi-user magically works (ones in a thousand >> times) I can ^C hanging programs. >> > > Well, that gives me hope that I might actually be able to boot into > multi-user if I try often enough :-) > Next step will be trying to debug df and ps if possible with some good > old printf's. Maybe that gives us some clue about what's happening here. > > Cheers, > > Mat Hi Mat, I don't know if you saw the other thread about this. But the problem with df and ps is solved. Svn up and recompile/reinstall gives you the fix. For me it boots well now on ARMv5. Ronald.