From owner-freebsd-arm@FreeBSD.ORG Mon Sep 2 08:59:32 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9396825C; Mon, 2 Sep 2013 08:59:32 +0000 (UTC) (envelope-from mattia.rossi.mate@gmail.com) Received: from mail-bk0-x234.google.com (mail-bk0-x234.google.com [IPv6:2a00:1450:4008:c01::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EBD5B2966; Mon, 2 Sep 2013 08:59:31 +0000 (UTC) Received: by mail-bk0-f52.google.com with SMTP id e11so1474561bkh.11 for ; Mon, 02 Sep 2013 01:59:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=5UxisP0adwLJp6R7Uxwx1XxnDzDGKVSyGwrm4QKIbOs=; b=wihssWyzE0u9ouIoaENRLB/XyzNGJcuujDc8bCmR8z+KO8I2bKbZnTTNQPaBPeQsag n6AfKm2+AbruAonWeMz0or9LpbvXI5vg5DxZ8pTvstAWGFHrdSo+nObqvm+iXR3dfys0 DHqcShtKyPd/w04QztbeWZv8TDthKLPquxbHkKgLkUjYA2kjeFOXSAhGTo2VfRrPUPGO oar+5VjNz1DhkGg9kXZSId8SOPikTtRwNko/BISXsiz2r4Ed3oqOBv6gdNvDuTn8CGRL 3UcvddFQFRLmfMN7UaYyO6lHgN7fptihUY4f3AgjOlawm3IT/2I5CExpeRumec+/8tgN YQGw== X-Received: by 10.204.234.5 with SMTP id ka5mr4773499bkb.5.1378112370094; Mon, 02 Sep 2013 01:59:30 -0700 (PDT) Received: from [192.168.0.108] (vpn.static.83-173-212-209.cybernet.ch. [83.173.212.209]) by mx.google.com with ESMTPSA id nv4sm1944756bkb.3.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 02 Sep 2013 01:59:29 -0700 (PDT) Message-ID: <5224536E.20801@gmail.com> Date: Mon, 02 Sep 2013 10:59:26 +0200 From: Mattia Rossi User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Ronald Klop 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> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Mon, 02 Sep 2013 08:59:32 -0000 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