From owner-freebsd-arm@FreeBSD.ORG Sat Aug 31 20:18:22 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 A26927B6 for ; Sat, 31 Aug 2013 20:18:22 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 76C7222C8 for ; Sat, 31 Aug 2013 20:18:22 +0000 (UTC) Received: by mail-pb0-f54.google.com with SMTP id ro12so3199612pbb.13 for ; Sat, 31 Aug 2013 13:18:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=7D3q2nmJiAXjPbxVPUe4+B6gFV7PUuqKGVfu1BwwbPI=; b=EMBm2IAvXJud9bWxqS8deW8OzOnMrZvoueFypOouNWk3MG1aHxOj8/xQx5dCl5pAzR k8TjLMBH2eym9hMJqfqvT9rhUgBkqGHy/hSSGg3DrzP/AOyGdCxkPgo9xpjD6ud4skGg jqE0jqakYqetdhydHlS/60RioS3y1VNAxcYs9T0DDkf4rN5IhJfFdvd9P3Fey5kr+0Te YNbN3E3DAqAQovz+4SETuQZJQGGV8Ocq96MEqOWjY8x9OGOEM59qY04j4NfWiwJjGi2b +vcQr7md3WzCRz+4Hai7JFNOc2qpdVmeeRKS+e8O5f224yI8T+Zg4OWQxAz4Ohu/6URs LW5Q== X-Gm-Message-State: ALoCoQklcSQnx4YRs5IG6pF0tLXf3u9ve3tZZyilL3kfT4x4J7ur/2qCr+m1xClBhUjDQKOEZRLU X-Received: by 10.68.170.133 with SMTP id am5mr16919944pbc.104.1377980296525; Sat, 31 Aug 2013 13:18:16 -0700 (PDT) Received: from 53.imp.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPSA id 7sm6383152paf.22.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 31 Aug 2013 13:18:15 -0700 (PDT) Sender: Warner Losh Subject: Re: Alignment Fault 1 - still/again Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <1377960460.1111.347.camel@revolution.hippie.lan> Date: Sat, 31 Aug 2013 14:18:14 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: <5221BA13.5040309@gmail.com> <1377959570.1111.345.camel@revolution.hippie.lan> <52220126.8010607@gmail.com> <1377960460.1111.347.camel@revolution.hippie.lan> To: Ian Lepore X-Mailer: Apple Mail (2.1085) Cc: freebsd-arm@FreeBSD.org, mattia.rossi.mate@gmail.com 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 20:18:22 -0000 On Aug 31, 2013, at 8:47 AM, 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=20 >> point_to_point" without being able to ^C >>>=20 >>> 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=20 >> userspace tools. >> With or without EABI the kernel (now) loads fine) >>>=20 >>> 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). >>>=20 >>>=20 >> I never get beyond "entropy harvesting: interrupts ethernet = point_to_point" >>=20 >> :( >=20 > 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). Yea... Why are they hanging though? Warner=