From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qjdwi-0004Zw-Ff for garchives@archives.gentoo.org; Wed, 20 Jul 2011 21:04:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B235821C162; Wed, 20 Jul 2011 21:04:31 +0000 (UTC) Received: from mail-yi0-f53.google.com (mail-yi0-f53.google.com [209.85.218.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 1A9EC21C07C for ; Wed, 20 Jul 2011 21:04:18 +0000 (UTC) Received: by yic15 with SMTP id 15so396333yic.40 for ; Wed, 20 Jul 2011 14:04:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=MCxsP63kjyAQdmHA/WSiJryalJ10y2kB6j6B8r18q1A=; b=oSpcK7X+c27ms4iihJ/3ueY+zJ3CTUGwgvjcLpMQzHyC8nmZJdzxxLP15iXACcR/Mo dT6zj6D+ChywxrcVk4sPEU7S4L9og/UilAMoibH0h6KXi3Jz4RhVQn4vjHZQHY0YEbo6 Ew/36XeoNTIbK+O7OMxDVHPAN5/dPrlnQcYpo= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@lists.gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 Received: by 10.236.190.68 with SMTP id d44mr12385226yhn.393.1311195858456; Wed, 20 Jul 2011 14:04:18 -0700 (PDT) Received: by 10.236.95.168 with HTTP; Wed, 20 Jul 2011 14:04:18 -0700 (PDT) In-Reply-To: References: Date: Wed, 20 Jul 2011 23:04:18 +0200 Message-ID: Subject: Re: [gentoo-embedded] "rm -rf" stuck on pandaboard From: Manuel Lauss To: "gentoo-embedded@lists.gentoo.org" Cc: "pandaboard@googlegroups.com" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: d2a54987effbd85a74c8742b4964de4c Hello, On Wednesday, July 20, 2011, Dennis.Yxun wrote: > Hi ALL: > =A0=A0 I'm running Gentoo on pandaboard, and doing pretty much heavy comp= iling > The problem here I meet is that after compile a few time, rm -rf /var/tmp= /portage/xxfile > got choked, here top command shows, [...] > Any suggestion? or any other info needed when it hang again do "echo t >/proc/sysrq-trigger" then check dmesg and look for the hanging rm process. the stacktrace may give a clue as to what's wrong. Manuel