From owner-freebsd-arm@FreeBSD.ORG Wed Sep 4 16:59:14 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 ECF1CBD4; Wed, 4 Sep 2013 16:59:14 +0000 (UTC) (envelope-from subbsd@gmail.com) Received: from mail-pb0-x231.google.com (mail-pb0-x231.google.com [IPv6:2607:f8b0:400e:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C15C422FE; Wed, 4 Sep 2013 16:59:14 +0000 (UTC) Received: by mail-pb0-f49.google.com with SMTP id xb4so554411pbc.8 for ; Wed, 04 Sep 2013 09:59:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=239e92XdJa78KGEJbMBab4rpB6i2LPVUBDeKsq1lRgE=; b=Vjc+wPZ5AAuipJ7J67qTPTxuS0luclsQiPGiG0Hb5O/iDwQD+pweHeISZYpyuhBTEf hb0Wqyr52NnVotPN7yOoyCdiuVKuAl7GxMGsFwPwnaIAXyteEJTkMYzu4tyGPM22MlWJ rdeIDG9KcNW0ZEv3NfnsjVwgzjwaC88r2alP7gTXGR2MxK3IAL8V26sLjFjw/nhQzkcy sX8x7+B2auB/5Ls0oabKoEk4TsD6q+cWv7/InWQ70dF2si/kqRQvU/Gsf/pKWNXc9ziM RM4DJihznV5YSahZiNqoMTyZ+KKVkM61+9bC/pGRFgqI8BkSwc0Acd6sDCail3Qpvh2D fErQ== MIME-Version: 1.0 X-Received: by 10.68.178.197 with SMTP id da5mr4421066pbc.28.1378313954467; Wed, 04 Sep 2013 09:59:14 -0700 (PDT) Received: by 10.70.23.225 with HTTP; Wed, 4 Sep 2013 09:59:14 -0700 (PDT) In-Reply-To: References: <1378243520.1111.376.camel@revolution.hippie.lan> Date: Wed, 4 Sep 2013 20:59:14 +0400 Message-ID: Subject: Re: recend freebsd-current doesn't boot in RPi with "Translation Fault" error From: Subbsd To: Ian Lepore Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-arm 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: Wed, 04 Sep 2013 16:59:15 -0000 On Wed, Sep 4, 2013 at 2:19 PM, Subbsd wrote: > Its repeatedly error. Image was created by > https://github.com/kientzle/crochet-freebsd.git ( previous working build > was made by him ) > > > update: this panic arises at the stage of working /etc/rc.d/root. In single mode this panic occurs on any write operation, for example re-mount root in RW, tunefs -j disable/enable and so on..