Description of problem: Install fails at the installation of the first package. Version-Release number of selected component (if applicable): How reproducible: Every time. Steps to Reproduce: 1.download boot.iso from devel, boot 2.select packages, customize by adding "software development", "chinese", "japanese", and "korean" to installation set 3.begin installation Actual results: Install fails at first package install. Expected results: Install succeeds. Additional info: Will attach debugging log provided by the installer.
Created attachment 138211 [details] failure debugging log from installer
test4 i386 DVD fails in a similar fashion, I double checked that the DVD image was burned correctly: 1) boot into graphical installer 2) select "software development" package group, this issues a prompt indicating that a network interface is necessary for that selection, say "OK" 3) it tries to bring the network interface up 4) anaconda error triggers I had to write the following debug backtrace by hand since the installer didn't give me an option of "scp'ing" the debug log as the boot.iso case did, but here goes: Traceback (most recent call first): File "/usr/lib/anaconda/iw/netconfig_dialog.py", line 212, in _ok if self.rc != gtk.RESPONSE_OK: AttributeError: 'module' object has no attribute 'RESPONSE_OK' Local variables in innermost frame: val: eth0 f: <closed file '/etc/resolv.conf', mode 'w' at 0xa2ffd10> netdev: DEVICE=eth0 BOOTPROTO=static HWADDR=00:11:25:D2:42:89 ONBOOT=no self: <network_dialog.NetworkConfigurator instance at 0xb7b668cc> args: (<gtk.Button object (GtkButton) at 0xa2e86e4>,) w: <gui.WaitWIndow instance at 0xa3faeac> combo: <gtk.ComboBox object (GtkComboBox) at 0xa2e870c> active: <GtkTreeIter at 0x9f86da0> ns: 64.81.79.2
Backtrace from Pdb of the test4 DVD failure case: (Pdb) bt /usr/bin/anaconda(954)?() -> anaconda.intf.run(anaconda) /usr/lib/anaconda/gui.py(876)run() -> self.icw.run (self.runres) /usr/lib/anaconda/gui.py(1112)run() -> gtk.main() /usr/lib/anaconda/iw/task_gui.py(169)_toggled() -> ret = net.run() /usr/lib/anaconda/iw/netconfig_dialog.py(128)run() -> gtk.main() > /usr/lib/anaconda/iw/netconfig_dialog.py(212)_ok() -> if self.rc != gtk.RESPONSE_OK: (Pdb)
For the second, please read the announcement for Fc6Pre which had the link to an updates.img with the fix as well as how to use it. The first is also a dupe *** This bug has been marked as a duplicate of 209462 ***