Hide Forgot
The following was filed automatically by anaconda: anaconda 16.13 exception report Traceback (most recent call first): File "/usr/lib64/python2.7/site-packages/pyanaconda/kickstart.py", line 1353, in <lambda> map (lambda s: s.run(anaconda.rootPath, flags.serial, anaconda.intf), postScripts) File "/usr/lib64/python2.7/site-packages/pyanaconda/kickstart.py", line 1353, in runPostScripts map (lambda s: s.run(anaconda.rootPath, flags.serial, anaconda.intf), postScripts) File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 338, in dispatch self.dir = self.steps[self.step].target(self.anaconda) File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 235, in go_forward self.dispatch() File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1198, in nextClicked self.anaconda.dispatch.go_forward() File "/usr/lib64/python2.7/site-packages/pyanaconda/iw/progress_gui.py", line 79, in renderCallback self.intf.icw.nextClicked() File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1218, in handleRenderCallback self.currentWindow.renderCallback() AttributeError: 'Script' object has no attribute 'run'
Created attachment 516853 [details] Attached traceback automatically from anaconda.
It happened every time I ran kickstart install for pre-alpha image(anaconda16.13) and F16-alpha-tc1(anaconda 16.14). The ks.cfg is: install graphical cdrom lang en_US.UTF-8 keyboard us authconfig --enableshadow --enablemd5 timezone America/New_York --netmask=255.255.255.0 -\ rootpw `````` firewall --disabled selinux --disabled bootloader --location=mbr --driveorder=sda --append="rhgb quiet" clearpart --all --drives=sda #F16 official part biosboot --fstype biosboot --size 1 part /boot --fstype ext4 --size 500 part / --fstype ext4 --size 5000 part swap --fstype swap --size 500 reboot %packages @core @online-docs %end %post rpm --import /usr/share/rhn/RPM-GPG-KEY-fedora %end
Bah, that was dumb of me. Can you try updates=http://clumens.fedorapeople.org/728468.img ? Thanks.
(In reply to comment #3) > Bah, that was dumb of me. Can you try > updates=http://clumens.fedorapeople.org/728468.img ? Thanks. No, a traceback error occurred before anaconda loaded. See the screen and logs attached.
Created attachment 517097 [details] tmp_with_updates.tar.gz
Created attachment 517098 [details] err_screen_with updates.png
Ah, had to fix an import too. Can you try one more time?
(In reply to comment #7) > Ah, had to fix an import too. Can you try one more time? Cool, fix it. Thanks!