looks like you were trying to run "yum install yum-priorities" and the last thing in the strace was that it got stuck trying to connect to one of the centos mirrors, however this shouldn't be the cause for python continuously using up 100% of a core while running yum, may be something else in one of the other threads in the strace output that I don't easily see. Run a yum clean all, disable any third party repos, and see if you can install yum-fastestmirror :
yum install yum-fastestmirror --disablerepo=rpmforge,epel,extras, city-fan.org,rpmfusion-free-updates,rpmfusion-nonfree-updates Then try installing yum-priorities. On Mon, Dec 23, 2013 at 2:40 PM, Sabuj Pattanayek <[email protected]> wrote: > strace -ff yum install whateverItIsYouWereTryingToInstall > error.log 2>&1 > (and what was the yum command you ran?) > > Let it run for a while until the python process starts saturing all the > cores and yum seems to hang, gzip the log file and put it on a website or > just put it on pastebin.com (don't know what their size limits are > though). > > > On Mon, Dec 23, 2013 at 2:22 PM, Howard White <[email protected]> wrote: > >> On 12/23/2013 02:10 PM, Sabuj Pattanayek wrote: >> >>> strace -ff yum >>> >>> >> Regrettably, I know not what I'm looking at... >> >> >> Howard >> >> -- >> -- >> You received this message because you are subscribed to the Google Groups >> "NLUG" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to nlug-talk+unsubscribe@ >> googlegroups.com >> For more options, visit this group at http://groups.google.com/ >> group/nlug-talk?hl=en >> >> --- You received this message because you are subscribed to the Google >> Groups "NLUG" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- -- You received this message because you are subscribed to the Google Groups "NLUG" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nlug-talk?hl=en --- You received this message because you are subscribed to the Google Groups "NLUG" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
