Gentoo Archives: gentoo-user

From: "Michael A Rowley
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Emerge difficulty.
Date: Thu, 03 Nov 2005 03:31:48
Message-Id: 64488B00-A8B9-4FCA-92B9-4DC3942A7691@westmarionfamilymedicine.com
In Reply to: Re: [gentoo-user] Emerge difficulty. by Mike Williams
1 On Nov 2, 2005, at 4:33 PM, Mike Williams wrote:
2
3 > On Wednesday 02 November 2005 20:39, Michael A Rowley, MD wrote:
4 >
5 >> Calculating dependencies ...done!
6 >> >>> emerge (1 of 6) net-www/apache-2.0.54-r31 to /
7 >>
8 >> and then nothing... for ever... let this sit over night, and still
9 >> nothing... wtf!?!?!? this was working.
10 >>
11 >
12 > I've had similar happen to me on a few occasions.
13 > The first time when it didn't do anything in quite a while (minute
14 > or two) I
15 > re-ran the same command with debug (and possible under strace).
16 > Emerge would
17 > do its stuff then print "set +x" and hang.
18
19 Yup, never thought of doing a --debug... this is what I got..
20
21 ...stuff deleted
22 ++ find /var/tmp/portage/apache-2.0.54-r31 -mindepth 1 -maxdepth 1
23 + '[' -z '' ']'
24 + rmdir /var/tmp/portage/apache-2.0.54-r31
25 + true
26 + set +x
27
28
29 Exiting on signal 2
30
31 finally had to break with a ctl-c
32
33
34 > I think I eventually tracked it down to waiting on random data.
35 > Try copying some data in or out of the machine, preferable over a
36 > non-encrypted medium, or some fairly heavy disk i/o (emerge sync,
37 > emerge
38 > metadata, du -s), if you're logged in locally to the machine bash the
39 > keyboard and move the mouse a lot, to generate some entropy while
40 > waiting for
41 > emerge to do something.
42
43 I am not sure why this would do anything, but id does make for an
44 interesting event. I recently had to pull the monitor off the server
45 to replace a workstation. I usually ssh into the server anyway, so
46 no loss. But can't really sit at the server now. May need to move a
47 monitor back.
48
49 Why in the hell would doing the above fix the problem? wierd. I
50 need to do some research to see what "set +x" does. Read the man
51 page, but still kind of scratching my head.
52
53 Any other ideas?
54 M
55
56
57 > --
58 > Mike Williams
59 >
60 > --
61 > gentoo-user@g.o mailing list
62 >
63 >
64
65 --
66 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Emerge difficulty. Billy Holmes <billy@××××××.net>