Gentoo Archives: gentoo-embedded

From: "Dennis.Yxun" <dennis.yxun@×××××.com>
To: pandaboard@××××××××××××.com
Cc: gentoo-embedded@l.g.o
Subject: [gentoo-embedded] "rm -rf" stuck on pandaboard
Date: Wed, 20 Jul 2011 03:12:20
Message-Id: CAF1ZMEfRYY4=0k_WxcQAuN9pN3gkAQ9rM-JdWw0jGmGQn358kA@mail.gmail.com
1 Hi ALL:
2 I'm running Gentoo on pandaboard, and doing pretty much heavy compiling
3 The problem here I meet is that after compile a few time, rm -rf
4 /var/tmp/portage/xxfile
5 got choked, here top command shows, CPU running 100:
6 17274 root 20 0 3800 620 472 R 100 0.1 75:39.92 rm
7 and kill -9 17274 won't help
8
9 More detail of what I'm doing
10 0) using usb-storage device as my root (yes, mount /dev/sda2 to / )
11
12 1) mount /var/tmp/portage as tmpfs,
13 tmpfs /var/tmp/portage tmpfs rw,size=1200M,nr_inodes=1M 0 0
14
15 2) using swap file
16 /swapfile none swap sw 0 0
17
18 3) using kernel from git://git.linaro.org/people/andygreen/kernel-tilt.git
19 commit 5b14e370cca884fa86471e909512f65b06dcaec2
20
21 4) kernel command paramater
22 [ 0.000000] Kernel command line: ro elevator=noop vram=32M root=/dev/sda2
23 rootwait fixrtc console=ttyO2,115200 mem=456M@0x80000000 mem=512M@0xA0000000
24
25 Any suggestion? or any other info needed?
26
27 Dennis

Attachments

File name MIME type
panda_config.txt text/plain
panda_dmesg.txt text/plain
panda_ps.txt text/plain
panda_top.txt text/plain

Replies

Subject Author
Re: [gentoo-embedded] "rm -rf" stuck on pandaboard Manuel Lauss <manuel.lauss@××××××××××.com>