From owner-freebsd-arm@FreeBSD.ORG Sun Oct 13 20:15:31 2013 Return-Path: Delivered-To: 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 1E306B08 for ; Sun, 13 Oct 2013 20:15:31 +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 9DAD32524 for ; Sun, 13 Oct 2013 20:15:30 +0000 (UTC) Received: by mail-lb0-f177.google.com with SMTP id w7so4961273lbi.22 for ; Sun, 13 Oct 2013 13:15:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:in-reply-to:mime-version:content-transfer-encoding :content-type:message-id:cc:from:subject:date:to; bh=HZw74r/mIicw7HvrsB1goijPEUl+D/I//w/t9hqZ9eE=; b=T49sRr9oHpjYV1xfvy1RkrU5U8wXxU777BZ3OnlyRBxBkCmhXeqge6LAblrGKDnW4Y EwfiBFIVOkDO8ILWfcTQdUlh6pL5zIDBlAqbjRm/Zje4yWw3l6nbYw6AsfRmLW4vQlXu qE+joITmUBE4JS326MY62zJ8vKdZ4Kt8+f5YT7K6OWHiQTX0vInB0BoG2oH81RC4TgWy SMEp7zWE85d2paBbZt9FBryebReKwSC3AEy1MwlEmP4etNw3/nos1DVeZjB0lqKJWeNb r+HM+ua7JNGwmYMDXY+xtcvZ6ycqv3c4/ioyJ8gMof+PKmFECMXGnRPTxS0ySItFrClN MauQ== X-Received: by 10.112.172.137 with SMTP id bc9mr27365147lbc.21.1381695328757; Sun, 13 Oct 2013 13:15:28 -0700 (PDT) Received: from [192.168.47.22] ([83.167.125.235]) by mx.google.com with ESMTPSA id b6sm56156334lae.0.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 13 Oct 2013 13:15:27 -0700 (PDT) References: <525AF318.3000900@gmail.com> <20131013194040.GA21904@night.db.net> In-Reply-To: <20131013194040.GA21904@night.db.net> Mime-Version: 1.0 (1.0) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: X-Mailer: iPhone Mail (9B208) From: Sevan / Venture37 Subject: Re: Instability on Raspberry Pi Date: Mon, 14 Oct 2013 00:15:25 +0400 To: Diane Bruce Cc: "arm@freebsd.org" 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 20:15:31 -0000 On 13 Oct 2013, at 23:40, Diane Bruce wrote: > It just locks up totally? Nothing else works? Yep, no message, nothing. Currently rebuilding a new image with the make conf & src conf related varia= bles set to point to /dev/null which I'll try & test tomorrow (I had malloc s= et to production on previous build) Sevan / Venture37=