From owner-freebsd-arm@FreeBSD.ORG Mon Dec 24 02:21:54 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7AB161E2 for ; Mon, 24 Dec 2012 02:21:54 +0000 (UTC) (envelope-from alie@affle.com) Received: from mail-pa0-f54.google.com (mail-pa0-f54.google.com [209.85.220.54]) by mx1.freebsd.org (Postfix) with ESMTP id 41D458FC0A for ; Mon, 24 Dec 2012 02:21:54 +0000 (UTC) Received: by mail-pa0-f54.google.com with SMTP id bi5so3825675pad.27 for ; Sun, 23 Dec 2012 18:21:54 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=GjPS9Ptvk0QNCLIeIcyFCZw1OUKgfdVQSRt6Xeh8ACA=; b=LTYufCQi4nU6W8YGL5le6uDs5fsroV66HTq3gFweQJ4DifUcfFcGoSBOwJD6iKjjsH TAeG5cKJpTcqHd0lRns/xl1F5UDYmCnJRGPbg380Iq9hSZBcqsiaLkzYpq7yBd0N2d1p nDVq4W8TsbJj0/XabyF148J5RTpKxDhoJapVvOf6VhkQEbbWlCNZrtyL77ATXNAPsdMS nWdnNPNtsM3La6D1LME/go9bovFBYPdCfSLq6lQh9QhLZlwaAn+W9NATMt5984D4hzyt HetOW2ENTKegjO7PTorNapQSifyliPqnZq+WV5/xsc3GCBEiTjNst47Q6KLQoMQB4P+w OyqA== MIME-Version: 1.0 Received: by 10.68.143.41 with SMTP id sb9mr63034851pbb.50.1356315713999; Sun, 23 Dec 2012 18:21:53 -0800 (PST) Received: by 10.66.235.101 with HTTP; Sun, 23 Dec 2012 18:21:53 -0800 (PST) In-Reply-To: <50D7B945.3050400@sasktel.net> References: <6FC3E540-DEBD-4763-BB46-13F3422508E9@kientzle.com> <50D7B80B.2030106@sasktel.net> <50D7B945.3050400@sasktel.net> Date: Sun, 23 Dec 2012 18:21:53 -0800 Message-ID: Subject: Re: FreeBSD10-CURRENT r244480 hang while compiling lighttpd or any port From: Alie Tan To: Stephen Hurd X-Gm-Message-State: ALoCoQnDPgLbbZS2v+4r5kzZ3J3DbrkSFNjxhMmnkQQ+gdXG9fsYM1iOQFJCScU+e6yiw4DgPk2O Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Tim Kientzle , "freebsd-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: Mon, 24 Dec 2012 02:21:54 -0000 Mine is UFS with BSD_ULE and here is my kernel config: include RPI-B ident RPI-Bnd nooptions KDB # Enable kernel debugger support. nooptions DDB # Support DDB. nooptions GDB # Support remote GDB. nooptions INVARIANTS nooptions INVARIANT_SUPPORT nooptions WITNESS nooptions WITNESS_SKIPSPIN On Sun, Dec 23, 2012 at 6:09 PM, Stephen Hurd wrote: > Stephen Hurd wrote: > > Alie Tan wrote: > >>>> Anyone having hang issue while compiling any big port or portsnap > fetch > >>>> extract? > >>> On what system? > >>> > >>> Tim > >>> > >> Oops sorry. On Raspberry Pi 256 and 512 > > I consistently do on my RPi 512, haven't looked into it yet though. > > The fs on mine is NFS mounted over IPv6, not local storage. >