Ken Smith wrote:
On both the faulty system and a good one, yum appears to hunt for various versions of python files.
Anyone with more knowledge that I have of system calls, is there a clue in here?
You could try flushing the file system cache:
echo 3 > /proc/sys/vm/drop_caches
(or reboot) and try again ?
James Pearson