Description of problem: Attempting an NFS install of current ia64 fedora-devel on Altix ia64, I got an anaconda traceback just after finishing all the pre-installation settings (partitioning, eth0 config, etc). Traceback (most recent call first): File "/usr/lib/anaconda/yuminstall.py", line 177, in __init__ if v or not k in self.getAttributeKeys(): File "/usr/lib/anaconda/yuminstall.py", line 365, in doConfigSetup root = root) File "/usr/lib/anaconda/yuminstall.py", line 329, in __init__ self.doConfigSetup(root=anaconda.rootPath) File "/usr/lib/anaconda/yuminstall.py", line 650, in doInitialSetup self.ayum = AnacondaYum(anaconda) File "/usr/lib/anaconda/backend.py", line 148, in doRepoSetup anaconda.backend.doInitialSetup(anaconda) File "/usr/lib/anaconda/dispatch.py", line 199, in moveStep rc = stepFunc(self.anaconda) File "/usr/lib/anaconda/dispatch.py", line 122, in gotoNext self.moveStep() File "/usr/lib/anaconda/text.py", line 540, in run anaconda.dispatch.gotoNext() File "/usr/bin/anaconda", line 956, in ? anaconda.intf.run(anaconda) AttributeError: 'AnacondaYumRepo' object has no attribute 'getAttributeKeys' How reproducible: Haven't tried reproducing it yet (will do that next). Steps to Reproduce: 1. tftpboot initrd and vmlinuz from boot.img 2. point at nfs install repo of fedora-devel (just synced from mirrors.kernel.org) 3. go through pre-install settings
*** This bug has been marked as a duplicate of 209462 ***