From owner-freebsd-arm@FreeBSD.ORG Sun Oct 13 19:23:11 2013 Return-Path: Delivered-To: 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 09F262E7 for ; Sun, 13 Oct 2013 19:23:11 +0000 (UTC) (envelope-from venture37@gmail.com) Received: from mail-lb0-x231.google.com (mail-lb0-x231.google.com [IPv6:2a00:1450:4010:c04::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8964F232C for ; Sun, 13 Oct 2013 19:23:10 +0000 (UTC) Received: by mail-lb0-f177.google.com with SMTP id w7so4999317lbi.36 for ; Sun, 13 Oct 2013 12:23:08 -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:subject :content-type:content-transfer-encoding; bh=cjrIL0BbJQTf6Q/QnKY4E1WOk67fhUKj+xkQ+7peG7g=; b=BFFcmBmsm3YtRy1OTtr2HiwEEDRSSAHLBl4CyVmXsU9oRWM8t/viBFL6qfEMHFVic5 3DbzQToWdIM20T12ve/lBDJAiXUkoPU3d7nbLNK/t00TVn7YLNnrJcoov3BtCixwvmn2 iyWgbEfTmvHT5PxoUhY5no1V5kK6kYYzBc0A/6Ol8z8gG635sycfcBLcJluNUArTphXX u66JV6BTgzdBsut0W4avJoNQPg6JPCicRckFTdwl7h7IOULtSrrYUvyoqoqN3u3giVpz v9HUfjFGVsMHKnrVXYRA4rzPS0JXUhriGZKmaQVq/4/Oqvh++xJ5dr36oWdiXpcjO+wY mUQA== X-Received: by 10.152.2.4 with SMTP id 4mr27168470laq.0.1381692188601; Sun, 13 Oct 2013 12:23:08 -0700 (PDT) Received: from Sevans-MacBook-Pro.local ([83.167.125.235]) by mx.google.com with ESMTPSA id u18sm41208520lbp.4.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 13 Oct 2013 12:23:07 -0700 (PDT) Message-ID: <525AF318.3000900@gmail.com> Date: Sun, 13 Oct 2013 23:23:04 +0400 From: Sevan / Venture37 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: "arm@freebsd.org" Subject: Instability on Raspberry Pi Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Sun, 13 Oct 2013 19:23:11 -0000 Hi guys, I experience hard locks on my Pi whether the system is compiling or extracting files. Consistent test is running portsnap alfred. Currently running FreeBSD 11.0-CURRENT #27 r256425: Sun Oct 13 12:42:30 UTC 2013. The image was built using the script from http://kernelnomicon.org/?p=275 Any pointers much appreciated on what to try next to help debug the issue. Sevan