Gentoo Archives: gentoo-amd64

From: Will Briggs <will@××××××××××××××××××.au>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] chroot emerges hang
Date: Tue, 04 Apr 2006 07:46:57
Message-Id: 44322413.109@burnieanglican.org.au
In Reply to: [gentoo-amd64] chroot emerges hang by Will Briggs
1 Replying to my own post, just to give some more info:
2
3 emerge --debug gives nothing useful
4 I'm pretty sure it's not an NFS lock issue.
5 ps ax tells me the hanging process is scanelf
6 And then:
7
8 lsof | grep 30063
9 scanelf 30063 root cwd DIR 3,2 26560
10 960370 /x86/var/tmp/portage
11 scanelf 30063 root rtd DIR 3,2 504
12 284044 /x86
13 scanelf 30063 root txt REG 3,2 57800
14 10238022 /x86/usr/bin/scanelf
15 scanelf 30063 root mem REG 0,0
16 0 [heap] (stat: No such file or directory)
17 scanelf 30063 root mem REG 3,2 10596
18 11572092 /x86/lib/libdl-2.4.so
19 scanelf 30063 root mem REG 3,2 1222300
20 11590728 /x86/lib/libc-2.4.so
21 scanelf 30063 root mem REG 3,2 24056
22 8864535 /x86/usr/lib/libsandbox.so.0.0.0
23 scanelf 30063 root mem REG 3,2 122463
24 11582613 /x86/lib/ld-2.4.so
25 scanelf 30063 root 0u CHR 136,2
26 4 /dev/pts/2
27 scanelf 30063 root 1w FIFO 0,5
28 32705 pipe
29 scanelf 30063 root 2u CHR 136,2
30 4 /dev/pts/2
31
32 /x86 is the chroot of course, and none of these files that scanelf is
33 using are on NFS or mount binds - but it still seems like scanelf is
34 hanging.
35
36 I've racked my brains, i've googled, i've search b.g.o and gentoo forums
37 etc. etc. etc. anyone got an idea?
38
39 W.
40 --
41 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] chroot emerges hang Mike Doty <kingtaco@g.o>