| Summary: | AttributeError: 'Script' object has no attribute 'run' | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | He Rui <rhe> | ||||||||
| Component: | anaconda | Assignee: | Chris Lumens <clumens> | ||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | medium | ||||||||||
| Version: | rawhide | CC: | amcnabb, jonathan, mertensb.mazda, orion, vanmeeuwen+fedora | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | x86_64 | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | anaconda_trace_hash:49c916fcb9e935a5ba8196e35ea92cae2ed7a537de88c1c7062f0042ff0a21ab | ||||||||||
| Fixed In Version: | anaconda-16.15-1 | Doc Type: | Bug Fix | ||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2011-12-22 19:23:16 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Attachments: |
|
||||||||||
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! |
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'